SAP Reports / Programs | Production Backflush | Industry Solution Automotive | Production Backflush(IS-A-PPC) SAP IS

PPC_CHECK_COMPS SAP ABAP Report - Program PPC_CHECK_COMPS







PPC_CHECK_COMPS 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_CHECK_COMPS 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_CHECK_COMPS. "Basic submit
SUBMIT PPC_CHECK_COMPS AND RETURN. "Return to original report after report execution complete
SUBMIT PPC_CHECK_COMPS 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: SO_WERKS = Component plant
Selection Text: SO_VERID = D .
Selection Text: SO_PLANT = D .
Selection Text: SO_DATUM = Posting date
Selection Text: SO_COMPS = Component material number
Selection Text: SO_ASSEM = Assembly number
Selection Text: P_SIMU = Simulation mode (no postings)
Selection Text: P_OPT03 = Attempt auto repair
Selection Text: P_OPT01 = Display errors only
Title: Program PPC_CHECK_COMPS
Text Symbol: WT7 = Delta
Text Symbol: WT6 = PPC Step2
Text Symbol: WT5 = AFFW
Text Symbol: WT4 = MSEG
Text Symbol: WT3 = PPC Open
Text Symbol: WT2 = PPC Total
Text Symbol: WT1 = Material number and plant
Text Symbol: WN3 = No cost collector GUID could be determined.
Text Symbol: WN2 = No accounting order number could be determined.
Text Symbol: WN1 = No components found meeting the criteria.
Text Symbol: W05 = Cost. coll. GUID:
Text Symbol: W04 = Prod. vers:
Text Symbol: W03 = Acc. order number:
Text Symbol: W02 = Plant:
Text Symbol: W01 = Assembly:
Text Symbol: TC5 = Enable automatic repair (COGI posting with delta quantity)
Text Symbol: TC4 = Display only the inconsistent components.
Text Symbol: T03 = Processing options
Text Symbol: T02 = Further selection criteria
Text Symbol: T01 = Product selection
Text Symbol: P04 = User action
Text Symbol: P02 = &*& of the assembly &***&. Continue?
Text Symbol: P01 = System will post in COGI &*& items of the component
Text Symbol: C07 = Almost done. Formatting output...
Text Symbol: C06 = Attempting automatic correction...
Text Symbol: C05 = Verifying consistency: assembly &&& of %&%
Text Symbol: C04 = Verifying consistency...
Text Symbol: C03 = Counting components: assembly &&& of %&%





Text Symbol: C02 = Counting components...
Text Symbol: C01 = Data selection started: reading &&& assemblies


INCLUDES used within this REPORT PPC_CHECK_COMPS

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:

KK_F_PKOSA_FIND call function 'KK_F_PKOSA_FIND' exporting i_matnr = ls_agg-matnr i_werks = ls_agg-werks i_verid = ls_agg-verid importing e_aufnr = ls_agg-aufnr exceptions others = 1.

PPC1PR_SHKZG_DET call function 'PPC1PR_SHKZG_DET' exporting if_bwart = ls_imseg-bwart importing ef_shkzg = ls_imseg-shkzg exceptions others = 2.

PPC1PP_NB_CREATE call function 'PPC1PP_NB_CREATE' exporting is_emkpf = ls_emkpf if_aufnr = if_aufnr if_budat = lf_budat if_baugr = if_matnr if_werks_bg = if_werks if_flg_info_dest = lf_flgdst if_conflogsys = lf_cflogs importing ef_edoc = lt_doc tables it_imseg = lt_imseg it_emseg = lt_emseg it_imseg_failed = lt_imsegf it_emseg_failed = lt_emsegf exceptions others = 4.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'Y' textline1 = lf_text1 textline2 = lf_text2 titel = 'User action'(p04) cancel_display = ' ' importing answer = gf_answer. "#EC *

LIST_ICON_PREPARE_FOR_MODIFY call function 'LIST_ICON_PREPARE_FOR_MODIFY' changing new_icon = gf_icon.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = lf_perc text = lf_text.



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