SAPFGPLN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The form pool SAPFGPLN contains the read routines which the plannning processor requires in order to be able to access the planning records from the FI-GLX summary tables...see full standard documentation available for this report. Also check out 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 SAPFGPLN into the relevant SAP transactions such as SE38 or SE80
SUBMIT SAPFGPLN. "Basic submit
SUBMIT SAPFGPLN AND RETURN. "Return to original report after report execution complete
SUBMIT SAPFGPLN VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
See more syntax options for the ABAP SUBMIT statement
INCLUDE FGPLNTOP.
INCLUDE FGPLNE01.
INCLUDE FGPLNE02.
INCLUDE FGPLNE03.
INCLUDE FGPLNE04.
INCLUDE FGPLNE05.
INCLUDE FGPLNE06.
INCLUDE FGPLNF00.
NO SAP DATABASE TABLES are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!