SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Legacy System Migration Workbench(BC-SRV-DX-LSM) SAP BC

/SAPDMC/MLSMWF01 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

G_DISPLAY_SELECTION_DYNPRO CALL FUNCTION 'G_DISPLAY_SELECTION_DYNPRO' EXPORTING DYNP_TITLE = L_TITLE KEY_COLUMNS = 3 NUMBER_OF_ROWS = 20 SEL_TITLE1 = L_HEADER WIDTH_OF_TITLES = 'X' IMPORTING SEL_INDEX = SY-INDEX TABLES SEL_TABLE = LT_SELTAB EXCEPTIONS NO_LINES = 4 NO_LINE_PICKED = 8.

/SAPDMC/LSM_PROFILE_PUT CALL FUNCTION '/SAPDMC/LSM_PROFILE_PUT' EXPORTING PROJECT = /SAPDMC/LSSCREEN-PROJECT SUBPROJ = /SAPDMC/LSSCREEN-SUBPROJ OBJECT = /SAPDMC/LSSCREEN-OBJECT EXCEPTIONS OTHERS = 1.

/SAPDMC/LSM_PROFILE_GET CALL FUNCTION '/SAPDMC/LSM_PROFILE_GET' IMPORTING PROJECT = /SAPDMC/LSSCREEN-PROJECT SUBPROJ = /SAPDMC/LSSCREEN-SUBPROJ OBJECT = /SAPDMC/LSSCREEN-OBJECT PROJECTTXT = /SAPDMC/LSSCREEN-PROJECTTXT SUBPROJTXT = /SAPDMC/LSSCREEN-SUBPROJTXT OBJECTTXT = /SAPDMC/LSSCREEN-OBJECTTXT EXCEPTIONS OTHERS = 1.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING DYNAME = SY-REPID DYNUMB = SY-DYNNR TABLES DYNPFIELDS = L_DYNPREAD EXCEPTIONS INVALID_ABAPWORKAREA = 1 INVALID_DYNPROFIELD = 2 INVALID_DYNPRONAME = 3 INVALID_DYNPRONUMMER = 4 INVALID_REQUEST = 5 NO_FIELDDESCRIPTION = 6 UNDEFIND_ERROR = 7 OTHERS = 8.

/SAPDMC/LSM_PROFILE_PUT CALL FUNCTION '/SAPDMC/LSM_PROFILE_PUT' EXPORTING PROJECT = /SAPDMC/LSSCREEN-PROJECT SUBPROJ = /SAPDMC/LSSCREEN-SUBPROJ OBJECT = /SAPDMC/LSSCREEN-OBJECT.

/SAPDMC/LSM_PROJECT_CREATE CALL FUNCTION '/SAPDMC/LSM_PROJECT_CREATE' EXPORTING WITH_DIALOG = YES CHANGING PROJECT = P_PROJECT PROJECTTXT = P_PROJECTTXT EXCEPTIONS PROJECT_ALREADY_EXISTS = 1 INSERT_ERROR = 2 CANCELED_BY_USER = 3 OTHERS = 4.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING DYNAME = SY-REPID DYNUMB = SY-DYNNR TABLES DYNPFIELDS = LT_DYNPREAD EXCEPTIONS INVALID_ABAPWORKAREA = 1 INVALID_DYNPROFIELD = 2 INVALID_DYNPRONAME = 3 INVALID_DYNPRONUMMER = 4 INVALID_REQUEST = 5 NO_FIELDDESCRIPTION = 6 UNDEFIND_ERROR = 7 OTHERS = 8.

/SAPDMC/LSM_SUBPROJECT_CREATE CALL FUNCTION '/SAPDMC/LSM_SUBPROJECT_CREATE' EXPORTING PROJECT = P_PROJECT WITH_DIALOG = YES CHANGING SUBPROJ = P_SUBPROJ SUBPROJTXT = P_SUBPROJTXT EXCEPTIONS NO_SUCH_PROJECT = 1 SUBPROJECT_ALREADY_EXISTS = 2 INSERT_ERROR = 3 CANCELED_BY_USER = 4 OTHERS = 5.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING DYNAME = SY-REPID DYNUMB = SY-DYNNR TABLES DYNPFIELDS = LT_DYNPREAD EXCEPTIONS INVALID_ABAPWORKAREA = 1 INVALID_DYNPROFIELD = 2 INVALID_DYNPRONAME = 3 INVALID_DYNPRONUMMER = 4 INVALID_REQUEST = 5 NO_FIELDDESCRIPTION = 6 UNDEFIND_ERROR = 7 OTHERS = 8.

/SAPDMC/LSM_OBJECT_CREATE CALL FUNCTION '/SAPDMC/LSM_OBJECT_CREATE' EXPORTING PROJECT = P_PROJECT SUBPROJ = P_SUBPROJ WITH_DIALOG = YES CHANGING OBJECT = P_OBJECT OBJECTTXT = P_OBJECTTXT EXCEPTIONS NO_SUCH_PROJECT = 1 NO_SUCH_SUBPROJECT = 2 OBJECT_ALREADY_EXISTS = 3 INSERT_ERROR = 4 CANCELED_BY_USER = 5 OTHERS = 6.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING DYNAME = SY-REPID DYNUMB = SY-DYNNR TABLES DYNPFIELDS = LT_DYNPREAD 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 /SAPDMC/MLSMWF01 or its description.