ROIRE_PCSTAT4 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 ROIRE_PCSTAT4 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: P_BUKRS = D Company code
Selection Text: P_CTYP = D Paym.card type
Selection Text: P_LOC = D Business location ID
Selection Text: P_MAT = D Material
Selection Text: P_PROCID = D Process ID
Selection Text: P_STYP = D Service type
Selection Text: P_VARI = D Layout
Selection Text: P_WAERS = D Currency
Selection Text: P_YEAR = D Fiscal year
Title: PC Statistics: Detailed Transaction File Information
Text Symbol: 001 = Month
Text Symbol: 004 = Card type
Text Symbol: 005 = Location
Text Symbol: 006 = Material
Text Symbol: 007 = Year
Text Symbol: 008 = Sum
Text Symbol: 009 = Selection data
Text Symbol: 010 = All
Text Symbol: 011 = Company Code
Text Symbol: 020 = to
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_BUFFER_ACTIVE = 'X' i_callback_program = g_repid i_structure_name = 'ROIREPCSTAT4' is_layout = gs_layout i_save = g_save is_variant = g_variant it_events = gt_events[] it_fieldcat = gt_fieldcat[] TABLES t_outtab = gt_outtab EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = rt_events.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING * i_logo = 'ENJOYSAP_LOGO' it_list_commentary = gt_list_top_of_page.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_internal_tabname = g_tabname_header i_structure_name = 'ROIREPCSTAT4' CHANGING ct_fieldcat = gt_fieldcat EXCEPTIONS inconsistent_interface = 0 program_error = 0 OTHERS = 0 .
REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = g_save CHANGING cs_variant = g_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.
DDIF_TABL_GET call function 'DDIF_TABL_GET' exporting name = 'ROIREPCSTAT4' tables dd03p_tab = l_dd03p_tab exceptions illegal_input = 1 others = 2.
CONVERT_TO_LOCAL_CURRENCY call function 'CONVERT_TO_LOCAL_CURRENCY' exporting date = pi_curr_conv-conversion_date foreign_amount =
foreign_currency = local_currency = pi_curr_conv-analysis_currency type_of_rate = pi_curr_conv-type_of_rate importing local_amount = exceptions no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 others = 6.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIRE_PCSTAT4 - PC Statistics: Detailed Transaction File Information ROIRE_PCSTAT4 - PC Statistics: Detailed Transaction File Information ROIRE_PCSTAT3 - PC Statistics: Annual differences ROIRE_PCSTAT3 - PC Statistics: Annual differences ROIRE_PCSTAT2 - PC Statistics: Yearly Overview ROIRE_PCSTAT2 - PC Statistics: Yearly Overview