SAP Reports / Programs | Default Risk and Limit System | Bank Components | Default Risk and Limit System(IS-B-RA-CL) SAP IS

RKLDERI SAP ABAP Report - Characteristic Derivation Exits







RKLDERI 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 RKLDERI 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 RKLDERI. "Basic submit
SUBMIT RKLDERI AND RETURN. "Return to original report after report execution complete
SUBMIT RKLDERI VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Characteristic Derivation Exits


INCLUDES used within this REPORT RKLDERI

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:

KL_DR_IDENTIFIER_TAB_NAMES_GET CALL FUNCTION 'KL_DR_IDENTIFIER_TAB_NAMES_GET' EXPORTING i_env = i_env IMPORTING e_tabnm_type = tabnm_type e_id_type = id_type EXCEPTIONS type_not_found = 1 OTHERS = 2.

KL_DR_IDENTIFIER_TAB_NAMES_GET CALL FUNCTION 'KL_DR_IDENTIFIER_TAB_NAMES_GET' EXPORTING i_env = i_env IMPORTING e_tabnm_type = tabname e_id_type = id_type EXCEPTIONS type_not_found = 1 OTHERS = 2.

KL_DR_SOURCES CALL FUNCTION 'KL_DR_SOURCES' EXPORTING i_tabname = tabname TABLES e_allowed_sources = it_tab_object_sources EXCEPTIONS OTHERS = 1.

KL_TZ_GET_DATA_FROM_KLXAKT CALL FUNCTION 'KL_TZ_GET_DATA_FROM_KLXAKT' IMPORTING e_klxakt = wa_klxakt EXCEPTIONS limit_management_inactiv = 1 OTHERS = 2.

KL_TZ_GET_DATA_FROM_KLXAKT CALL FUNCTION 'KL_TZ_GET_DATA_FROM_KLXAKT' IMPORTING e_klxakt = wa_klxakt EXCEPTIONS limit_management_inactiv = 1 OTHERS = 2.

CALL_EXIT_SAPLKLEX_002 CALL FUNCTION 'CALL_EXIT_SAPLKLEX_002' EXPORTING i_date = i_date i_step_id = i_id * i_object = wa_klobjderi Hinweis 489041 WMP0602 i_object = i_item_1 "Hinweis 489041 WMP0602
i_temp = wa_jbrtempderi i_fob = wa_klfoderiall IMPORTING * e_object = wa_klobjderi e_object = e_item_1 "Hinweis 489041 WMP0602 e_temp = wa_jbrtempderi e_fob = wa_klfoderiall e_exit_is_active = e_active e_failed = failed EXCEPTIONS derivation_failed = 1 OTHERS = 2.

KL_DERI_VALUE_TEXT_GET CALL FUNCTION 'KL_DERI_VALUE_TEXT_GET' EXPORTING i_env = i_env i_name = i_name i_value = i_value IMPORTING e_text = e_text EXCEPTIONS OTHERS = 1.

RM_DERI_RULE_CHECK * CALL FUNCTION 'RM_DERI_RULE_CHECK' * EXPORTING * I_ENV = I_ENV * I_SOURCES_T = I_TAB_SOURCES * I_TARGETS_T = I_TAB_TARGETS * EXCEPTIONS * RULE_DEFINITION_REJECT = 1 * OTHERS = 2.

RM_DERI_ENTRY_CHECK * CALL FUNCTION 'RM_DERI_ENTRY_CHECK' * EXPORTING * I_ENV = I_ENV * I_VALUES_T = I_TAB_VALUES * EXCEPTIONS * ENTRY_REJECT = 1 * OTHERS = 2.



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