SAP Reports / Programs | Logistics Execution | Warehouse Management(LE-WM) SAP LE

ML01SI00 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

L_PLATZ_POSITION_TRENNEN CALL FUNCTION 'L_PLATZ_POSITION_TRENNEN' EXPORTING LGNUM = LQUA-LGNUM LGTYP = LQUA-LGTYP LGPLA = LQUA-LGPLA IMPORTING O_LGPLA = LQUA-LGPLA O_PLPOS = LQUA-PLPOS EXCEPTIONS NOT_FOUND.

L_PLATZ_POSITION_TRENNEN CALL FUNCTION 'L_PLATZ_POSITION_TRENNEN' EXPORTING LGNUM = LEIN-LGNUM LGTYP = LEIN-LGTYP LGPLA = LEIN-LGPLA IMPORTING O_LGPLA = LEIN-LGPLA O_PLPOS = LEIN-PLPOS EXCEPTIONS NOT_FOUND.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING IS_VARIANT = I_VARIANT * I_TABNAME_HEADER = * I_TABNAME_ITEM = * IT_DEFAULT_FIELDCAT = I_SAVE = 'A' IMPORTING * E_EXIT = ES_VARIANT = E_VARIANT EXCEPTIONS NOT_FOUND = 1 PROGRAM_ERROR = 2 OTHERS = 3.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING I_SAVE = 'A' CHANGING CS_VARIANT = C_VARIANT EXCEPTIONS WRONG_INPUT = 1 NOT_FOUND = 2 PROGRAM_ERROR = 3 OTHERS = 4.

VIEW_MAINTENANCE_SINGLE_ENTRY CALL FUNCTION 'VIEW_MAINTENANCE_SINGLE_ENTRY' EXPORTING ACTION = 'SHOW' * CORR_NUMBER = ' ' VIEW_NAME = 'V_T3010' * NO_WARNING_FOR_CLIENTINDEP = ' ' * RFC_DESTINATION_FOR_UPGRADE = ' ' * CLIENT_FOR_UPGRADE = ' ' * VARIANT_FOR_SELECTION = ' ' * NO_TRANSPORT = ' ' * SUPPRESSDIALOG = ' ' * INSERT_KEY_NOT_FIXED = ' ' * COMPLEX_SELCONDS_USED = ' ' * IMPORTING * CORR_NUMBER = * TABLES * DBA_SELLIST = * EXCL_CUA_FUNCT = CHANGING ENTRY = lgtyp_key EXCEPTIONS ENTRY_ALREADY_EXISTS = 1 ENTRY_NOT_FOUND = 2 CLIENT_REFERENCE = 3 FOREIGN_LOCK = 4 INVALID_ACTION = 5 NO_CLIENTINDEPENDENT_AUTH = 6 NO_DATABASE_FUNCTION = 7 NO_EDITOR_FUNCTION = 8 NO_SHOW_AUTH = 9 NO_TVDIR_ENTRY = 10 NO_UPD_AUTH = 11 SYSTEM_FAILURE = 12 UNKNOWN_FIELD_IN_DBA_SELLIST = 13 VIEW_NOT_FOUND = 14 OTHERS = 15 .

L_BATCH_DISPLAY CALL FUNCTION 'L_BATCH_DISPLAY' EXPORTING I_MATNR = lqua-matnr I_WERKS = lqua-werks I_CHARG = lqua-charg * I_LGORT = EXCEPTIONS NOT_FOUND = 1 NO_DATA = 2 OTHERS = 3 .

L_TO_DISPLAY CALL FUNCTION 'L_TO_DISPLAY' EXPORTING I_LGNUM = lqua-lgnum I_TANUM = lqua-btanr * I_TAPOS = EXCEPTIONS NOT_FOUND = 1 NO_DATA = 2 OTHERS = 3 .

L_BIN_DISPLAY CALL FUNCTION 'L_BIN_DISPLAY' EXPORTING I_LGNUM = lqua-lgnum I_LGTYP = lqua-lgtyp I_LGPLA = lqua-lgpla EXCEPTIONS NOT_FOUND = 1 NO_DATA = 2 OTHERS = 3 .

L_MATDOC_DISPLAY CALL FUNCTION 'L_MATDOC_DISPLAY' EXPORTING I_MBLNR = lqua-wenum I_WERKS = lqua-werks I_MJAHR = help_jahr EXCEPTIONS NOT_FOUND = 1 NO_DATA = 2 OTHERS = 3 .

L_INSPEC_LOT_DISPLAY CALL FUNCTION 'L_INSPEC_LOT_DISPLAY' EXPORTING I_QPLOS = lqua-qplos EXCEPTIONS NOT_FOUND = 1 NO_DATA = 2 OTHERS = 3 .

L_SU_DISPLAY CALL FUNCTION 'L_SU_DISPLAY' EXPORTING I_LENUM = lqua-lenum EXCEPTIONS NOT_FOUND = 1 NO_DATA = 2 OTHERS = 3 .

L_DELIVERY_DISPLAY CALL FUNCTION 'L_DELIVERY_DISPLAY' EXPORTING I_VBELN = lqua-vbeln EXCEPTIONS NOT_FOUND = 1 NO_DATA = 2 OTHERS = 3 .

L_BIN_DISPLAY CALL FUNCTION 'L_BIN_DISPLAY' EXPORTING I_LGNUM = lein-lgnum I_LGTYP = lein-lgtyp I_LGPLA = lein-lgpla EXCEPTIONS NOT_FOUND = 1 NO_DATA = 2 OTHERS = 3 .

L_TO_DISPLAY CALL FUNCTION 'L_TO_DISPLAY' EXPORTING I_LGNUM = lein-lgnum I_TANUM = lein-btanr * I_TAPOS = EXCEPTIONS NOT_FOUND = 1 NO_DATA = 2 OTHERS = 3 .



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