SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Report Tree(BC-SRV-REP) SAP BC

MS38MF00 SAP ABAP INCLUDE - Subroutines SA38







MS38MF00 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 MS38MF00 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 MS38MF00. "Basic submit
SUBMIT MS38MF00 AND RETURN. "Return to original report after report execution complete
SUBMIT MS38MF00 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Subroutines SA38


INCLUDES used within this REPORT MS38MF00

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:

RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING OPERATION = 'DOCS' OBJECT_NAME = TRDIR-NAME OBJECT_TYPE = 'PROG'.

AUTHORITY_CHECK_TCODE call function 'AUTHORITY_CHECK_TCODE' exporting tcode = 'SQ01' EXCEPTIONS OK = 0 NOT_OK = 2 OTHERS = 3.

DSYS_OUTLINE_BROWSE call function 'DSYS_OUTLINE_BROWSE' exporting doklangu = sy-langu hometext = 'Transaktionsdokumentation SC38'(115) outline = 'BC_SC38'.

SUBMIT_REPORT CALL FUNCTION 'SUBMIT_REPORT' EXPORTING REPORT = TRDIR-NAME RDIR = TRDIR RET_VIA_LEAVE = RET_VIA_LEAVE IMPORTING VARIANT = RS38M-SELSET.

RS_ABAPSUBMIT_AUTH_INTERN CALL FUNCTION 'RS_ABAPSUBMIT_AUTH_INTERN' EXPORTING PROGNAME = TRDIR-NAME SECU = TRDIR-SECU SSET = TRDIR-SSET EXCEPTIONS JUST_VIA_VARIANT = 0 NO_SUBMIT_AUTH = 4 OTHERS = 8.

RS_PROGRAM_POPUP_VARIANT CALL FUNCTION 'RS_PROGRAM_POPUP_VARIANT' EXPORTING PROGNAME = RS38M-PROGRAMM VARIANT = RS38M-SELSET MESSAGE_ON_POPUP = 'X' IMPORTING OK_CODE = FCODE NEW_VARIANT = RS38M-SELSET EXCEPTIONS NO_VARIANT = 1 OTHERS = 2.

SUBMIT_REPORT CALL FUNCTION 'SUBMIT_REPORT' EXPORTING REPORT = TRDIR-NAME VARIANT = RS38M-SELSET RDIR = TRDIR RET_VIA_LEAVE = RET_VIA_LEAVE IMPORTING VARIANT = RS38M-SELSET.

RS_ABAPSUBMIT_AUTH_INTERN CALL FUNCTION 'RS_ABAPSUBMIT_AUTH_INTERN' EXPORTING PROGNAME = TRDIR-NAME SECU = TRDIR-SECU SSET = TRDIR-SSET EXCEPTIONS JUST_VIA_VARIANT = 0 NO_SUBMIT_AUTH = 4 OTHERS = 8.

SUBMIT_REPORT CALL FUNCTION 'SUBMIT_REPORT' EXPORTING REPORT = TRDIR-NAME VARIANT = '*' RDIR = TRDIR RET_VIA_LEAVE = RET_VIA_LEAVE IMPORTING VARIANT = RS38M-SELSET.

RS_VARIANT_SCREEN CALL FUNCTION 'RS_VARIANT_SCREEN' EXPORTING REPORT = RS38M-PROGRAMM IMPORTING REPORT = RS38M-PROGRAMM VARIANT = RS38M-SELSET.



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