SAP Reports / Programs

RKA_SETTLE_TABLES_COMPARE SAP ABAP Report - Analysis Program for Settlement







RKA_SETTLE_TABLES_COMPARE 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 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 RKA_SETTLE_TABLES_COMPARE. "Basic submit
SUBMIT RKA_SETTLE_TABLES_COMPARE AND RETURN. "Return to original report after report execution complete
SUBMIT RKA_SETTLE_TABLES_COMPARE 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: COSSA = Actual Data in COSS
Selection Text: COSPA = Actual Data in COSP
Selection Text: COMPARE = Debits Minus Data Records
Selection Text: ADD_PER = Debits (Periodic)
Selection Text: ADD_D = Data Records
Selection Text: ADD_CUM = Debits (Cumulative)
Selection Text: ADD_APER = Credit from Settlement (Per.)
Selection Text: ADD_ACUM = Credit from Settlement (Cum.)
Selection Text: ACT_LI = Actual Data
Selection Text: VAR_SUM = Variances
Selection Text: VAR_LI = Variances
Selection Text: TOTALS = Totals Records
Selection Text: TIME = With Time Stamp
Selection Text: SETTLEM = Settlement Tables
Selection Text: SCRP_SUM = Scrap
Selection Text: SCRP_LI = Scrap %
Selection Text: RA_SUM = Results Analysis Data
Selection Text: RA_LI = Results Analysis Data
Selection Text: OBJNR = D Object Number
Selection Text: NOTIME = Without Time Stamp
Selection Text: NON_HIER = Nonhierarchical Display
Selection Text: LINEITEM = Line Items
Selection Text: HIER = Hierarchy Display
Title: Analysis Program for Settlement
Text Symbol: 001 = Data
Text Symbol: H01 = Totals Records
Text Symbol: H02 = Line Items
Text Symbol: H03 = Settlement Documents


INCLUDES used within this REPORT RKA_SETTLE_TABLES_COMPARE

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:

REUSE_ALV_BLOCK_LIST_INIT call function 'REUSE_ALV_BLOCK_LIST_INIT' exporting i_callback_program = 'RKA_SETTLE_TABLES_COMPARE'.

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' 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' 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.



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