PF_ASTAT_TEST_F1 is a standard ABAP INCLUDE 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 PF_ASTAT_TEST_F1 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PF_ASTAT_OPEN CALL FUNCTION 'PF_ASTAT_OPEN' EXPORTING OPENKEY = 'OPENges' TYP = 'KT' APPINFO = 'Alles'. "#EC NOTEXT
TH_TEST_RFC call function 'TH_TEST_RFC' destination 'NONE' exporting no_loops = '5000' opcode = 'U' text_in = 'Standardtext'. "#EC NOTEXT
PF_ASTAT_OPEN CALL FUNCTION 'PF_ASTAT_OPEN' EXPORTING OPENKEY = 'OPENTSP03' "#EC NOTEXT TYP = 'KT' "#EC NOTEXT APPINFO = 'Die TSP03'. "#EC NOTEXT
PF_ASTAT_CLOSE CALL FUNCTION 'PF_ASTAT_CLOSE' EXPORTING OPENKEY = 'OPENTSP03' "#EC NOTEXT TYP = 'KT'. "#EC NOTEXT
TH_TEST_RFC call function 'TH_TEST_RFC' destination 'NONE' exporting no_loops = '5000' "#EC NOTEXT opcode = 'U' "#EC NOTEXT text_in = 'Standardtext'. "#EC NOTEXT
PF_ASTAT_OPEN CALL FUNCTION 'PF_ASTAT_OPEN' EXPORTING OPENKEY = 'OPENtsp02' TYP = 'KT'.
PF_ASTAT_CLOSE CALL FUNCTION 'PF_ASTAT_CLOSE' EXPORTING OPENKEY = 'OPENtsp02' TYP = 'KT' APPINFO = 'Die TSP02'. "#EC NOTEXT
TH_TEST_RFC call function 'TH_TEST_RFC' destination 'NONE' exporting no_loops = '5000' opcode = 'U' text_in = 'Standardtext'. "#EC NOTEXT
PF_ASTAT_CLOSE CALL FUNCTION 'PF_ASTAT_CLOSE' EXPORTING OPENKEY = 'OPENges' TYP = 'KT' APPINFO = 'Alles zusammen'. "#EC NOTEXT
PF_ASTAT_END CALL FUNCTION 'PF_ASTAT_END' EXCEPTIONS * ASTAT_INACTIVE = 1 * ASTAT_NOT_INITIALIZED = 2 * MEMORY_FAULT = 3 OTHERS = 4.
PF_ASTAT_OPEN CALL FUNCTION 'PF_ASTAT_OPEN' EXPORTING OPENKEY = 'OPENges' TYP = 'KT' APPINFO = 'Der Test des SUBMIT (aussen)'. "#EC NOTEXT
PF_ASTAT_CLOSE CALL FUNCTION 'PF_ASTAT_CLOSE' EXPORTING OPENKEY = 'OPENges' TYP = 'KT'.
PF_ASTAT_END CALL FUNCTION 'PF_ASTAT_END' EXCEPTIONS * ASTAT_INACTIVE = 1 * ASTAT_NOT_INITIALIZED = 2 * MEMORY_FAULT = 3 OTHERS = 4.
PF_ASTAT_OPEN CALL FUNCTION 'PF_ASTAT_OPEN' EXPORTING OPENKEY = 'OPENaussen' TYP = 'KT' APPINFO = 'Test des sammelns'. "#EC NOTEXT
PF_ASTAT_OPEN CALL FUNCTION 'PF_ASTAT_OPEN' EXPORTING OPENKEY = 'OPENinnen' TYP = 'KT'.
PF_ASTAT_CLOSE CALL FUNCTION 'PF_ASTAT_CLOSE' EXPORTING OPENKEY = 'OPENinnen' TYP = 'KT' APPINFO = 'Test des sammelns'. "#EC NOTEXT
PF_ASTAT_CLOSE CALL FUNCTION 'PF_ASTAT_CLOSE' EXPORTING OPENKEY = 'OPENaussen' TYP = 'KT'.
PF_ASTAT_END CALL FUNCTION 'PF_ASTAT_END' EXCEPTIONS * ASTAT_INACTIVE = 1 * ASTAT_NOT_INITIALIZED = 2 * MEMORY_FAULT = 3 OTHERS = 4.
CALL FUNCTION 'PF_ASTAT_OPEN' EXPORTING OPENKEY = opentext TYP = 'KT'.
PF_ASTAT_CLOSE CALL FUNCTION 'PF_ASTAT_CLOSE' EXPORTING OPENKEY = opentext TYP = 'KT' APPINFO = 'Looptest'. "#EC NOTEXT
PF_ASTAT_END CALL FUNCTION 'PF_ASTAT_END' EXCEPTIONS * ASTAT_INACTIVE = 1 * ASTAT_NOT_INITIALIZED = 2 * MEMORY_FAULT = 3 OTHERS = 4.
PF_ASTAT_OPEN call function 'PF_ASTAT_OPEN' exporting openkey = 'OPENperf' typ = 'KT' appinfo = 'Alles'. "#EC NOTEXT
PF_ASTAT_CLOSE call function 'PF_ASTAT_CLOSE' exporting openkey = 'OPENperf' typ = 'KT'.
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 PF_ASTAT_TEST_F1 or its description.
PF_ASTAT_TEST_F1 - PFASTATTESTF1 PF_ASTAT_TEST - Program to Test the Application Statistics Functions PF_ASTAT_TEST - Program to Test the Application Statistics Functions PF_ASTAT_SUBMIT - Called by SUBMIT AND RETURN by PF_ASTAT_TEST PF_ASTAT_SUBMIT - Called by SUBMIT AND RETURN by PF_ASTAT_TEST PFREORGTOP - documentation and ABAP source code