SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Function Builder(BC-DWB-TOO-FUB) SAP BC

MS38LFDO SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

DOCU_DEL CALL FUNCTION 'DOCU_DEL' "!R3 EXPORTING ID = ID "!R3 LANGU = NEW_MASTER_LANGUAGE "!R3 OBJECT = L_DOCU_KEY TYP = 'T' "!R3 EXCEPTIONS OTHERS . "!R3

DOKU_DELETE_ALL CALL FUNCTION 'DOKU_DELETE_ALL' EXPORTING DOKU_ID = 'FB' DOKU_OBJECT = L_DOCU_KEY.

DOCU_ACTIVATE_FOR_FUNCTION CALL FUNCTION 'DOCU_ACTIVATE_FOR_FUNCTION' EXPORTING FUNCTION = L_DOCU_KEY.

DOKU_COPY_ALL CALL FUNCTION 'DOKU_COPY_ALL' EXPORTING NEW_OBJECT = NEW_KEY OLD_ID = 'FB' OLD_OBJECT = L_DOCU_KEY GENERIC_USE = 'X' SUPPRESS_AUTHORITY = 'X' SUPPRESS_ENQUEUE = 'X' SUPPRESS_TRANSPORT = 'X'.

DSYS_SHOW * CALL FUNCTION 'DSYS_SHOW' * EXPORTING * APPLICATION = 'SE37' * DOKCLASS = DSYS_ID * DOKLANGU = LANGU * DOKNAME = L_DOCU_KEY * DOKTITLE = L_TITLE ** HOMETEXT = ' ' ** OUTLINE = ' ' ** VIEWNAME = 'STANDARD' * EXCEPTIONS * OTHERS = 3.

DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING DISPL = DISPLAY DISPL_MODE = '2' ID = ID LANGU = LANGU OBJECT = L_DOCU_KEY TYP = 'T' USE_SEC_LANGU = SECONDARY.

DOKU_COPY_ALL CALL FUNCTION 'DOKU_COPY_ALL' EXPORTING GENERIC_USE = ' ' NEW_OBJECT = NEW_KEY OLD_ID = TYPE OLD_OBJECT = L_DOCU_KEY OLD_TYP = 'T' SUPPRESS_AUTHORITY = 'X' SUPPRESS_ENQUEUE = 'X' SUPPRESS_TRANSPORT = 'X' * importing * vartext = EXCEPTIONS OTHERS.

DOCU_DEL CALL FUNCTION 'DOCU_DEL' EXPORTING ID = TYPE LANGU = NEW_MASTER_LANGUAGE OBJECT = L_DOCU_KEY TYP = 'T' EXCEPTIONS OTHERS.

DOCU_INIT CALL FUNCTION 'DOCU_INIT' EXPORTING ID = 'RE' OBJECT = L_DOCU_KEY TYP = 'E' LANGU = NEW_MASTER_LANGUAGE IMPORTING FOUND = DOCU_FOUND.

DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING DISPL = DISPLAY DISPL_MODE = 1 ID = 'RE' OBJECT = L_DOCU_KEY TYP = 'E' LANGU = NEW_MASTER_LANGUAGE USE_SEC_LANGU = SECONDARY.

FUNCTION_INCLUDE_SPLIT CALL FUNCTION 'FUNCTION_INCLUDE_SPLIT' EXPORTING COMPLETE_AREA = AREA IMPORTING NAMESPACE = RS38L-NAMESPACE GROUP = RS38L-STR_AREA EXCEPTIONS OTHERS = 10.

RS_TOOLDOCU_ACCESS CALL FUNCTION 'RS_TOOLDOCU_ACCESS' EXPORTING TOOL_TYPE = 'FUNC' EXCEPTIONS OTHERS.

RS_TEXTLOG_CHANGE CALL FUNCTION 'RS_TEXTLOG_CHANGE' EXPORTING LANGUAGE = NEW_MASTER_LANGUAGE TRANSPORT_KEY = TRANSPKEY TABLES TEXT = TEXTLOG_TEXT.

RS_TEXTLOG_DELETE CALL FUNCTION 'RS_TEXTLOG_DELETE' EXPORTING TRANSPORT_KEY = TRANSPKEY.

DOKU_COPY_ALL CALL FUNCTION 'DOKU_COPY_ALL' EXPORTING GENERIC_USE = ' ' NEW_OBJECT = NEW_KEY OLD_ID = TYPE OLD_OBJECT = L_DOCU_KEY OLD_TYP = 'T' SUPPRESS_AUTHORITY = 'X' SUPPRESS_ENQUEUE = 'X' SUPPRESS_TRANSPORT = 'X' * importing * vartext = EXCEPTIONS OTHERS.

RS_CORR_CHECK CALL FUNCTION 'RS_CORR_CHECK' EXPORTING OBJECT = RS38L-NAME OBJECT_CLASS = 'FUNC' SUPPRESS_DIALOG = 'X' IMPORTING MASTER_LANGUAGE = NEW_MASTER_LANGUAGE TRANSPORT_KEY = TRANSPKEY EXCEPTIONS CANCELLED = 1 PERMISSION_FAILURE = 2 UNKNOWN_OBJECTCLASS = 3 OTHERS = 4.

RS_TEXTLOG_TRANSLATION_TOOL CALL FUNCTION 'RS_TEXTLOG_TRANSLATION_TOOL' EXPORTING MASTER_LANGUAGE = NEW_MASTER_LANGUAGE TRANSPORT_KEY = TRANSPKEY EXCEPTIONS INCOMPATIBLE_METHOD = 01.

FUNCTION_INCLUDE_SPLIT CALL FUNCTION 'FUNCTION_INCLUDE_SPLIT' EXPORTING COMPLETE_AREA = GROUP IMPORTING NAMESPACE = L_NAMESPACE GROUP = L_AREA EXCEPTIONS OTHERS = 10.

DOCU_GET





CALL FUNCTION 'DOCU_GET' EXPORTING * EXTEND_EXCEPT = ' ' ID = DOCU_LINE-ID LANGU = DOCU_LINE-LANGU OBJECT = DOCU_LINE-OBJECT TYP = DOCU_LINE-TYPE * VERSION = 0 * VERSION_ACTIVE_OR_LAST = 'L' * IMPORTING * DOKSTATE = * DOKTITLE = * HEAD = * DOKTYP = TABLES LINE = DOCU_LINE-LINES EXCEPTIONS NO_DOCU_ON_SCREEN = 1 NO_DOCU_SELF_DEF = 2 NO_DOCU_TEMP = 3 RET_CODE = 4 OTHERS = 5.



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