SAP Reports / Programs

FPP_TEST_FRAMEWORK SAP ABAP Report - Program FPP_TEST_FRAMEWORK







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


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 FPP_TEST_FRAMEWORK. "Basic submit
SUBMIT FPP_TEST_FRAMEWORK AND RETURN. "Return to original report after report execution complete
SUBMIT FPP_TEST_FRAMEWORK VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT FPP_TEST_FRAMEWORK

INCLUDE FPP_TEST_FRAMEWORKTOP . " GLOBAL DATA
INCLUDE FPP_TEST_FRAMEWORK_PROCESS_F01.
INCLUDE FPP_TEST_FRAMEWORK_HELP_F01.


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 FPP_TEST_FRAMEWORK or its description.