RFKK_SELPOBJ 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 RFKK_SELPOBJ 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 RFKK_SELPOBJ
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = act_app.
DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = 'SLHIE_KK' value = ddtext-domvalue_l IMPORTING dd07v_wa = ddtext.
FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = act_app.
FKK_SELP_GENER_FM_NAME CALL FUNCTION 'FKK_SELP_GENER_FM_NAME' EXPORTING i_base = type_desc-fm_gen i_name = 'STATUS_CHECK' i_def_base = 'FKK_SELP_G' IMPORTING e_function = func_modul.
FKK_SELP_GSTATUS_CHECK CALL FUNCTION 'FKK_SELP_GSTATUS_CHECK'.
FKK_SELP_GSTATUS_CHECK CALL FUNCTION 'FKK_SELP_GSTATUS_CHECK' EXPORTING i_sel_type = wa_itab-sel_type i_sel_name = wa_itab-sel_name CHANGING c_sel_stat = wa_itab-sel_stat.
ENQUEUE_EFKKSELP CALL FUNCTION 'ENQUEUE_EFKKSELP' EXPORTING sel_type = i_sel_type sel_name = i_sel_name _scope = '1' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_EFKKSELP CALL FUNCTION 'DEQUEUE_EFKKSELP' EXPORTING sel_type = locked_sel_type sel_name = locked_sel_name _scope = '1' _synchron = 'X'.
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING textline1 = text-020 textline2 = text-021 textline3 = ' ' text_option1 = text-022 text_option2 = text-023 titel = text IMPORTING answer = text.
FKK_SELP_GET_ACTIVITY CALL FUNCTION 'FKK_SELP_GET_ACTIVITY' EXPORTING i_sel_type = wa_itab-sel_type IMPORTING e_tcode = tcode e_param_id = param_id EXCEPTIONS err_not_found = 1.
FKK_AKTIV2_RUN_KEY_CONSTRUCT CALL FUNCTION 'FKK_AKTIV2_RUN_KEY_CONSTRUCT' EXPORTING i_aktyp = type_desc-aktyp i_laufd = i_header-laufd i_laufi = i_header-laufi IMPORTING e_runkey = runkey.
DDIC_DATA_DESCRIPTION_SCAN CALL FUNCTION 'DDIC_DATA_DESCRIPTION_SCAN' EXPORTING i_structure = struct_name_ext TABLES t_fieldinfo = fieldinfo EXCEPTIONS OTHERS = 0.
FKK_SELP_GET_ACTIVITY CALL FUNCTION 'FKK_SELP_GET_ACTIVITY' EXPORTING i_sel_type = i_sel_type IMPORTING e_aktyp = aktyp e_tcode = tcode e_param_id = param_id EXCEPTIONS err_not_found = 1.
FKK_SELP_GENER_FM_NAME CALL FUNCTION 'FKK_SELP_GENER_FM_NAME' EXPORTING i_base = type_desc-fm_res i_name = 'RESULTS_CREATE' i_def_base = 'FKK_SELP_R' IMPORTING e_function = func_modul.
FKK_SELP_RRESULTS_CREATE CALL FUNCTION 'FKK_SELP_RRESULTS_CREATE'.
DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING domname = 'SLHIE_KK' text = 'X' TABLES dd07v_tab = iddtext EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.