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

ML02BF00 SAP ABAP INCLUDE - Sorting Transfer Order Items for Printing







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

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:

POPUP_TO_CONFIRM_WITH_VALUE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING TITEL = TEXT-010 TEXT_BEFORE = TEXT-011 TEXT_AFTER = TEXT-012 OBJECTVALUE = LTBK-TBNUM IMPORTING ANSWER = ANTWORT.

MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING SCHLUESSEL = MTCOM IMPORTING MATDATEN = MLVS RETURN = MTCOR TABLES SEQMAT01 = DUM_TAB.

MATERIAL_PRE_READ_MAKT CALL FUNCTION 'MATERIAL_PRE_READ_MAKT' TABLES IPRE03 = IPRE03.

MATERIAL_PRE_READ_MLVSV CALL FUNCTION 'MATERIAL_PRE_READ_MLVSV' TABLES MLVSV_KEYTAB = IPRE07.

POPUP_TO_CONFIRM_WITH_VALUE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING TITEL = TEXT-007 TEXT_BEFORE = TEXT-008 TEXT_AFTER = TEXT-009 OBJECTVALUE = P_TBPOS IMPORTING ANSWER = ANTWORT.

ENQUEUE_ELLTBKE CALL FUNCTION 'ENQUEUE_ELLTBKE' EXPORTING LGNUM = P_LGNUM TBNUM = P_TBNUM EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.

L_LGORT_LGNUM_CHECK CALL FUNCTION 'L_LGORT_LGNUM_CHECK' EXPORTING I_WERKS = P_WERKS I_LGORT = P_LGORT I_LGNUM = P_LGNUM I_LODAT = CON_X IMPORTING E_T320 = T320 E_T001l = T001l EXCEPTIONS LGNUM_OR_LGORT_OBLIGATORY = 1 LGORT_NOT_DETERMINED = 2 LGNUM_OR_LGORT_WRONG = 3 ENTRY_NOT_IN_T320 = 4 WERKS_LGNUM_NOT_VALID = 5 STANDARD_LGORT_NOT_DETERMINED = 6 LGNUM_DATA_DOES_NOT_EXIST = 7 LGNUM_TEXT_DOES_NOT_EXIST = 8 OTHERS = 99.

L_2_STEP_PICKING_RELEVANCE CALL FUNCTION 'L_2_STEP_PICKING_RELEVANCE' EXPORTING I_LGNUM = P_LGNUM I_RBTYP = CON_REFNRBELEGTYP_B I_TRART = P_TRART IMPORTING E_2SKREL = HLP_L2SKR E_2SKMAT = HLP_L2SKM EXCEPTIONS OTHERS = 0.



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