RFREEXCOPLIMP is a standard Executable ABAP Report 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 RFREEXCOPLIMP into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RECOPLLAYIMP - RE: Import Planning Layout
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.
Selection Text: P_KST = Cost elements/activ.assignmnt
Selection Text: P_SMAND = Source Client
Selection Text: P_STAT = Statistical Key Figures
Title: Import of Real Estate Planning Layouts
Text Symbol: 001 = Report
Text Symbol: 002 = Not
INCLUDE IFRE_CHECK_RE_EA_FIN.
No SAP DATABASE tables are accessed within this REPORT code!
RKD_CLIENT_COPY_OBJECTS CALL FUNCTION 'RKD_CLIENT_COPY_OBJECTS' EXPORTING language = sy-langu application = gs_i3zs-applclass sourcemandant = p_smand targetmandant = sy-mandt objectkey = gs_i3zs objecttype = 'I3ZS' return_objecttypes = 'R3ZS' with_external_tabs = ' ' with_user_action = 'X' EXCEPTIONS bad_objecttype = 01 object_not_found = 02 user_abort = 04 job_failure = 05.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFREEXCOPLIMP - Import of Real Estate Planning Layouts RFREEXCOPLIMP - Import of Real Estate Planning Layouts RFREEXCOPLCF - Copy Contract Cash Flow to CO Plan Data RFREEXCOPLCF - Copy Contract Cash Flow to CO Plan Data RFREEXCOIAAACT - Indirect Activity Allocation: Activate/Deactivate RE Obj. as Receiver RFREEXCOIAAACT - Indirect Activity Allocation: Activate/Deactivate RE Obj. as Receiver