SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Customer Enhancements(BC-DWB-CEX) SAP BC

MSCLSF01 SAP ABAP INCLUDE - Include MSCLSF01







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


Text pool values


Title: Include MSCLSF01


INCLUDES used within this REPORT MSCLSF01

FORM CLIENT_INCLUDE.


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_DELETE_PROGRAM CALL FUNCTION 'RS_DELETE_PROGRAM' EXPORTING PROGRAM = PNAME SUPPRESS_CHECKS = CON_TRUE SUPPRESS_COMMIT = CON_FALSE SUPPRESS_POPUP = CON_TRUE WITH_CUA = CON_TRUE WITH_DOCUMENTATION = CON_TRUE WITH_DYNPRO = CON_TRUE WITH_INCLUDES = CON_TRUE WITH_TEXTPOOL = CON_TRUE WITH_VARIANTS = CON_TRUE TADIR_DEVCLASS = DEVCLASS EXCEPTIONS ENQUEUE_LOCK = 1 OBJECT_NOT_FOUND = 2 PERMISSION_FAILURE = 3 REJECT_DELETION = 4 OTHERS = 5.

RS_CUA_DELETE_ALL CALL FUNCTION 'RS_CUA_DELETE_ALL' EXPORTING * LANGUAGE = 'D' OBJECTNAME = TARGET EXCEPTIONS FAILURE_DEL_LOAD = 1 PERMISSION_FAILURE = 2 OTHERS = 3.

RS_CUA_COPY_ALL CALL FUNCTION 'RS_CUA_COPY_ALL' EXPORTING COBJECTNAME = TARGET * COMPARE = ' ' * LANGUAGE = OBJECTNAME = SOURCE EXCEPTIONS NO_ACTION_TAKEN = 1 OBJECT_NOT_FOUND = 2 OTHERS = 3.

RS_COPY_PROGRAM * CALL FUNCTION 'RS_COPY_PROGRAM' * EXPORTING * DEVCLASS = DEVCLASS * PROGRAM = TARGET * SOURCE_PROGRAM = SOURCE * SUPPRESS_CHECKS = CON_TRUE * SUPPRESS_COMMIT = CON_FALSE * SUPPRESS_NORM_CHECK = CON_TRUE * SUPPRESS_POPUP = CON_TRUE * SUPPRESS_SCREEN = CON_TRUE * WITH_CUA = CON_TRUE * WITH_DOCUMENTATION = CON_TRUE * WITH_DYNPRO = CON_TRUE * WITH_INCLUDES = CON_TRUE * WITH_TEXTPOOL = CON_TRUE * EXCEPTIONS * ENQUEUE_LOCK = 1 * OBJECT_NOT_FOUND = 2 * PERMISSION_FAILURE = 3 * REJECT_COPY = 4 * OTHERS = 5.

RS_TREE_OBJECT_PLACEMENT CALL FUNCTION 'RS_TREE_OBJECT_PLACEMENT' EXPORTING OBJECT = KEY-DNUM TYPE = 'DYNP' OPERATION = 'INSERT' PROGRAM = CLI_VERSION * AUTHOR = ' ' * DEVCLASS = ' ' * INCLNAME = ' ' EXCEPTIONS OTHERS = 1.

ENQUEUE_ESRDIRE CALL FUNCTION 'ENQUEUE_ESRDIRE' EXPORTING MODE_TRDIR = 'X' NAME = '%_CLSIMU' EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.

DEQUEUE_ESRDIRE CALL FUNCTION 'DEQUEUE_ESRDIRE' EXPORTING MODE_TRDIR = 'X' NAME = '%_CLSIMU' EXCEPTIONS OTHERS = 01.



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