SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | SAP Query(BC-SRV-QUE) SAP BC

MS38UF01 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TITEL = 'Beenden Bearbeitung Erweiterte Ablage'(100) TEXTLINE1 = 'Änderungen gehen verloren.'(110)

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TEXTLINE1 = 'Wollen Sie wirklich die Bearbeitung abbrechen ?'(220) * TEXTLINE2 = ' ' TITEL = 'Pflege der erweiterten Ablage abbrechen'(222) * START_COLUMN = 25 * START_ROW = 6 IMPORTING ANSWER = L_ANSWER.

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING FUNCNAME = RS38Q-FUNCTION "#EC DOM_EQUAL EXCEPTIONS FUNCTION_NOT_EXIST = 1 OTHERS = 2.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'N' TEXTLINE1 = L_TEXT TEXTLINE2 = TEXT-251 TITEL = TEXT-240 * START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' IMPORTING ANSWER = L_ANSWER.

FUNCTION_IMPORT_INTERFACE CALL FUNCTION 'FUNCTION_IMPORT_INTERFACE' EXPORTING FUNCNAME = RS38Q-FUNCTION "#EC DOM_EQUAL * IMPORTING * GLOBAL_FLAG = * REMOTE_CALL = * UPDATE_TASK = TABLES EXCEPTION_LIST = L_EXCEPTION_LIST EXPORT_PARAMETER = L_EXPORT_PARAMETER IMPORT_PARAMETER = L_IMPORT_PARAMETER CHANGING_PARAMETER = L_CHANGING_PARAMETER TABLES_PARAMETER = L_TABLES_PARAMETER * P_DOCU = EXCEPTIONS ERROR_MESSAGE = 0 FUNCTION_NOT_FOUND = 0 INVALID_NAME = 0 OTHERS = 0.

F4_FUNCTIONMODULE CALL FUNCTION 'F4_FUNCTIONMODULE' EXPORTING * GROUP = '*' * OBJECT = '*' * SUPPRESS_SELECTION = DISPLAY_ONLY = L_DISPLAY_ONLY * MULTIPLE_SELECTION = * VARIANT = IMPORTING RESULT = L_FUNCTION.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING DYNAME = 'SAPMS38U' DYNUMB = '0130' TABLES DYNPFIELDS = L_DYNP_FIELDS EXCEPTIONS INVALID_ABAPWORKAREA = 1 INVALID_DYNPROFIELD = 2 INVALID_DYNPRONAME = 3 INVALID_DYNPRONUMMER = 4 INVALID_REQUEST = 5 NO_FIELDDESCRIPTION = 6 UNDEFIND_ERROR = 7 OTHERS = 8.



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