MKCEEF15_RKE_VIEW_MAINTENANCE 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 MKCEEF15_RKE_VIEW_MAINTENANCE 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!
VIEW_MAINTENANCE CALL FUNCTION 'VIEW_MAINTENANCE' EXPORTING view_action = action view_name = view " 'V_T239' TABLES dba_sellist = v_sellist excl_cua_funct = v_excl x_header = v_header x_namtab = v_namtab EXCEPTIONS no_database_function = 01 no_editor_function = 02 no_value_for_subset_ident = 03.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MKCEEF15_RKE_VIEW_MAINTENANCE - MKCEEF15RKEVIEWMAINTENANCE MKCEEF15_RKE_VAL_TAB_FUELLEN - MKCEEF15RKEVALTABFUELLEN MKCEEF15_RKE_VAL_TABLES - MKCEEF15RKEVALTABLES MKCEEF15_RKE_T239_LESEN - MKCEEF15RKET239LESEN MKCEEF15_RKE_SET_PAOBJNR - MKCEEF15RKESETPAOBJNR MKCEEF15_RKE_MODIFY_FIELDTAB - MKCEEF15RKEMODIFYFIELDTAB