SAP Reports / Programs | Sales and Distribution | Sales | Basic Functions(SD-SLS-GF) SAP SD

MV45XF10 SAP ABAP INCLUDE - documentation and ABAP source code







MV45XF10 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter MV45XF10 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT MV45XF10. "Basic submit
SUBMIT MV45XF10 AND RETURN. "Return to original report after report execution complete
SUBMIT MV45XF10 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MV45XF10

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

IAC_CSOS_BADI_CUST_GETFRM_ORDR CALL FUNCTION 'IAC_CSOS_BADI_CUST_GETFRM_ORDR' EXPORTING PI_DOC_NUMBER = order_vbeln IMPORTING PE_CUST = wiso_cust.

BAPI_SALESORDER_GETSTATUS CALL FUNCTION 'BAPI_SALESORDER_GETSTATUS' EXPORTING salesdocument = l_sales_order * importing * return = TABLES statusinfo = list_taba.

XSI_WWW_TRACK_REQU CALL FUNCTION 'XSI_WWW_TRACK_REQU' EXPORTING p_langu = login-langu p_vbeln = l_sales_order TABLES pt_vtrkkeyext = gt_vtrkkeyext EXCEPTIONS OTHERS = 0.

WS_REPLACEURL_WWW CALL FUNCTION 'WS_REPLACEURL_WWW' EXPORTING objtype = 'TRACK_URL' objid = bapi_objid langu = sy-langu IMPORTING url = list_tab-url_l rc = rcode EXCEPTIONS OTHERS = 1.

BAPI_CUSTOMER_CHECKPASSWORD CALL FUNCTION 'BAPI_CUSTOMER_CHECKPASSWORD' EXPORTING customerno = login-login_user password = login-password sales_organization = vkorg distribution_channel = vtweg division = spart IMPORTING customer_data = kna1 customer_number_out = login-login_user return = return.

BAPI_CUSTOMER_SEARCH1 CALL FUNCTION 'BAPI_CUSTOMER_SEARCH1' EXPORTING pi_e_mail = e-mail pi_salesorg = vkorg IMPORTING customerno = da_customer return = da_return1 TABLES multiple = t_kunnr EXCEPTIONS OTHERS = 0.

BAPI_CUSTOMER_CHECKPASSWORD CALL FUNCTION 'BAPI_CUSTOMER_CHECKPASSWORD' EXPORTING customerno = da_customer password = login-password sales_organization = vkorg distribution_channel = vtweg division = spart IMPORTING customer_data = kna1 customer_number_out = login-login_user return = return.

BAPI_CUSTOMER_CHECKPASSWORD CALL FUNCTION 'BAPI_CUSTOMER_CHECKPASSWORD' EXPORTING customerno = da_kunnr password = login-password sales_organization = vkorg distribution_channel = vtweg division = spart IMPORTING customer_data = da_kna1 customer_number_out = login-login_user return = return.

IAC_CSOS_BADI_USER_CMD_EVAL CALL FUNCTION 'IAC_CSOS_BADI_USER_CMD_EVAL' EXPORTING PI_DYNNR = '0200' PI_OK_CODE = 'HOME'.

IAC_CSOS_BADI_USER_CMD_EVAL CALL FUNCTION 'IAC_CSOS_BADI_USER_CMD_EVAL' EXPORTING PI_DYNNR = '0200' PI_OK_CODE = 'MAIL'.

IAC_CSOS_BADI_USER_CMD_EVAL CALL FUNCTION 'IAC_CSOS_BADI_USER_CMD_EVAL' EXPORTING PI_DYNNR = '0200' PI_OK_CODE = 'WJSC' PI_DOC_NUMBER = WISO_HNDL-DOC_NUMBER_SLCT IMPORTING PE_RETURN1 = RETURN1.

IAC_CSOS_BADI_USER_CMD_EVAL CALL FUNCTION 'IAC_CSOS_BADI_USER_CMD_EVAL' EXPORTING PI_DYNNR = '0200' PI_OK_CODE = 'WJSD' PI_DOC_NUMBER = WISO_HNDL-DOC_NUMBER_SLCT IMPORTING PE_RETURN1 = RETURN1.

XSI_GET_VTRK_G CALL FUNCTION 'XSI_GET_VTRK_G' EXPORTING i_vbeln = select_vbeln TABLES pt_vtrk_g = gt_vtrk_g.

IAC_CSOS_BADI_USER_CMD_EVAL CALL FUNCTION 'IAC_CSOS_BADI_USER_CMD_EVAL' EXPORTING PI_DYNNR = '0300' PI_OK_CODE = 'HOME'.

IAC_CSOS_BADI_USER_CMD_EVAL CALL FUNCTION 'IAC_CSOS_BADI_USER_CMD_EVAL' EXPORTING PI_DYNNR = '0300' PI_OK_CODE = 'MAIL'.

ITS_GET_SYNC_INFO CALL FUNCTION 'ITS_GET_SYNC_INFO' TABLES sync_info = t_sync_info EXCEPTIONS its_not_available = 1 OTHERS = 2.

CONVERSION_EXIT_MATN1_OUTPUT call function'CONVERSION_EXIT_MATN1_OUTPUT' exporting input = list_tab-matnr importing output = list_tab-matnr.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MV45XF10 or its description.