PRICAT002 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 PRICAT002 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: SPRODGRP = Product group
Selection Text: P_VARI = D Layout
Selection Text: G_PRINBR = D Product catalog number
Title: PRICAT inbound: Display catalog lines for a catalog number
Text Symbol: 072 = Catalog line
Text Symbol: 071 = Product group
Text Symbol: 064 = Execute
Text Symbol: 060 = Display options
Text Symbol: 020 = Selection
Text Symbol: 003 = Layout
Text Symbol: 002 = Carried out on
Text Symbol: 001 = Lines for catalog
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_VARIANT_DEFAULT_GET call function 'REUSE_ALV_VARIANT_DEFAULT_GET' exporting i_save = g_save changing cs_variant = gx_variant exceptions not_found = 2.
REUSE_ALV_HIERSEQ_LIST_DISPLAY call function 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' exporting i_callback_program = g_repid i_callback_pf_status_set = g_status i_callback_user_command = g_user_command is_layout = gs_layout it_fieldcat = gt_fieldcat[] * IT_EXCLUDING = it_special_groups = gt_sp_group[] * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 i_default = g_default i_save = g_save is_variant = g_variant it_events = gt_events[] * IT_EVENT_EXIT = i_tabname_header = g_tabname_header i_tabname_item = g_tabname_item is_keyinfo = gs_keyinfo * IS_PRINT = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = tables t_outtab_header = t_kopfinfo t_outtab_item = gt_zeileninfo.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_internal_tabname = g_tabname_header i_structure_name = 'PRICAT_K002' changing ct_fieldcat = e01_lt_fieldcat[].
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_internal_tabname = g_tabname_item i_structure_name = 'PRICAT_K003' changing ct_fieldcat = e01_lt_fieldcat[].
REUSE_ALV_EVENTS_GET call function 'REUSE_ALV_EVENTS_GET' exporting i_list_type = 0 importing et_events = e03_lt_events.
REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = gt_list_top_of_page.
REUSE_ALV_VARIANT_F4 call function 'REUSE_ALV_VARIANT_F4' exporting is_variant = g_variant i_save = g_save i_tabname_header = g_tabname_header i_tabname_item = g_tabname_item importing e_exit = g_exit es_variant = gx_variant exceptions not_found = 2.
REUSE_ALV_VARIANT_EXISTENCE call function 'REUSE_ALV_VARIANT_EXISTENCE' exporting i_save = g_save changing cs_variant = gx_variant exceptions wrong_input = 1 not_found = 2 program_error = 3 others = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PRICAT002 - PRICAT inbound: Display catalog lines for a catalog number PRICAT002 - PRICAT inbound: Display catalog lines for a catalog number PRICAT001 - PRICAT inbound: Catalog search by ILN or vendor PRICAT001 - PRICAT inbound: Catalog search by ILN or vendor PRG_XO_DOWNLOAD_I1 - PRGXODOWNLOADI1 PRG_XO_DOWNLOAD_CUSTOMIZING - Save Customizing in File