SAP Reports / Programs | Materials Management | Purchasing(MM-PUR) SAP MM

MM06EF0P_POS_LOESCHEN SAP ABAP INCLUDE - MM06EF0PPOSLOESCHEN







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

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:

ML_INVOICING_SCHEDULE_DELETE CALL FUNCTION 'ML_INVOICING_SCHEDULE_DELETE' "532173 EXPORTING fplnr_del = ekpo-fplnr "532173 ebelp_del = ekpo-ebelp. "532173

SHP_PO_CANCELLATION_CHECK CALL FUNCTION 'SHP_PO_CANCELLATION_CHECK' EXPORTING if_ebeln = ekko-ebeln if_ebelp = ekpo-ebelp EXCEPTIONS cancelling_not_allowed = 1 OTHERS = 2.

PK_CHECK_AGREEMNT_FOR_USE CALL FUNCTION 'PK_CHECK_AGREEMNT_FOR_USE' EXPORTING i_ebeln = ekpo-ebeln i_ebelp = ekpo-ebelp i_werks = ekpo-werks "707769 i_matnr = ekpo-matnr "707769 i_kanba = ekpo-kanba "707769 EXCEPTIONS used_in_contol_cycles = 1 used_in_kanbans = 2 used_in_sum_jit_calls = 3 OTHERS = 4.

PK_REPLENISHMENT_REVERSAL CALL FUNCTION 'PK_REPLENISHMENT_REVERSAL' EXPORTING ebeln = ekpo-ebeln ebelp = ekpo-ebelp EXCEPTIONS no_kanban = 1 see_message = 2 OTHERS = 3.

ME_CONFIRMATION_MAINTAIN CALL FUNCTION 'ME_CONFIRMATION_MAINTAIN' "790641 EXPORTING "790641 i_bstae = ekpo-bstae "790641 i_ebeln = ekpo-ebeln "790641 i_ebelp = ekpo-ebelp "790641 i_funkt = 'A' "790641 i_werks = ekpo-werks "790641 IMPORTING "790641 e_lamng = h_lamng "790641 e_lwmng = h_lwmng. "790641



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