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

ML03TI93 SAP ABAP INCLUDE - Transfer Order Print Started Manually







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


Text pool values


Title: Transfer Order Print Started Manually


INCLUDES used within this REPORT ML03TI93

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_BATCH_DISPLAY CALL FUNCTION 'L_BATCH_DISPLAY' EXPORTING I_MATNR = ltap-matnr I_WERKS = ltap-werks I_CHARG = ltap-charg * I_LGORT = EXCEPTIONS NOT_FOUND = 1 NO_DATA = 2 OTHERS = 3 .

L_BIN_DISPLAY CALL FUNCTION 'L_BIN_DISPLAY' EXPORTING I_LGNUM = ltap-lgnum I_LGTYP = ltap-vltyp I_LGPLA = ltap-vlpla EXCEPTIONS NOT_FOUND = 1 NO_DATA = 2 OTHERS = 3 .

L_BIN_DISPLAY CALL FUNCTION 'L_BIN_DISPLAY' EXPORTING I_LGNUM = ltap-lgnum I_LGTYP = ltap-nltyp I_LGPLA = ltap-nlpla EXCEPTIONS NOT_FOUND = 1 NO_DATA = 2 OTHERS = 3 .

L_BIN_DISPLAY CALL FUNCTION 'L_BIN_DISPLAY' EXPORTING I_LGNUM = ltap-lgnum I_LGTYP = ltap-rltyp I_LGPLA = ltap-rlpla EXCEPTIONS NOT_FOUND = 1 NO_DATA = 2 OTHERS = 3 .

L_QUANT_DISPLAY CALL FUNCTION 'L_QUANT_DISPLAY' EXPORTING I_LGNUM = ltap-lgnum I_LQNUM = ltap-vlqnr * EXCEPTIONS * NOT_FOUND = 1 * NO_DATA = 2 * OTHERS = 3 .

L_QUANT_DISPLAY CALL FUNCTION 'L_QUANT_DISPLAY' EXPORTING I_LGNUM = ltap-lgnum I_LQNUM = ltap-nlqnr EXCEPTIONS NOT_FOUND = 1 NO_DATA = 2 OTHERS = 3 .

L_QUANT_DISPLAY CALL FUNCTION 'L_QUANT_DISPLAY' EXPORTING I_LGNUM = ltap-lgnum I_LQNUM = ltap-rlqnr * EXCEPTIONS * NOT_FOUND = 1 * NO_DATA = 2 * OTHERS = 3 .

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

L_SU_DISPLAY CALL FUNCTION 'L_SU_DISPLAY' EXPORTING I_LENUM = ltap-nlenr * EXCEPTIONS * NOT_FOUND = 1 * NO_DATA = 2 * OTHERS = 3 .

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

L_TR_DISPLAY CALL FUNCTION 'L_TR_DISPLAY' EXPORTING I_LGNUM = ltak-lgnum I_TBNUM = ltak-tbnum * I_TBPOS = EXCEPTIONS NOT_FOUND = 1 NO_DATA = 2 OTHERS = 3 .

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

VIEW_MAINTENANCE_SINGLE_ENTRY CALL FUNCTION 'VIEW_MAINTENANCE_SINGLE_ENTRY' EXPORTING ACTION = 'SHOW' * CORR_NUMBER = ' ' VIEW_NAME = 'V_T333' * 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 .



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