FAGL_PLAN_COPY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can copy data to plans on the basis of existing actual or plan data (such as data from the previous fiscal year)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter FAGL_PLAN_COPY into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FAGLGP52N - Copy Data to Plan
GP52N - Local Model Plan
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_SUMM = Summarize Fields
Selection Text: P_SUMMFS = Field Name
Selection Text: P_TBUKRS = Company Code (Optional)
Selection Text: P_TEST = Test Run
Selection Text: P_TRVERS = Version (Optional)
Selection Text: P_ACTIV = D .
Selection Text: P_AWTYP = D .
Selection Text: P_DOCTY = D .
Selection Text: P_PRCTR = D .
Selection Text: P_RACCT = D .
Selection Text: P_RBUSA = D .
Selection Text: P_RCNTR = D .
Selection Text: P_REPLCE = D .
Selection Text: P_RFAREA = D .
Selection Text: P_SBUKRS = D .
Selection Text: P_SEGMNT = D .
Selection Text: P_SPOPER = D .
Selection Text: P_SRLDNR = D .
Selection Text: P_SRRCTY = D .
Selection Text: P_SRVERS = D .
Selection Text: P_SRYEAR = D .
Selection Text: P_TRLDNR = D .
Selection Text: P_TRRCTY = D .
Selection Text: P_TRYEAR = D .
Selection Text: P_REVQNT = Quantities
Selection Text: P_REVCUR = Currencies
Selection Text: P_DLTRGT = Delete Target Data
Selection Text: P_COPY = Copy Fields Unsummarized
Selection Text: P_ACCUM = Cumulate
Title: Copy Planning Data
Text Symbol: 001 = Source Data
Text Symbol: 002 = Additional Selection Criteria
Text Symbol: 003 = Processing Options
Text Symbol: 004 = Copy to
Text Symbol: 005 = Basic Parameters
Text Symbol: 006 = Further Options
Text Symbol: 007 = Summarization
Text Symbol: 008 = Revaluation Factors
INCLUDE FAGL_PLAN_COPY_MACROS.
INCLUDE FAGL_PLAN_COPY_SEL_SCREEN.
INCLUDE FAGL_PLAN_COPY_INPUT_CHECK.
INCLUDE FAGL_PLAN_COPY_READ_POST.
INCLUDE FAGL_PLAN_COPY_CORE.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FAGL_PLAN_COPY - Copy Planning Data FAGL_PLAN_COPY - Copy Planning Data FAGL_PLAN_ACT_SEC - CO Plan Data Integration for Secondary Cost Elements FAGL_PLAN_ACT_SEC - CO Plan Data Integration for Secondary Cost Elements FAGL_OBJCHECK - NewGL Analysis: Check Object Number Inconsistencies FAGL_OBJCHECK - NewGL Analysis: Check Object Number Inconsistencies