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
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.
Title: Characteristic Derivation Exits
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RKLDERI - Characteristic Derivation Exits RKLDERI - Characteristic Derivation Exits RKLCONSOBJ - Include RKLOBJCONS: Objekte-bezogene Konstanten RKLCONSMSG - Include RKLCONSMSG: Konstanten für Message-/Protokol-Schnittstelle RKLCONSLR1 - Include RKLCONSLR0: Country Risk-Related Constants for KLLRFO RKLCONSLR0 - Include RKLCONSLR0: LR-bezogene Konstanten