PPC_CONFIRMATIONS_SHOW 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_CONFIRMATIONS_SHOW into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PPCSHOW - Displays Backflushes
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: DUMMYO_Y = ...
Selection Text: GOODSR_A = ...
Selection Text: GOODSR_N = ...
Selection Text: GOODSR_Y = ...
Selection Text: MATVAR_A = ...
Selection Text: MATVAR_N = ...
Selection Text: MATVAR_Y = ...
Selection Text: MAX_ON = Warning if backflushes exceed:
Selection Text: MAX_REC = D Maximum Number of Hits
Selection Text: R_ACTS = Also Read Activities
Selection Text: R_COMPS = Also Read Components
Selection Text: R_HEADS = Display Only Header Records
Selection Text: R_ORDER = Read Header Records per Order
Selection Text: R_SINGLE = Read Header Records Directly
Selection Text: SCRAP__A = ...
Selection Text: SCRAP__N = ...
Selection Text: SCRAP__Y = ...
Selection Text: SO_BUDAT = D Posting date
Selection Text: SO_DATUM = Creation Date (Local)
Selection Text: SO_EXORD = D External Order Number
Selection Text: SO_HDID = D Backflush header key (UID)
Selection Text: SO_KDAUF = D Sales order
Selection Text: SO_KDPOS = D Sales order item
Selection Text: SO_LINIE = Line Name
Selection Text: SO_MATNR = Assembly
Selection Text: SO_ORDID = Key APO order (GUID)
Selection Text: SO_REPPT = Name of Reporting Point
Selection Text: SO_UNAME = D User who entered backflush
Selection Text: SO_VERID = D Production version
Selection Text: SO_WERKS = D Plant
Selection Text: SYNCHR_N = Still to be Posted
Selection Text: SYNCHR_V = None to Be Posted
Selection Text: SYNCHR_Y = Already Posted
Selection Text: ACTIVI_N = Still to be Posted
Selection Text: ACTIVI_V = None to Be Posted
Selection Text: ACTIVI_Y = Already Posted
Selection Text: ACTVAR_A = ...
Selection Text: ACTVAR_N = ...
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 =
.
PPC1RT_EXT_KEYS_CONVERT CALL FUNCTION 'PPC1RT_EXT_KEYS_CONVERT' TABLES it_ext_confdate = so_datum et_conftime = so_cftim it_line_header_ext = so_linie et_line_header_int = so_linid it_reppoint_ext = so_reppt et_reppoint_int = so_rptid EXCEPTIONS no_recs_found = 1 others = 2.
PPC1DC_HEADS_SELECT CALL FUNCTION 'PPC1DC_HEADS_SELECT' EXPORTING if_orderref = r_order if_max_rec = max_rec if_negate = lf_negate TABLES ir_cancl = r_cancel ir_synch = r_synchr ir_async = r_asynch ir_activ = r_activi ir_goodr = r_goodsr ir_scrap = r_scrap_ ir_matva = r_matvar ir_actva = r_actvar ir_dummy = r_dummyo ir_plant = so_werks ir_matnr = so_matnr ir_verid = so_verid ir_postd = so_budat ir_uname = so_uname ir_cftim = so_cftim ir_slsor = so_kdauf ir_sopos = so_kdpos ir_ordid = so_ordid ir_exord = so_exord ir_linid = so_linid ir_rptid = so_rptid ir_hedid = so_hdid et_header_raw = lt_header_raw et_headids = lt_headids EXCEPTIONS no_recs_found = 1 too_many_records = 2 OTHERS = 3.
PPC1RT_HEADER_RAW_CONVERT CALL FUNCTION 'PPC1RT_HEADER_RAW_CONVERT' TABLES it_header_raw = lt_header_raw et_header_ext = lt_ppc_show_ext.
PPC1DC_COMPS_FOR_HEADS_SELECT CALL FUNCTION 'PPC1DC_COMPS_FOR_HEADS_SELECT' TABLES it_headids = lt_headids et_comps_ext = lt_ppc_show_ext_gi.
PPC1DC_ACTS_FOR_HEADS_SELECT CALL FUNCTION 'PPC1DC_ACTS_FOR_HEADS_SELECT' TABLES it_headids = lt_headids et_acts_raw = lt_act_raw.
PPC1RT_ACT_RAW_CONVERT CALL FUNCTION 'PPC1RT_ACT_RAW_CONVERT' TABLES it_act_raw = lt_act_raw et_acts_ext = lt_ppc_show_ext_act.
PPC1RT_CONF_DISPLAY CALL FUNCTION 'PPC1RT_CONF_DISPLAY' EXPORTING if_hierarch = lf_hierarch "$$$ first step if_mode = lf_mode if_error_level = 'S' TABLES it_heads = lt_ppc_show_ext it_comps = lt_ppc_show_ext_gi it_acts = lt_ppc_show_ext_act EXCEPTIONS insufficient_input = 1 OTHERS = 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.
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_CONFIRMATIONS_SHOW or its description.