RKA_SETTLE_TABLES_COMPARE_PLAN 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 RKA_SETTLE_TABLES_COMPARE_PLAN 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: ACT_LI = Plan Data
Selection Text: ADD_ACUM = Credit from Settlement (Cum.)
Selection Text: ADD_APER = Credit from Settlement (Per.)
Selection Text: ADD_CUM = Debits (Cumulative)
Selection Text: ADD_PER = Debits (Periodic)
Selection Text: COSPA = Plan Data in COSP
Selection Text: COSSA = Plan Data in COSS
Selection Text: HIER = Hierarchy Display
Selection Text: LINEITEM = Line Items
Selection Text: NON_HIER = Nonhierarchical Display
Selection Text: NOTIME = Without Time Stamp
Selection Text: OBJNR = D Object Number
Selection Text: RA_LI = Results Analysis Data
Selection Text: RA_SUM = Results Analysis Data
Selection Text: SETTLEM = Settlement Tables
Selection Text: TIME = With Time Stamp
Selection Text: TOTALS = Totals Records
Title: Analysis Programm for Planned Settlement
Text Symbol: H03 = Settlement Documents
Text Symbol: H02 = Line Items
Text Symbol: H01 = Totals Records
Text Symbol: 001 = Data
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_BLOCK_LIST_INIT call function 'REUSE_ALV_BLOCK_LIST_INIT' exporting i_callback_program = 'RKA_SETTLE_TABLES_COMPARE_PLAN'.
REUSE_ALV_BLOCK_LIST_DISPLAY call function 'REUSE_ALV_BLOCK_LIST_DISPLAY'.
REUSE_ALV_BLOCK_LIST_APPEND call function 'REUSE_ALV_BLOCK_LIST_APPEND' exporting is_layout = ls_layout it_fieldcat = lt_fieldcat i_tabname = id_structure it_events = lt_events tables t_outtab = t_outtab.
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = 'RKA_SETTLE_TABLES_COMPARE_PLAN' is_layout = ls_layout i_save = 'A' it_fieldcat = lt_fieldcat i_structure_name = id_structure it_events = lt_events tables t_outtab = t_outtab.
REUSE_ALV_HIERSEQ_LIST_DISPLAY call function 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' exporting i_callback_program = 'RKA_SETTLE_TABLES_COMPARE_PLAN' is_layout = ls_layout i_save = 'A' it_fieldcat = lt_fieldcat it_events = lt_events i_tabname_header = ld_tabname_header i_tabname_item = ld_tabname_item is_keyinfo = ls_keyinfo tables t_outtab_header = t_outtab t_outtab_item = t_outtab_item.
RKE_TIMESTAMP_CONVERT_OUTPUT call function 'RKE_TIMESTAMP_CONVERT_OUTPUT' exporting i_timestmp = id_timestmp i_dayst = sy-dayst i_tzone = sy-tzone importing e_date = ld_date e_time = ld_time.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = id_structure i_bypassing_buffer = 'X' changing ct_fieldcat = ct_fieldcat.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = id_tabname i_bypassing_buffer = 'X' changing ct_fieldcat = lt_fieldcat.
K_OBJECTS_MASTER_READ call function 'K_OBJECTS_MASTER_READ' tables coiob_tab = lt_coiob i_periods = lt_periods exceptions others = 0.
K_KOKRS_CURRENCY_GET call function 'K_KOKRS_CURRENCY_GET' exporting i_kokrs = ls_coiob-kokrs importing e_waers = cd_co_area_currency exceptions others = 0.
K_TABLE_AUTHORITY call function 'K_TABLE_AUTHORITY' exporting i_tabname = ld_tabname.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RKA_SETTLE_TABLES_COMPARE_PLAN - Analysis Programm for Planned Settlement RKA_SETTLE_TABLES_COMPARE_PLAN - Analysis Programm for Planned Settlement RKA_SETTLE_TABLES_COMPARE - Analysis Program for Settlement RKA_SETTLE_TABLES_COMPARE - Analysis Program for Settlement RKA_NO_PARTNER_VRGNG - RKANOPARTNERVRGNG RKA_COPY_RULES_PR - RKACOPYRULESPR