SAP Reports / Programs | Sales and Distribution | Foreign Trade | Basic Functions(SD-FT-PRO) SAP SD

MV52AF00 SAP ABAP INCLUDE - documentation and ABAP source code







MV52AF00 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 MV52AF00 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 MV52AF00. "Basic submit
SUBMIT MV52AF00 AND RETURN. "Return to original report after report execution complete
SUBMIT MV52AF00 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 MV52AF00

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:

EXPIMP_ITEM_DATA_OVERVIEW CALL FUNCTION 'EXPIMP_ITEM_DATA_OVERVIEW' EXPORTING I_AHBAS = P_P_HLP_AHBAS I_TCODE = P_P_HLP_TCODE I_TCODE_TYP = P_P_HLP_TCODE_TYP I_VEREI = P_P_HLP_VEREI I_COPY = P_P_HLP_COPY I_INTERNET = P_P_INTERNET I_STAT_COMPLETE_MANDATORY = P_P_HLP_STATUS_FAKTURA IMPORTING E_DATALOSS_K = P_P_DATALOSS_K E_DATALOSS_P = P_P_DATALOSS_P E_UPDATE = P_P_HLP_UPDATE E_NEXNUM = P_P_HLP_NEXNUM E_TCODE = P_P_HLP_TCODE_NEXT E_FI = P_P_HLP_FI TABLES I_TAB_KOPF = P_P_KOMM_TAB_KOPF I_TAB_POS = P_P_KOMM_TAB_POS I_TAB_VBRPVB = P_P_HLP_TAB_VBRPVB I_TAB_LIPSVB = P_P_HLP_TAB_LIPSVB.

EXPIMP_DATA_OVERVIEW_ENJOY *call function 'EXPIMP_DATA_OVERVIEW_ENJOY' * EXPORTING * i_ahbas = p_p_hlp_ahbas * i_tcode = p_p_hlp_tcode * i_tcode_typ = p_p_hlp_tcode_typ * i_verei = p_p_hlp_verei * i_copy = p_p_hlp_copy * i_internet = p_p_internet * i_stat_complete_mandatory = p_p_hlp_status_faktura * i_enjoy = ' ' * IMPORTING * e_dataloss_k = p_p_dataloss_k * e_dataloss_p = p_p_dataloss_p * e_update = p_p_hlp_update * e_nexnum = p_p_hlp_nexnum * e_tcode = p_p_hlp_tcode_next * e_fi = p_p_hlp_fi * TABLES * i_tab_kopf = p_p_komm_tab_kopf * i_tab_pos = p_p_komm_tab_pos * i_tab_vbrpvb = p_p_hlp_tab_vbrpvb * i_tab_lipsvb = p_p_hlp_tab_lipsvb.

EXPIMP_TABLES_REFRESH CALL FUNCTION 'EXPIMP_TABLES_REFRESH'.



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 MV52AF00 or its description.