SAP Reports / Programs | Logistics - General | Merchandise Distribution | Allocation(LO-MDS-AL) SAP LO

DEL1TE04 SAP ABAP INCLUDE - Include DEL1TE04 delete







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


Text pool values


Title: Include DEL1TE04 delete


INCLUDES used within this REPORT DEL1TE04

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:

ENQUEUE_MWAUKOE CALL FUNCTION 'ENQUEUE_MWAUKOE' EXPORTING MANDT = SY-MANDT ABELN = T_AUKO-ABELN X_ABELN = SPACE _SCOPE = '2' _WAIT = ' ' EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.

DEQUEUE_MWAUKOS

DEQUEUE_MWAUKOE * CALL FUNCTION 'DEQUEUE_MWAUKOS' CALL FUNCTION 'DEQUEUE_MWAUKOE' EXPORTING MANDT = SY-MANDT ABELN = T_AUKO-ABELN X_ABELN = SPACE _SCOPE = '2'.

ENQUEUE_EMEKKOE CALL FUNCTION 'ENQUEUE_EMEKKOE' EXPORTING * MODE_EKKO = 'E' * MODE_EKPO = 'E' MANDT = SY-MANDT EBELN = BESTELLUNG_POS_TAB_LOCK-EBELN * EBELP = * X_EBELN = ' ' * X_EBELP = ' ' _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3 .

ME_PURCHASE_DOCUMENT_DATA_SAVE CALL FUNCTION 'ME_PURCHASE_DOCUMENT_DATA_SAVE' EXPORTING * I_NO_DOCUMENT_CHECK = ' ' * I_COMMIT_WAIT = ' ' I_NO_COMMIT = KREUZ EXCEPTIONS INVALID_CALL_OF_FB = 1 OTHERS = 2 .

ME_PURCHASE_DOCU_DATA_REFRESH CALL FUNCTION 'ME_PURCHASE_DOCU_DATA_REFRESH'.

ME_PURCHASE_DOCUMENT_DATA_READ CALL FUNCTION 'ME_PURCHASE_DOCUMENT_DATA_READ' EXPORTING I_EBELN = BESTELLUNG_POS_TAB-EBELN I_TCODE = H_TCODE * I_NO_COMMIT = ' ' I_TRTYP = H_TRTYP I_NO_MESSAGING = KREUZ I_NO_MESSAGE_REQ = KREUZ I_NO_AUTHORITY_CHECK = KREUZ * I_VORGA = EXCEPTIONS NO_EBLNR = 1 EBLNR_NOT_FOUND = 2 NO_TCODE = 3 TCODE_NOT_ALLOWED = 4 NO_TRTYP = 5 INVALID_CALL_OF_FB = 6 OTHERS = 7 .

ME_PUR_DOCU_POSITION_CHANGE CALL FUNCTION 'ME_PUR_DOCU_POSITION_CHANGE' EXPORTING I_FIELD_NAME = 'AUFTEILER' I_FIELD_VALUE = H_EKPO_AUFTEILER IMPORTING E_EKBEL = H_EKBEL TABLES EBELP_RAN = HT_EBELP_RAN EXCEPTIONS INVALID_CALL_OF_FB = 1 OTHERS = 2.

ME_PURCHASE_DOCUMENT_DATA_SAVE CALL FUNCTION 'ME_PURCHASE_DOCUMENT_DATA_SAVE' EXPORTING * I_NO_DOCUMENT_CHECK = ' ' * I_COMMIT_WAIT = ' ' I_NO_COMMIT = KREUZ EXCEPTIONS INVALID_CALL_OF_FB = 1 OTHERS = 2 .

DEQUEUE_EMEKKOE CALL FUNCTION 'DEQUEUE_EMEKKOE' EXPORTING * MODE_EKKO = 'E' * MODE_EKPO = 'E' MANDT = SY-MANDT EBELN = BESTELLUNG_POS_TAB_LOCK-EBELN * EBELP = X_EBELN = SPACE * X_EBELP = ' ' _SCOPE = '2' _SYNCHRON = SPACE * _COLLECT = ' ' .

ENQUEUE_EVVBLKE CALL FUNCTION 'ENQUEUE_EVVBLKE' EXPORTING * MODE_LIKP = 'E' MANDT = SY-MANDT VBELN = LIEFERAVIS_POS_TAB_LOCK-VBELN * X_VBELN = ' ' _SCOPE = '3' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3 .

DEQUEUE_EVVBLKE CALL FUNCTION 'DEQUEUE_EVVBLKE' EXPORTING * MODE_LIKP = 'E' MANDT = SY-MANDT VBELN = LIEFERAVIS_POS_TAB_LOCK-VBELN X_VBELN = SPACE _SCOPE = '2' _SYNCHRON = ' ' * _COLLECT = ' ' .

WAUF_SHIPPING_NOTIFICAT_UPDATE CALL FUNCTION 'WAUF_SHIPPING_NOTIFICAT_UPDATE' TABLES FBT_LIPS = LIEFERAVIS_POS_TAB EXCEPTIONS OTHERS = 1.

WIS_PLAN_NOTIFY_ALLOC CALL FUNCTION 'WIS_PLAN_NOTIFY_ALLOC' DESTINATION h_rfcdest TABLES T_ABELN = t_mapallocabeln.



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