SAP Reports / Programs

RKCABL01 SAP ABAP Report - Template: Exits for derivation tool







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


Text pool values


Title: Template: Exits for derivation tool
Text Symbol: 001 = Characteristics
Text Symbol: 002 = Revaln factor


INCLUDES used within this REPORT RKCABL01

INCLUDE RKCABLHEAD.


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:

RKE_GET_ASPECT CALL FUNCTION 'RKE_GET_ASPECT' EXPORTING mode = 'P' IMPORTING aspet = aspet ok_code = ok_code.

RKC_FTAB_GET CALL FUNCTION 'RKC_FTAB_GET' EXPORTING * KEY_SEL = '*' usg_sel = 'FD' * TIM_SEL = '*' tabnm = tabnm * STATE = 'A' applc = 'KC ' i_with_atr = 'X' * I_WITH_DISP_ATR = ' ' TABLES field_tab = icdifie EXCEPTIONS no_info = 1 selection_error = 2 ftab_empty = 3 OTHERS = 4.

RKC_FDEP_GET_FROM_FTAB CALL FUNCTION 'RKC_FDEP_GET_FROM_FTAB' EXPORTING tabnm = tabnm state = 'A' applc = 'KC ' i_with_atr = 'X' * IMPORTING * GOT_STATE = * E_SAPRL = TABLES fdep_tab = fdep_tab EXCEPTIONS no_info = 1 selection_error = 2 OTHERS = 3.

RKC_FTAB_GET CALL FUNCTION 'RKC_FTAB_GET' EXPORTING usg_sel = '*' tabnm = aspekt applc = 'KC ' i_with_atr = 'X' TABLES field_tab = icdifie.

RKC_FDEP_GET_FROM_FTAB CALL FUNCTION 'RKC_FDEP_GET_FROM_FTAB' EXPORTING tabnm = aspekt state = 'A' applc = 'KC ' i_with_atr = 'X' TABLES fdep_tab = fdep_tab EXCEPTIONS no_info = 1 selection_error = 2 OTHERS = 3.

RKD_SHORT_TEXT_ALL CALL FUNCTION 'RKD_SHORT_TEXT_ALL' EXPORTING applclass = 'KC' criteria = actcrit * LANGUAGE_KEY = SY-LANGU * I_RKB1X = * KOKRS_FLAG = ' ' * MODE = '*' * TABLE = ' ' TABLES character_table = chartab EXCEPTIONS criteria_not_found = 1 key_not_found = 2 table_not_found = 3 tkebf_entry_not_found = 4 empty_applclass = 5 wrong_mode = 6 OTHERS = 7.

RKC_FTAB_GET CALL FUNCTION 'RKC_FTAB_GET' EXPORTING usg_sel = '*' tabnm = aspekt applc = 'KC ' i_with_atr = 'X' TABLES field_tab = icdifie.

RKC_FDEP_GET_FROM_FTAB CALL FUNCTION 'RKC_FDEP_GET_FROM_FTAB' EXPORTING tabnm = aspekt state = 'A' applc = 'KC ' i_with_atr = 'X' TABLES fdep_tab = fdep_tab EXCEPTIONS no_info = 1 selection_error = 2 OTHERS = 3.

RKD_SHORT_TEXT_ALL CALL FUNCTION 'RKD_SHORT_TEXT_ALL' EXPORTING applclass = 'KC' criteria = actcrit * LANGUAGE_KEY = SY-LANGU * I_RKB1X = * KOKRS_FLAG = ' ' * MODE = '*' * TABLE = ' ' TABLES character_table = chartab EXCEPTIONS criteria_not_found = 1 key_not_found = 2 table_not_found = 3 tkebf_entry_not_found = 4 empty_applclass = 5 wrong_mode = 6 OTHERS = 7.

RKD_SHORT_TEXT_ALL CALL FUNCTION 'RKD_SHORT_TEXT_ALL' EXPORTING applclass = 'KC' criteria = actcrit * LANGUAGE_KEY = SY-LANGU * I_RKB1X = * KOKRS_FLAG = ' ' * MODE = '*' * TABLE = ' ' TABLES character_table = chartab EXCEPTIONS criteria_not_found = 1 key_not_found = 2 table_not_found = 3 tkebf_entry_not_found = 4 empty_applclass = 5 wrong_mode = 6 OTHERS = 7.

