MKENDF07 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 MKENDF07 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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_SHORT_TEXT_ALL CALL FUNCTION 'RKE_SHORT_TEXT_ALL' EXPORTING i_erkrs = g_info-rkb1x-erkrs i_pa_type = l_pa_type * IS_CE0 = i_exit_after_first_error = rkea1_on IMPORTING e_subrc = retcode TABLES it_dynp_fields = l_t_values * IT_CHECK_FIELDS = et_text = l_t_texts * ET_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.
MKENDF07 - documentation and ABAP source code MKENDF06 - Check if LIS-Infostructure is of type "SOP" MKENDF05 - Include MKENDF05: Form Routines for Job Scheduling MKENDF04 - Include MKENDF04: Form Routines for Tree Display MKENDF03 - Include MKENDF03: Form Routines for Conversion Rules MKENDF02 - Include MKENDF02: Form Routines for Selection Charact. (Screen 200)