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

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







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

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:

/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_OBJ_STARTER CALL FUNCTION '/SAPDMC/LSM_OBJ_STARTER' EXPORTING project = /sapdmc/lsscreen-project subproj = /sapdmc/lsscreen-subproj object = /sapdmc/lsscreen-object x_called_from_dxwb = g_flg_called_from_dxwb EXCEPTIONS no_such_object = 1 OTHERS = 2.

/SAPDMC/LSM_DOCUMENTATION_SHOW CALL FUNCTION '/SAPDMC/LSM_DOCUMENTATION_SHOW' EXPORTING project = /sapdmc/lsscreen-project EXCEPTIONS no_such_project = 1 OTHERS = 2.

/SAPDMC/LSM_IDOC_SETTINGS CALL FUNCTION '/SAPDMC/LSM_IDOC_SETTINGS' EXPORTING "YOG270700 project = /sapdmc/lsscreen-project "YOG270700 EXCEPTIONS no_authorization = 1 OTHERS = 2.

/SAPDMC/LSM_ADMINISTRATION CALL FUNCTION '/SAPDMC/LSM_ADMINISTRATION' EXPORTING project = /sapdmc/lsscreen-project with_subprojects = yes with_central_rules = no with_recordings = no expand = yes EXCEPTIONS no_such_project = 1 no_authorization = 2 "YOG310101 OTHERS = 3.

/SAPDMC/LSM_ADMINISTRATION CALL FUNCTION '/SAPDMC/LSM_ADMINISTRATION' EXPORTING with_subprojects = yes with_central_rules = yes with_recordings = yes expand = no EXCEPTIONS no_such_project = 1 OTHERS = 2.

/SAPDMC/LSM_VERSION_DISPLAY CALL FUNCTION '/SAPDMC/LSM_VERSION_DISPLAY' EXCEPTIONS OTHERS = 1.

/SAPDMC/LSM_PROJECT_EXPORT CALL FUNCTION '/SAPDMC/LSM_PROJECT_EXPORT' EXPORTING project = /sapdmc/lsscreen-project EXCEPTIONS no_such_project = 1 OTHERS = 2.

/SAPDMC/LSM_PROJECT_IMPORT2 CALL FUNCTION '/SAPDMC/LSM_PROJECT_IMPORT2' EXCEPTIONS no_such_project = 1 OTHERS = 2.

/SAPDMC/LSM_RECORDING CALL FUNCTION '/SAPDMC/LSM_RECORDING' EXPORTING project = /sapdmc/lsscreen-project EXCEPTIONS no_authorization = 1 OTHERS = 2.

/SAPDMC/LSM_F4_PROJECT CALL FUNCTION '/SAPDMC/LSM_F4_PROJECT' IMPORTING project = /sapdmc/lsscreen-project projecttxt = /sapdmc/lsscreen-projecttxt EXCEPTIONS no_values_found = 1 canceled_by_user = 2 OTHERS = 3.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-repid dynumb = sy-dynnr TABLES dynpfields = gt_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_F4_SUBPROJECT CALL FUNCTION '/SAPDMC/LSM_F4_SUBPROJECT' EXPORTING project = /sapdmc/lsscreen-project IMPORTING subproj = /sapdmc/lsscreen-subproj subprojtxt = /sapdmc/lsscreen-subprojtxt EXCEPTIONS no_values_found = 1 canceled_by_user = 2 OTHERS = 3.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-repid dynumb = sy-dynnr TABLES dynpfields = gt_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_F4_OBJECT CALL FUNCTION '/SAPDMC/LSM_F4_OBJECT' EXPORTING project = /sapdmc/lsscreen-project subproj = /sapdmc/lsscreen-subproj IMPORTING object = /sapdmc/lsscreen-object objecttxt = /sapdmc/lsscreen-objecttxt EXCEPTIONS no_values_found = 1 canceled_by_user = 2 OTHERS = 3.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-repid dynumb = sy-dynnr TABLES dynpfields = gt_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_AUTHORIZATN_CHECK CALL FUNCTION '/SAPDMC/LSM_AUTHORIZATN_CHECK' EXPORTING mode_desired = con_mode_display IMPORTING mode_granted = g_mode EXCEPTIONS no_authorization = 1 OTHERS = 2.

/SAPDMC/LSM_OBJECT_CHECK CALL FUNCTION '/SAPDMC/LSM_OBJECT_CHECK' EXPORTING project = /sapdmc/lsscreen-project subproj = /sapdmc/lsscreen-subproj object = /sapdmc/lsscreen-object IMPORTING projecttxt = /sapdmc/lsscreen-projecttxt subprojtxt = /sapdmc/lsscreen-subprojtxt objecttxt = /sapdmc/lsscreen-objecttxt EXCEPTIONS no_such_project = 1 no_such_subproject = 2 no_such_object = 3 OTHERS = 4.



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