MKENDF02 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 MKENDF02 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 MKENDF02: Form Routines for Selection Charact. (Screen 200)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RKE_NC_MAINT_COMPLEX_SELECTION CALL FUNCTION 'RKE_NC_MAINT_COMPLEX_SELECTION' EXPORTING I_RKB1X = G_INFO-RKB1X I_FIELDNAME = DYNP200-S_TAB2-FNAM I_DISPLAY_ONLY = L_SHOW IMPORTING E_SUBRC = SUBRC CHANGING XT_RANGETAB = DYNP200-S_TAB2-SELOPT-SELTAB EXCEPTIONS NO_GENERATED_REPORT = 1 GENERATION_FAILED = 2 OTHERS = 3.
RKD_SHORT_TEXT_SINGLE * CALL FUNCTION 'RKD_SHORT_TEXT_SINGLE' * EXPORTING * APPLCLASS = 'KE' * CHARACTERISTIC = I_VALUE * CRITERIA = I_FNAM ** DATE = '00000000' ** DATE_TO = '00000000' * I_RKB1X = G_INFO-RKB1X ** LANGUAGE_KEY = SY-LANGU * KOKRS_FLAG = 'X' * NO_ESCAPE_SYMBOL = 'X' * MODE = 'C' ** TABLE = ' ' ** IMPORTING ** CHARACTERISTIC_TEXT = ** CHARACTERISTIC_TEXT_L = ** DOCU_FLAG = ** TEXT_FLAG = * EXCEPTIONS * CRITERIA_NOT_FOUND = 1 * KEY_NOT_FOUND = 2 * TABLE_NOT_FOUND = 3 * TKEBF_ENTRY_NOT_FOUND = 4 * EMPTY_APPLCLASS = 5 * WRONG_MODE = 6 * NO_ESCAPE_SYMBOL_ALLOWED = 7 * OTHERS = 8.
RKD_KEYID_OUTPUT CALL FUNCTION 'RKD_KEYID_OUTPUT' EXPORTING APPLCLASS = 'KE' I_FIENM = L_FNAM I_FORMAT = 'I' I_KEYID = X_VALUE I_RKB1X = G_INFO-RKB1X I_TABLE = G_INFO-RKB1X-TABNAME IMPORTING * E_KEYID_I = E_KEYID_O = X_VALUE * SUBRC = * TABLES * ADD_SEL_TAB = * FDEP_TAB = * FIELD_TAB = * FORM_TAB = * SEIG = EXCEPTIONS OTHERS = 0.
RKD_KEYID_OUTPUT CALL FUNCTION 'RKD_KEYID_OUTPUT' EXPORTING APPLCLASS = 'KE' DEP_IN = T_DEP_IN I_CHECK_MODE = '*' I_FIENM = L_FNAM I_FORMAT = 'O' I_KEYID = X_VALUE I_RKB1X = G_INFO-RKB1X I_TABLE = G_INFO-RKB1X-TABNAME IMPORTING E_KEYID_I = E_KEYID * e_keyid_o = x_value SUBRC = H_SUBRC EXCEPTIONS OTHERS = 0.
SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING ENTRY_ACT =
-TOP_LINE ENTRY_TO = -LINES LAST_PAGE_FULL = 'X' LOOPS = OK_CODE = I_COMMAND OVERLAPPING = ' ' * PAGE_ACT = 0 * PAGE_GO = 0 IMPORTING ENTRY_NEW = NEW_TOP_LINE EXCEPTIONS NO_ENTRY_OR_PAGE_ACT = 1 NO_ENTRY_TO = 2 NO_OK_CODE_OR_PAGE_GO = 3 OTHERS = 4.
RKE_DEPENDENT_CHAR_GET CALL FUNCTION 'RKE_DEPENDENT_CHAR_GET' EXPORTING i_erkrs = G_INFO-RKB1X-ERKRS it_characteristics = L_T_CHECK_FIELDS IMPORTING ET_DEPENDENT_CHAR = L_T_DEP_FIELDS .
RKE_SUPERIOR_CHAR_GET CALL FUNCTION 'RKE_SUPERIOR_CHAR_GET' EXPORTING I_ERKRS = G_INFO-RKB1X-ERKRS it_characteristics = L_T_CHECK_FIELDS IMPORTING ET_SUPERIOR_CHAR = L_T_SUP_FIELDS .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MKENDF02 - Include MKENDF02: Form Routines for Selection Charact. (Screen 200) MKENDF01 - Include MKENDF01 MKEIVT01 - User-Specific Data Definition for View Cluster Maintenance MKEIVF01 - User-Specific Subroutines MKEI3TOP - documentation and ABAP source code MKEI2TOP - documentation and ABAP source code