SAP Reports / Programs | Basis Components | Client/Server Technology(BC-CST) SAP BC

PF_ASTAT_TEST_F1 SAP ABAP INCLUDE - PFASTATTESTF1







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


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


INCLUDES used within this REPORT PF_ASTAT_TEST_F1

No INCLUDES are used within this REPORT code!


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:

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.

PF_ASTAT_OPEN





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'.



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