SAP Reports / Programs | Financial Accounting | General Ledger Accounting(FI-GL) SAP FI

FAGL_PLAN_COPY SAP ABAP Report - Copy Planning Data







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FAGLGP52N - Copy Data to Plan
GP52N - Local Model Plan


ABAP code to call this SAP report using the submit statement

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.






SUBMIT FAGL_PLAN_COPY. "Basic submit
SUBMIT FAGL_PLAN_COPY AND RETURN. "Return to original report after report execution complete
SUBMIT FAGL_PLAN_COPY VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: 009 = Values
Text Symbol: 010 = Processing Instructions
Text Symbol: 011 = Additional Selection Criteria
Text Symbol: 012 = Summarization
Text Symbol: 013 = Document Type
Text Symbol: 014 = Target
Text Symbol: 015 = Source
Text Symbol: 016 = Messages
Text Symbol: 017 = Copy Data to Plan: Display Messages
Text Symbol: 018 = New Entry
Text Symbol: 019 = : Display Messages


INCLUDES used within this REPORT FAGL_PLAN_COPY

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.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name FAGL_PLAN_COPY or its description.