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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PPC_CONF_POST_PROC - Postprocessing Program for Archiving Object PPC_CONF PPC_CONF_POST_PROC - Postprocessing Program for Archiving Object PPC_CONF PPC_CONF_GO - Processing the Backflushes PPC_CONF_GO - Processing the Backflushes PPC_CONF_ARCH_WRI - Write Program for Archiving Object PP_CONF PPC_CONF_ARCH_WRI - Write Program for Archiving Object PP_CONF