RKLRELATIVELIMITS_F01 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 RKLRELATIVELIMITS_F01 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: Include RKLRELATIVELIMITS_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING * I_BUFFER_ACTIVE = i_structure_name = 'ALV_STR_KLREL_LIMIT'(002) i_client_never_display = 'X' * I_BYPASSING_BUFFER = * I_INTERNAL_TABNAME = CHANGING ct_fieldcat = ct_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = * I_INTERNAL_TABNAME = i_structure_name = 'ALV_STR_KLREL_LIMIT' i_client_never_display = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = l_tab_fieldcat_print EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BUFFER_ACTIVE = ' ' i_callback_program = g_repid * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' * I_STRUCTURE_NAME = is_layout = l_str_layout_print it_fieldcat = l_tab_fieldcat_print * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = * it_events = l_tab_events_print * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 TABLES t_outtab = i_outtab_grid EXCEPTIONS program_error = 0 OTHERS = 0.
AFWKF_ACCESS_DEFIN_T_READ CALL FUNCTION 'AFWKF_ACCESS_DEFIN_T_READ' EXPORTING i_tab_kfdef = tab_keyfig_cate IMPORTING e_tab_defin = tab_keyfig_defin_ph e_tab_defint = tab_keyfig_defint_ph EXCEPTIONS error = 1 OTHERS = 2.
AFWKF_ACCESS_CATE_T_READ CALL FUNCTION 'AFWKF_ACCESS_CATE_T_READ' EXPORTING i_tab_cate = tab_kfcate IMPORTING e_tab_cate = c_tab_keyfig_cate_ph[] EXCEPTIONS error = 1 OTHERS = 2.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING client = sy-mandt date = l_keydate foreign_amount = l_amount foreign_currency = l_keyf_curr local_currency = l_eval_curr rate = 0 type_of_rate = 'M' read_tcurr = 'X' IMPORTING ** EXCHANGE_RATE = ** FOREIGN_FACTOR = local_amount = c_amount ** LOCAL_FACTOR = ** EXCHANGE_RATEX = ** FIXED_RATE = ** DERIVED_RATE_TYPE = EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 OTHERS = 6 .
EH_INIT_ERROR_ITAB CALL FUNCTION 'EH_INIT_ERROR_ITAB'.
EH_APPEND_TO_ERROR_ITAB CALL FUNCTION 'EH_APPEND_TO_ERROR_ITAB' EXPORTING loc_error_tab = l_tab_error_itab s_err_tab = 'X'.
EH_SHOW_ERROR_ITAB_NEW CALL FUNCTION 'EH_SHOW_ERROR_ITAB_NEW' EXPORTING titlebar = text-ms1 heading = text-ms2 i_auswtyp = '5' EXCEPTIONS OTHERS = 0.
AFWCH_PH_NAME_GET_FOR_VIEWPH CALL FUNCTION 'AFWCH_PH_NAME_GET_FOR_VIEWPH' EXPORTING i_view = l_view i_phid = l_phid IMPORTING e_phiera = l_str_phiera.
AFWKF_ACCESS_FIELDVALUE_READ CALL FUNCTION 'AFWKF_ACCESS_FIELDVALUE_READ' EXPORTING i_kfdef = i_keyfigure i_kfdate = i_str_klrel_limit_ass-valdate i_fieldname = 'EVALT' IMPORTING e_value = l_eval EXCEPTIONS invalid = 1 not_found = 2 OTHERS = 3.
AFWKF_ACCESS_FIELDVALUE_READ CALL FUNCTION 'AFWKF_ACCESS_FIELDVALUE_READ' EXPORTING i_kfdef = i_keyfigure i_kfdate = i_str_klrel_limit_ass-valdate i_fieldname = 'CURRENCY' IMPORTING e_value = l_keyf_curr EXCEPTIONS invalid = 1 not_found = 2 OTHERS = 3.
RDB_RESULTS_READ_FOR_REP_PH CALL FUNCTION 'RDB_RESULTS_READ_FOR_REP_PH' EXPORTING i_keydate_tab = i_tab_seldate i_sumstate_tab = i_tab_sumstate i_keyfigure_tab = l_tab_keyfig i_phiera = l_str_phiera i_phnode = l_phnode i_all_in_one_format = 'X' i_collect_additives = 'X' * i_generic_sel = * I_SPECIFIC_SEL = * I_EXTERNAL = * I_PH_TESTMODE = IMPORTING * E_GENERIC_RESULTS_PH = * E_SPECIFIC_RESULTS_PH = e_all_results_ph = c_tab_result_ph * E_PHTREE_TAB = * E_SEGMENT_TAB = * E_MINIMAL_PHTREE_TAB = * CHANGING * c_log_tab = l_tab_messages[] EXCEPTIONS init_error = 1 internal_error = 2 unknown_keyfigure = 3 OTHERS = 4 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.