RKE_GET_SCENARIO_INFO CALL FUNCTION 'RKE_GET_SCENARIO_INFO' EXPORTING i_applclass = 'KC' i_subclass = '06' i_tabname = aspekt i_type = '3' IMPORTING * ET_TKEPSZK = et_tkepszkt = zugriff_text.

RKC_FDEP_GET_FROM_FTAB CALL FUNCTION 'RKC_FDEP_GET_FROM_FTAB' EXPORTING tabnm = aspekt state = 'A' applc = 'KC ' i_with_atr = 'X' * IMPORTING * GOT_STATE = * E_SAPRL = TABLES fdep_tab = fdep_tab EXCEPTIONS no_info = 1 selection_error = 2 OTHERS = 3.

RKD_KEYID_OUTPUT CALL FUNCTION 'RKD_KEYID_OUTPUT' EXPORTING applclass = 'KC ' dep_in = dep_in * I_CHECK_MODE = '*' * I_ELNR1 = * I_ELNR2 = i_fienm = i_name-fieldname * I_FORMAT = 'I' * I_HCLASS = ' ' i_keyid = new_value * I_LANGU = SY-LANGU * I_MASK = '/' * I_RKB1F = * I_RKB1X = * I_ROLNM = * I_SEVERITY = 'E' i_table = aspekt * I_TYPE = ' ' * I_VARTYP = '1' IMPORTING * DEP_OUT = * DPFIE = e_atext = temptest * SEIG = EXCEPTIONS convert_error = 1 OTHERS = 2 .

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'REVAL' value_org = 'S' TABLES value_tab = i_tkepc field_tab = field_tab return_tab = l_return EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'PLSZ' value_org = 'S' TABLES value_tab = i_tkepszkt field_tab = field_tab return_tab = l_return EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

RKC_FDEP_GET_FROM_FTAB CALL FUNCTION 'RKC_FDEP_GET_FROM_FTAB' EXPORTING tabnm = aspekt state = 'A' applc = 'KC ' i_with_atr = 'X' * IMPORTING * GOT_STATE = * E_SAPRL = TABLES fdep_tab = fdep_tab EXCEPTIONS no_info = 1 selection_error = 2 OTHERS = 3.

RKC_FTAB_GET CALL FUNCTION 'RKC_FTAB_GET' EXPORTING * KEY_SEL = '*' usg_sel = '*' * TIM_SEL = '*' tabnm = aspekt * STATE = 'A' applc = 'KC ' i_with_atr = 'X' * I_WITH_DISP_ATR = ' ' * FUNC = ' ' * REFRESH_BUF = ' ' * REFRESH_FCAT = ' ' * REFRESH_KEYF = ' ' * IMPORTING * GOT_STATE = * E_SAPRL = TABLES field_tab = icdifie * EXCEPTIONS * NO_INFO = 1 * SELECTION_ERROR = 2 * FTAB_EMPTY = 3 * OTHERS = 4 .

RKD_RKB1X_SET CALL FUNCTION 'RKD_RKB1X_SET' EXPORTING applclass = 'KC ' * I_GET_TABLE = '1' i_rkb1x = i_rkb1x * I_SET_VERSION = 'X' i_table = aspekt * I_SET_KOKRS = 'X' IMPORTING e_rkb1x = i_rkb1x * E_FCODE = * E_TABLE = .

RKD_HELP_VALUES_GET





CALL FUNCTION 'RKD_HELP_VALUES_GET' EXPORTING * LONGTEXT = ' ' applclass = 'KC ' * DISPLAY = ' ' field = i_name-fieldname table = aspekt mc_object = f4a_object
* VARTYP = 1 * HIENM = rkb1x = i_rkb1x IMPORTING keyid = e_value TABLES dependancy_tab = dep_in i_field_tab = icdifie.



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