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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.