MKCEEF30_OK_CODE_NODE 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 MKCEEF30_OK_CODE_NODE 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!
RKD_RKB1X_EXTRACT CALL FUNCTION 'RKD_RKB1X_EXTRACT' EXPORTING APPLCLASS = RKB1D-APPLCLASS I_RKB1X = RKB1X I_T_VAR = VAR_TAB[] IMPORTING E_RKB1X = RKB1X TABLES FDEP_TAB = FDEP_TAB FIELD_TAB = FIELD_TAB FORM_TAB = FORM_TAB SEIG = SEIG.
RKD_HIERARCHY_NODE_INPUT CALL FUNCTION 'RKD_HIERARCHY_NODE_INPUT' EXPORTING I_APPLCLASS = RKB1D-APPLCLASS I_DEP_IN = OCN_DEPENDANCY_TAB I_FDEP_TAB = FDEP_TAB[] I_FIELD_TAB = FIELD_TAB[] I_FIENM = AUSPG_TAB-FIELD I_CODE = OCN_CODE I_MESSAGE_TYPE = C_MSGTY_I I_RKB1X = RKB1X I_TABNM = RKB1D-TABNAME Z_ADD_SEL_TAB = ADD_SEL_TAB[] Z_FORM_TAB = FORM_TAB[] Z_SEIG = SEIG[] IMPORTING E_DEP_OUT = OCN_DEPENDANCY_TAB E_H_TKESV = OCN_H_TKESV E_K_TKESV = OCN_K_TKESV CHANGING C_HCLASS = P_SEIG-HCLASS C_HIENM = P_SEIG-HIENM C_TYPE = P_SEIG-TYPE C_LOW = P_SEIG-LOW C_PHIENM = P_SEIG-PHIENM C_PLOW = P_SEIG-PLOW EXCEPTIONS BREAK_OFF = 1 NO_HIERARCHIES = 2 DISPLAY_NOT_POSSIBLE = 3.
RKD_HIERARCHY_NODE_CHANGE CALL FUNCTION 'RKD_HIERARCHY_NODE_CHANGE' EXPORTING APPLCLASS = RKB1D-APPLCLASS I_FIELD_TAB = FIELD_TAB[] I_HCLASS = P_SEIG-HCLASS I_HIENM = P_SEIG-HIENM I_H_TKESV = OCN_H_TKESV I_K_TKESV = OCN_K_TKESV I_RKB1X = RKB1X I_TABNM = RKB1X-TABNAME I_TYPE = P_SEIG-TYPE I_DIMPR = L_S_LCOL-DIMPR IMPORTING E_VAR_CHANGED = OCN_VAR_CHANGED CHANGING C_SEIG_WA = P_SEIG C_S_BED = C_S_BED C_SH_TAB = G_T_SH C_VAR_TAB = VAR_TAB[].
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.