MKEFTI01 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 MKEFTI01 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_TRANSPORT_OBJECTS CALL FUNCTION 'RKE_TRANSPORT_OBJECTS' EXPORTING RETURN_OBJECTTYPES = 'R3BE,R3RS' OBJECTTYPE = 'I3BE'.
RKE_TRANSPORT_OBJECTS CALL FUNCTION 'RKE_TRANSPORT_OBJECTS' EXPORTING RETURN_OBJECTTYPES = 'R3ZS,R3RS'.
RKE_TRANSPORT_OBJECTS CALL FUNCTION 'RKE_TRANSPORT_OBJECTS' EXPORTING RETURN_OBJECTTYPES = 'R3RS' OBJECTTYPE = 'I3RS'.
RKE_TRANSPORT_OBJECTS CALL FUNCTION 'RKE_TRANSPORT_OBJECTS' EXPORTING SUBCLASS = '10' RETURN_OBJECTTYPES = 'R3ZS' OBJECTTYPE = 'I3ZS'.
RKE_TRANSPORT_OBJECTS CALL FUNCTION 'RKE_TRANSPORT_OBJECTS' EXPORTING APPLCLASS = 'KPP ' SUBCLASS = '02' RETURN_OBJECTTYPES = 'R3ZS'.
RKE_CLIENT_COPY_OBJECTS CALL FUNCTION 'RKE_CLIENT_COPY_OBJECTS' EXPORTING SOURCECLIENT = T000-MANDT RETURN_OBJECTTYPES = 'R3BE,R3ZS,R3RS' OBJECTTYPE = 'I3BE'.
RKE_CLIENT_COPY_OBJECTS CALL FUNCTION 'RKE_CLIENT_COPY_OBJECTS' EXPORTING SOURCECLIENT = T000-MANDT RETURN_OBJECTTYPES = 'R3ZS,R3RS'.
RKE_CLIENT_COPY_OBJECTS CALL FUNCTION 'RKE_CLIENT_COPY_OBJECTS' EXPORTING SOURCECLIENT = T000-MANDT RETURN_OBJECTTYPES = 'R3RS' OBJECTTYPE = 'I3RS'.
RKE_CLIENT_COPY_OBJECTS CALL FUNCTION 'RKE_CLIENT_COPY_OBJECTS' EXPORTING SUBCLASS = '10' SOURCECLIENT = T000-MANDT RETURN_OBJECTTYPES = 'R3ZS' OBJECTTYPE = 'I3ZS'.
RKE_CLIENT_COPY_OBJECTS CALL FUNCTION 'RKE_CLIENT_COPY_OBJECTS' EXPORTING SUBCLASS = '11' SOURCECLIENT = T000-MANDT RETURN_OBJECTTYPES = 'R3ZS' OBJECTTYPE = 'I3ZS'.
RKE_CLIENT_COPY_OBJECTS CALL FUNCTION 'RKE_CLIENT_COPY_OBJECTS' EXPORTING APPLCLASS = 'KPP ' SUBCLASS = '02' SOURCECLIENT = T000-MANDT RETURN_OBJECTTYPES = 'R3ZS'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.