FPP_TEST_FRAMEWORK 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 FPP_TEST_FRAMEWORK into the relevant SAP transactions such as SE38 or SE80
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.
Title: Program FPP_TEST_FRAMEWORK
Text Symbol: 054 = Interval does not have status COMPLETE or CANCELED
Text Symbol: 053 = Stop flag is not set for stopped run
Text Symbol: 052 = Program name (PPF) is not filled
Text Symbol: 051 = Job name is not filled
Text Symbol: 050 = Not exactly three entries with run dates exist (FPP_RUNS)
Text Symbol: 041 = Instance of parallel processing object was not deleted
Text Symbol: 040 = Not all entries in FPP_RUNS were deleted
Text Symbol: 034 = Run is restarted
Text Symbol: 033 = Run is stopped
Text Symbol: 030 = Should log be kept (SLG1)?
Text Symbol: 022 = Monotor for second job is running
Text Symbol: 021 = Wait for restart of run
Text Symbol: 020 = Monotor for first job is running
Text Symbol: 018 = Maximum wait time exceeded
Text Symbol: 017 = Run is restarted
Text Symbol: 016 = Start clean up (deleting all runs)
Text Symbol: 014 = Canceled, no new start:
Text Symbol: 013 = Run created under ID:
Text Symbol: 012 = Run is stopped
Text Symbol: 011 = Run is restarted
Text Symbol: 010 = Canceled:
Text Symbol: 009 = Stopped:
Text Symbol: 008 = Complete:
Text Symbol: 007 = In Process:
Text Symbol: 006 = Open:
Text Symbol: 004 = Run Status
Text Symbol: 003 = Run was started
Text Symbol: 002 = Generate Definition of Parallel Run
Text Symbol: 001 = Generate 20 intervals
INCLUDE FPP_TEST_FRAMEWORKTOP . " GLOBAL DATA
INCLUDE FPP_TEST_FRAMEWORK_PROCESS_F01.
INCLUDE FPP_TEST_FRAMEWORK_HELP_F01.
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.