F0KEPF02 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 F0KEPF02 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: Form routines vc_tkep7
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
VIEWCLUSTER_SET_EXCL_CUA_FUNCT call function 'VIEWCLUSTER_SET_EXCL_CUA_FUNCT' exporting object = c_v_tkep7 tables excl_cua_funct = t_excl_cua_funct exceptions object_not_found = 1 viewcluster_not_active = 2 others = 3.
VIEWCLUSTER_SET_EXCL_CUA_FUNCT call function 'VIEWCLUSTER_SET_EXCL_CUA_FUNCT' exporting object = c_v_tkep8 tables excl_cua_funct = t_excl_cua_funct exceptions object_not_found = 1 viewcluster_not_active = 2 others = 3.
RKE_FILL_FIELD_TABLE call function 'RKE_FILL_FIELD_TABLE' exporting erkrs = rkb1x-erkrs * NEU_KZ = ' ' * PROTOKOLL_KZ = ' ' tabname = tabname * PA_TYPE = '1' * IMPORTING * CURRENCY = * CURRENCY_DECIM = * LEDGER = * SUBRC = * ATTRIBUTES = tables fieldtab = fieldtab exceptions ledger_not_def = 1 ledger_not_found = 2 table_not_found = 3 others = 4.
RKD_FIELD_TAB_FILL call function 'RKD_FIELD_TAB_FILL' exporting applclass = applclass * I_TABLE = ' ' langu = sy-langu i_rkb1x = rkb1x importing * TABLE = e_rkb1x = rkb1x * E_RKB1U = tables fdep_tab = t_cdidep field_tab = t_cdifie exceptions rkc_error = 1 rke_error = 2 rkp_error = 3 rks_error = 4 others = 5.
COPA_GET_ERK call function 'COPA_GET_ERK' exporting mode = 'P' importing erkrs = rkb1x-erkrs ok_code = ok_code * PA_TYPE = rkb1x-pa_type exceptions erkrs_inactive = 1 others = 2.
RKD_TABLE_SET call function 'RKD_TABLE_SET' exporting i_appl = applclass i_rkb1x = rkb1x importing e_table = tabname exceptions rkc_error = 1 others = 2.
TRANSACTIONS_INITIALIZE call function 'TRANSACTIONS_INITIALIZE' * EXPORTING * APPLCLASS = ' ' * I_GET_APPLICATION = ' ' importing e_applclass = applclass * E_SMODUS = * E_SUBCLASS = * TRANSACTIONS = exceptions others = 1.
RKD_RKB1X_SET call function 'RKD_RKB1X_SET' exporting applclass = applclass * I_GET_TABLE = '1' i_rkb1x = rkb1x * I_SET_VERSION = 'X' * I_TABLE = ' ' i_set_kokrs = l_set_kokrs importing e_rkb1x = rkb1x * E_FCODE = e_table = tabname exceptions others = 1.
RKE_COMPOUND_CHAR_CHECK call function 'RKE_COMPOUND_CHAR_CHECK' exporting i_erkrs = rkb1x-erkrs * I_PA_TYPE = '1' importing e_subrc = l_subrc tables it_char = lt_char et_error = lt_error[].
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.