RFKQST71 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 RFKQST71 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.
Selection Text: S_YEAR = Fiscal year
Selection Text: P_WT4 = Code type 4
Selection Text: P_WT3 = Code type 3
Selection Text: P_WT2 = Code type 2
Selection Text: P_WT1 = Code type 1
Selection Text: P_LIMIT4 = Limit 4
Selection Text: P_LIMIT1 = Limit 1
Selection Text: P_FORM = Sapscript form
Selection Text: P_DEV2 = Printer
Selection Text: P_BSET = Using table BSET
Selection Text: P_BSEG = Using table BSEG
Selection Text: CONVDAT = Conversion date
Selection Text: BUDAT = Posting date
Selection Text: ALTCURR = Alternative currency
Title: Program for SAPscript
Text Symbol: 009 = <------
Text Symbol: 007 = Text 007
Text Symbol: 005 = Minimum amount
Text Symbol: 004 = Code type 4
Text Symbol: 003 = Code type 3
Text Symbol: 002 = Code type 2
Text Symbol: 001 = Code type 1
INCLUDE RFKQST71_TOP.
INCLUDE RFKQST71_EVENTS.
INCLUDE RFKQST71_FORMS.
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.