MKENDF03 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 MKENDF03 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 MKENDF03: Form Routines for Conversion Rules
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RKE_CHECK_CCU_USAGE CALL FUNCTION 'RKE_CHECK_CCU_USAGE' EXPORTING i_erkrs = g_info-rkb1x-erkrs * I_REFRESH_BUFFER = ' ' CHANGING xt_fields = l_t_cond_chars .
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.
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MKENDF03 - Include MKENDF03: Form Routines for Conversion Rules 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