FAGL_PLAN_ACT_SEC 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 FAGL_PLAN_ACT_SEC into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FAGL_PLAN_ACT_SEC - Integ.Planning for Sec. CostElements
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_ACT = Activate
Selection Text: P_DEACT = Deactivate
Selection Text: P_DISP = Display Status
Selection Text: P_TRANS = Transport Change
Selection Text: S_ACT = Transaction
Title: CO Plan Data Integration for Secondary Cost Elements
Text Symbol: 001 = CO Plan Data Integ. for Secondary Cost Elements
Text Symbol: 002 = Perform Activity for Following Transactions in T022
Text Symbol: 003 = Actv.
Text Symbol: 004 = Inactive
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SWO_TEXT_MESSAGE CALL FUNCTION 'SWO_TEXT_MESSAGE' EXPORTING * LANGUAGE = SY-LANGU message = '153' workarea = 'FAGL_LEDGER_CUST' IMPORTING text = textactive.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_LED_GREEN' text = ' ' info = text-003 IMPORTING RESULT = txt_icon_active EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
SWO_TEXT_MESSAGE CALL FUNCTION 'SWO_TEXT_MESSAGE' EXPORTING * LANGUAGE = SY-LANGU message = '154' workarea = 'FAGL_LEDGER_CUST' IMPORTING text = textnotactive.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_LED_RED' text = ' ' info = text-004 IMPORTING RESULT = txt_icon_inactive EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
G_TRANS_NUMBER CALL FUNCTION 'G_TRANS_NUMBER' EXPORTING category = category IMPORTING korrnr = korrnr EXCEPTIONS no_number = 1.
G_TRANS_HEADER CALL FUNCTION 'G_TRANS_HEADER' EXPORTING object = object_key-object obj_name = object_key-obj_name pgmid = object_key-pgmid.
G_TRANS_LINES CALL FUNCTION 'G_TRANS_LINES' EXPORTING object = object_key-object obj_name = object_key-obj_name pgmid = object_key-pgmid mastername = master_info-name mastertype = master_info-type TABLES korrtab = key_tab.
G_TRANS_CREATE CALL FUNCTION 'G_TRANS_CREATE'.
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_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 FAGL_NRIV20 - Document Number Ranges: Copy by Fiscal Year (General Ledger View) FAGL_NRIV20 - Document Number Ranges: Copy by Fiscal Year (General Ledger View)