RKASELRULES_SCREEN is a standard ABAP INCLUDE 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 RKASELRULES_SCREEN 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.
INCLUDE RKASELRULES_TOP.
No SAP DATABASE tables are accessed within this REPORT code!
HELP_REQUEST_FOR_OBART call function 'HELP_REQUEST_FOR_OBART' exporting fieldname = 'KONTY' tabname = 'COBRB' settlement_receiver_only = 'X' importing select_value = konty-low.
HELP_REQUEST_FOR_PERBZ call function 'HELP_REQUEST_FOR_PERBZ' exporting fieldname = 'PERBZ' tabname = 'COBRB' mit_perbzvor = 'X' importing select_value = perbz-low.
REUSE_ALV_VARIANT_F4 call function 'REUSE_ALV_VARIANT_F4' exporting is_variant = ls_variant i_tabname_header = 'GT_HEADER' i_tabname_item = 'GT_DATA' i_save = 'A' importing es_variant = ls_variant.
K_VRGNG_AUTHORITY_CHECK call function 'K_VRGNG_AUTHORITY_CHECK' exporting actvt = '03' kokrs = kokrs vrgng = 'KABK' exceptions system_error = 1 user_not_authorized = 2 others = 3.
DD_DOMVALUES_GET call function 'DD_DOMVALUES_GET' exporting domname = 'CO_WRTTP' text = 'X' langu = sy-langu tables dd07v_tab = lt_dd07v.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'AVORG' dynpprog = ld_progname dynpnr = ld_dynnr dynprofield = 'WRTTP-LOW' value_org = 'S' tables value_tab = lt_value.
CJPN_RANGE_SELECT call function 'CJPN_RANGE_SELECT' tables posid_tab = s_posid pspnr_tab = r_pspnr.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RKASELRULES_SCREEN - RKASELRULESSCREEN RKASELRULES_RE - List of Settlment Rules for Real Estate Objects RKASELRULES_RE - List of Settlment Rules for Real Estate Objects RKASELRULES_PR - List of Settlement Rules for Projects or Networks RKASELRULES_PR - List of Settlement Rules for Projects or Networks RKASELRULES_PP - List of Settlment Rules for Production or Process Orders