SAP Reports / Programs

PPC_COMPONENTS_SHOW SAP ABAP Report - Display of Components







PPC_COMPONENTS_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_COMPONENTS_SHOW into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PPCSC - Display of Component Withdrawal


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_COMPONENTS_SHOW. "Basic submit
SUBMIT PPC_COMPONENTS_SHOW AND RETURN. "Return to original report after report execution complete
SUBMIT PPC_COMPONENTS_SHOW 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: NO_MAX = No Dialog, Always Select
Selection Text: MAX_REC = Warning If More RM Than
Selection Text: BATCH__Y = Managed in Batches
Selection Text: BATCH__N = Not Managed in Batches
Selection Text: BATCH__A = ...
Selection Text: SYNCHR_Y = ...
Selection Text: SYNCHR_N = ...
Selection Text: SYNCHR_A = ...
Selection Text: SO_WERKS = D Plant
Selection Text: SO_UNAME = D User Who Entered Backflush
Selection Text: SO_SOBKZ = D Special Stock
Selection Text: SO_REPPT = D Reporting Point Description
Selection Text: SO_PRVBE = D Production Supply Area
Selection Text: SO_MATNR = Component
Selection Text: SO_MATID = D Material Key
Selection Text: SO_LGORT = D Storage Location
Selection Text: SO_KDPOS = D Sales Order Item
Selection Text: SO_KDAUF = Sales Order for Assembly
Selection Text: SO_GMOVE = D Goods Movement Type
Selection Text: SO_BUDAT = D Posting Date
Selection Text: SO_ACCID = D Account/Batch Key
Title: Display of Components
Text Symbol: BAT = Component Batch-Managed
Text Symbol: EXT = Search by Key Numbers
Text Symbol: FLA = Not relevant
Text Symbol: FLG = Special Indicator
Text Symbol: FLN = Not Set
Text Symbol: FLY = Set
Text Symbol: MOD = Selection Mode
Text Symbol: SEL = Selection Criteria
Text Symbol: SYN = Post GI Immediately
Text Symbol: WEI = Superior Selection Criteria


INCLUDES used within this REPORT PPC_COMPONENTS_SHOW

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:

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_reppoint_ext = so_reppt et_reppoint_int = so_rptid EXCEPTIONS no_recs_found = 1 others = 2.

PPC1DC_COMPS_SELECT call function 'PPC1DC_COMPS_SELECT' TABLES ir_budat = so_budat ir_uname = so_uname ir_rptid = so_rptid ir_plant = so_werks ir_matnr = so_matnr ir_lgort = so_lgort ir_prvbe = so_prvbe ir_kdauf = so_kdauf ir_kdpos = so_kdpos ir_sobkz = so_sobkz ir_gmove = so_gmove ir_sync = r_synchr ir_batch = r_batch_ ir_accid = so_accid ir_matid = so_matid et_comps_ext = lt_ppc_show_ext_gi.

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.



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