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

ML02BFFC SAP ABAP INCLUDE - CHECK_SALES_ORDER







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

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:

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = nummernkreis object = con_transportbedarf subobject = subobjekt IMPORTING number = ltbk-tbnum returncode = nv_returncode EXCEPTIONS interval_not_found = 1.

L_TB_HINZUFUEGEN CALL FUNCTION 'L_TB_HINZUFUEGEN' IN UPDATE TASK EXPORTING xltbk = ltbk TABLES tbp = tbp.

ASH_RL_TB_READ CALL FUNCTION 'ASH_RL_TB_READ' EXPORTING * I_ARCHIVEKEY = * I_OFFSET = i_borident = ls_borident TABLES et_ltbk = lt_ltbk et_ltbp = lt_ltbp EXCEPTIONS not_in_infostructure = 1 not_in_archive = 2 no_instructure_defined = 3 OTHERS = 4 .

SWU_OBJECT_PUBLISH CALL FUNCTION 'SWU_OBJECT_PUBLISH' EXPORTING objtype = 'BUS2065' objkey = lv_objkey * CREATOR = ' ' * METHOD = ' ' * TABLES * CONTAINER = EXCEPTIONS objtype_not_found = 1 OTHERS = 2 .

PK_REPLENISHMENT_REVERSAL CALL FUNCTION 'PK_REPLENISHMENT_REVERSAL' EXPORTING post_dialog = space post_on_commit = con_x * AUFNR = ' ' * PLNUM = ' ' * RSNUM = ' ' * EBELN = ' ' * EBELP = ' ' lgnum = ltbk-lgnum tbnum = ltbk-tbnum EXCEPTIONS no_kanban = 1 see_message = 2 OTHERS = 3.

PK_CHECK_CONTAINER CALL FUNCTION 'PK_CHECK_CONTAINER' EXPORTING lgnum = ltbk-lgnum tbnum = ltbk-tbnum TABLES mengen_chargen = t_istmenge.

PK_ITEM_STATUS_POST CALL FUNCTION 'PK_ITEM_STATUS_POST' EXPORTING e_post_dialog = space.

L_TB_VERAENDERN CALL FUNCTION 'L_TB_VERAENDERN' IN UPDATE TASK EXPORTING xltbk = ltbk old_tbpos = old_tbpos TABLES tbp = tbp.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = text-001 textline1 = text-002 textline2 = text-003 IMPORTING answer = antwort.

PK_REPLENISHMENT_REVERSAL CALL FUNCTION 'PK_REPLENISHMENT_REVERSAL' EXPORTING post_dialog = space post_on_commit = con_x * AUFNR = ' ' * PLNUM = ' ' * RSNUM = ' ' * EBELN = ' ' * EBELP = ' ' lgnum = ltbk-lgnum " Note 524852 tbnum = ltbk-tbnum EXCEPTIONS no_kanban = 1 see_message = 2 OTHERS = 3.

L_TB_LOESCHEN CALL FUNCTION 'L_TB_LOESCHEN' IN UPDATE TASK EXPORTING xltbk = ltbk TABLES tbp = tbp.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = text-001 textline1 = text-002 textline2 = text-003 IMPORTING answer = antwort.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = nummernkreis object = con_umbuchungsnummer subobject = subobjekt IMPORTING number = lubu-ubnum returncode = nv_returncode EXCEPTIONS interval_not_found = 1.

L_LUBU_HINZUFUEGEN CALL FUNCTION 'L_LUBU_HINZUFUEGEN' IN UPDATE TASK EXPORTING xlubu = lubu.

L_LUBU_VERAENDERN CALL FUNCTION 'L_LUBU_VERAENDERN' IN UPDATE TASK EXPORTING xlubu = lubu.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = text-016 textline1 = text-014 textline2 = text-015 IMPORTING answer = antwort.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = text-001 textline1 = text-014 textline2 = text-015 IMPORTING answer = antwort.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = text-013 textline1 = text-014 textline2 = text-015 IMPORTING answer = antwort.

POPUP_TO_CONFIRM_STEP





CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = text-013 textline1 = text-014 textline2 = text-015 IMPORTING answer = antwort.



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