MKCEEF10_FILL_DEPENDANCY_FIELD 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 MKCEEF10_FILL_DEPENDANCY_FIELD 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_DEPENDANCY_TO_LOOP CALL FUNCTION 'RKD_DEPENDANCY_TO_LOOP' EXPORTING I_AUSPG = AUSPG_TAB[] I_COTRL = COTRL_TAB[] I_CURSOR_LINE = CURSOR_LINE I_FNAM = FDF_FNAM I_VNAM = FDF_VNAM I_TABLE_KZ = FDF_TABLE I_VAR = VAR_TAB[] TABLES E_LOOP_TAB = LOOP_TAB E_DYNPREAD = DYNPREAD CHANGING DEP_TAB = DEPENDANCY_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.