SAP Reports / Programs

PPC_CONF_POST_PROC SAP ABAP Report - Postprocessing Program for Archiving Object PPC_CONF







PPC_CONF_POST_PROC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Postprocessing Program for Archiving Object PP_CONF The postprocessing program deletes data from the database tables for DI Backflush in the ERP system...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter PPC_CONF_POST_PROC 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 PPC_CONF_POST_PROC. "Basic submit
SUBMIT PPC_CONF_POST_PROC AND RETURN. "Return to original report after report execution complete
SUBMIT PPC_CONF_POST_PROC VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: NOACTS = Activities not processed
Selection Text: NOCOMPS = Materials not processed
Selection Text: PROCSIZE = Package Size
Selection Text: TEST = Test Run
Title: Postprocessing Program for Archiving Object PPC_CONF
Text Symbol: 001 = Deleted Orders:
Text Symbol: 002 = Deleted Entries from Table PPC_MAT_DET:
Text Symbol: 003 = Deleted Entries from Table PPC_MAT:
Text Symbol: 004 = Deleted Entries from Table PPC_ACT:
Text Symbol: 005 = Deleted Reporting Point Versions:
Text Symbol: 006 = Package Size
Text Symbol: 007 = Control Data
Text Symbol: 008 = Test


INCLUDES used within this REPORT PPC_CONF_POST_PROC

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_E_PPC_ORDERID call function 'ENQUEUE_E_PPC_ORDERID' exporting mode_ppc_ord_inf = 'E' mandt = sy-mandt orderid = ls_ord_inf-orderid _scope = '2' _wait = 'X' exceptions foreign_lock = 1 system_failure = 2 others = 3.

DEQUEUE_E_PPC_ORDERID call function 'DEQUEUE_E_PPC_ORDERID' exporting mode_ppc_ord_inf = 'E' mandt = sy-mandt orderid = ls_ord_inf-orderid _scope = '2'.

DEQUEUE_ALL call function 'DEQUEUE_ALL'.

ENQUEUE_E_PPC_ORDERID call function 'ENQUEUE_E_PPC_ORDERID' exporting mode_ppc_ord_inf = 'E' mandt = sy-mandt _scope = '2' exceptions foreign_lock = 1 system_failure = 2 others = 3.

DEQUEUE_E_PPC_ORDERID call function 'DEQUEUE_E_PPC_ORDERID' exporting mode_ppc_ord_inf = 'E' mandt = sy-mandt _scope = '2'.

ENQUEUE_E_PPC_ORDERID call function 'ENQUEUE_E_PPC_ORDERID' exporting mode_ppc_ord_inf = 'E' mandt = sy-mandt _scope = '2' exceptions foreign_lock = 1 system_failure = 2 others = 3.

DEQUEUE_E_PPC_ORDERID call function 'DEQUEUE_E_PPC_ORDERID' exporting mode_ppc_ord_inf = 'E' mandt = sy-mandt _scope = '2'.



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