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

MV52EF0S SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

FT_USER_LAST_SETUP_PUT CALL FUNCTION 'FT_USER_LAST_SETUP_PUT' TABLES I_T_LAST_SETUP_DATA = LT_FTUSES EXCEPTIONS WRONG_CLIENT = 1 NO_USER_NAME = 2 NO_FT_ACTION = 3 NO_FT_TYPE = 4 OTHERS = 5.

FT_CONTROL_LICENSES_SELECT CALL FUNCTION 'FT_CONTROL_LICENSES_SELECT' EXPORTING I_GEGRU = LV_GEGRU I_KNDSP = LV_KNDSP I_VBDSP = LV_VBDSP I_ADITI = LV_ADITI I_MATSP = LV_MATSP I_LNDCO = LV_LNDCO I_EXACO = LV_EXACO I_BELSP = LV_BELSP I_TRMCO = LV_TRMCO I_HWTSP = LV_HWTSP I_ANZCO = LV_ANZCO I_AMILI = LV_AMILI I_EXTRA = LV_EXTRA I_KOBRA = LV_KOBRA I_SEDSP = LV_SEDSP I_PRZAB = LV_PRZAB I_ANZTG = LV_ANZTG I_PARAG = LV_PARAG I_PARWF = LV_PARWF I_PARRS = LV_PARRS I_PARRE = LV_PARRE I_PAREN = LV_PAREN I_SEL_ALL = CHARX I_LANGU = SY-LANGU I_MSG = LV_MSG TABLES T_RANGE_GEART = LT_GEART T_RANGE_GENNR = LT_GENNR T_RANGE_EXGEN = LT_EXGEN T_RANGE_GENDA = LT_GENDA T_RANGE_GENST = LT_GENST T_RANGE_INDEI = HLP_INDEI T_RANGE_BUKRS = LT_BUKRS T_RANGE_KUNNR = LT_KUNNR T_RANGE_ALNUM = LT_ALNUM T_RANGE_ERNAM = LT_ERNAM T_RANGE_EXART = LT_EXART T_RANGE_GENLA = LT_GENLA T_RANGE_VBELN = LT_VBELN T_RANGE_ZTERM = LT_ZTERM T_EMBK = LT_EMBK EXCEPTIONS NO_DATA_SELECTED = 1 NO_DATA_AUTHORITY_CHECK = 2 OTHERS = 3.

SD_SAVE_TEXT CALL FUNCTION 'SD_SAVE_TEXT' * exporting * TEXT_KEEP = ' ' TABLES TEXTNAMES = TEXTNAMES EXCEPTIONS NEW_TEXTNAME_ILLEGAL = 1 NO_TEXTOBJECT_FOUND = 2 OTHERS = 3.

SUSR_SHOW_USER_DETAILS CALL FUNCTION 'SUSR_SHOW_USER_DETAILS' EXPORTING BNAME = EMBK-ERNAM MANDT = SY-MANDT NO_DISPLAY = V_DISPLAY CHANGING USER_USR03 = LT_USR03.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = 'ICON_UNLOCKED' ADD_STDINF = ' ' IMPORTING RESULT = H_IKONE.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = 'ICON_LOCKED' ADD_STDINF = ' ' IMPORTING RESULT = H_IKONE.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING NAME = H_ICON_NAME ADD_STDINF = ' ' IMPORTING RESULT = H_AMPEL.

FT_CONTROL_BLOCKED_DOCS_SELECT CALL FUNCTION 'FT_CONTROL_BLOCKED_DOCS_SELECT' EXPORTING I_BOYCO = LV_BOYCO I_EMBAR = LV_EMBAR I_LICEN = LV_LICEN I_ABGRU = LV_ABGRU I_ORDER = LV_ORDER I_DELIV = LV_DELIV I_MSG = LV_MSG TABLES T_RANGE_VKORG = LT_VKORG T_RANGE_VTWEG = LT_VTWEG T_RANGE_SPART = LT_SPART T_RANGE_VKBUR = LT_VKBUR T_RANGE_VKGRP = LT_VKGRP T_RANGE_VBELN = LT_VBELN T_RANGE_ERDAT = LT_ERDAT T_RANGE_ERNAM = LT_ERNAM T_VBAK = HLP_VBAK T_LIKP = HLP_LIKP EXCEPTIONS SALES_DOCS_AND_DELIVERIES = 1 NO_DATA_SELECTED = 2 NO_BLOCKING_REASON = 3 NO_PROT_FOR_DELIVERIES = 4 NO_DATA_AUTHORITY_CHECK = 5 OTHERS = 6.

DP_CREATE_URL CALL FUNCTION 'DP_CREATE_URL' EXPORTING TYPE = 'image' SUBTYPE = CNDP_SAP_TAB_UNKNOWN SIZE = PIC_SIZE LIFETIME = CNDP_LIFETIME_TRANSACTION TABLES DATA = PIC_DATA CHANGING URL = URL EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'Y' TEXTLINE1 = TEXT-P03 TEXTLINE2 = TEXT-P04 TITEL = TEXT-P05 IMPORTING ANSWER = ANSWER.

DOC_DISPLAY_UNHIDE CALL FUNCTION 'DOC_DISPLAY_UNHIDE'.

DOC_DISPLAY_HIDE CALL FUNCTION 'DOC_DISPLAY_HIDE'.



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