PPC_CONF_GO is a standard Executable ABAP Report 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 PPC_CONF_GO into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PPCGO - Backflush Execution
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: SO_WERKS = Assembly Plant
Selection Text: SO_USER = Backflush Created by
Selection Text: SO_SYST = D Backflushing System
Selection Text: SO_DATE = D Posting Date
Selection Text: SO_BAUGR = Material Number of Assembly
Selection Text: P_WTTIME = D Queue Time
Selection Text: P_WTENDT = D Wait Time for Process Return
Selection Text: P_WPS_RE = D Requested No.of Work Processes
Selection Text: P_SYNC = D Post Synchronous Materials
Selection Text: P_SERVGR = D Logon/Server Group
Selection Text: P_RETRYS = D Start attempts - system error
Selection Text: P_RETRYR = D Wait cycles - missing resour.
Selection Text: P_RETRYE = D Wait cycles at end
Selection Text: P_RETRYC = D Start attempts - commun.error
Selection Text: P_PROTO = D Log Output
Selection Text: P_PARA_F = D Parallel Processing
Selection Text: P_DEL_HL = D Delete History
Selection Text: P_CMPNUM = Max.Material Items in Package
Selection Text: P_AS_MAT = D Post Asynchronous Materials
Selection Text: P_AS_ACT = D Post Activities
Selection Text: P_APPLER = D No. of Errors Allowed
Title: Processing the Backflushes
Text Symbol: TDT = Display Worklist
Text Symbol: TDQ = Display of Worklist
Text Symbol: TDI = Worklist
Text Symbol: 004 = Processing Parameters
Text Symbol: 003 = Selection of Backflushes
Text Symbol: 002 = Parallel Processing Parameters
Text Symbol: 001 = Processing Parameters
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MGV_SELOP_AFTER_INITIALIZATION call function 'MGV_SELOP_AFTER_INITIALIZATION' EXPORTING PROGRAM = mgv_matnr_prog TABLES SELOP = mgv_matnr_selopt_tab EXCEPTIONS NO_PROGRAMNAME = 1 OTHERS = 2 .
MGV_SELOP_AFTER_START_OF_SEL CALL FUNCTION 'MGV_SELOP_AFTER_START_OF_SEL' EXPORTING SELOPT_NAME = mgv_matnr_selopt_tab-name TABLES RANGE =
.
PPC1DM_HEAD_STAT_CHK CALL FUNCTION 'PPC1DM_HEAD_STAT_CHK' EXCEPTIONS LOCK_ERROR = 1 OTHERS = 2.
PPC1RT_HEADER_RAW_CONVERT CALL FUNCTION 'PPC1RT_HEADER_RAW_CONVERT' TABLES IT_HEADER_RAW = LT_HEADER_RAW ET_HEADER_EXT = LT_HEADER_EXT.
PPC1RT_CONF_DISPLAY CALL FUNCTION 'PPC1RT_CONF_DISPLAY' EXPORTING IF_HIERARCH = SPACE IF_MODE = 'H' * if_variant = TABLES IT_HEADS = LT_HEADER_EXT EXCEPTIONS INSUFFICIENT_INPUT = 1 OTHERS = 2 .
PPC1PR_CONF_EXE CALL FUNCTION 'PPC1PR_CONF_EXE' EXPORTING IF_EXT_COMMIT = SPACE IF_COMMIT_WAIT = CF_COMMIT_WAIT IF_CHRON = CHARA IF_PROTOCOL_SHOW = P_PROTO IS_HEAD_RANGES = LS_HEAD_RANGES IF_SEL_SYNCH = P_SYNC IF_SEL_ASYNCH = P_AS_MAT IF_SEL_ACT = P_AS_ACT IS_PARALLEL = LS_PARALLEL IF_APPL_ERRORS = LF_APPL_ERRORS IF_MAX_COMP_NUMBER = P_CMPNUM IMPORTING EF_LOGNUMBER = LF_LOGNUMBER * TABLES * IT_COMPL_DATA_LUW = EXCEPTIONS OTHERS = 1 .
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_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 PPC_CONF_ARCH_DSP - Read and Display Archived Data Sequentially PPC_CONF_ARCH_DSP - Read and Display Archived Data Sequentially