RFIDATAFS 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 RFIDATAFS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RFIDATAFS - Annual Financial 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.
Selection Text: FSV = Financial Statement Version
Selection Text: IBAN_NUM = IBAN Number
Selection Text: LG_FORM = Legal Form on Bal. Sheet Date
Selection Text: LG_P_FRM = Legal Form on Bal. Sh. Prev Yr
Selection Text: M_BUKRS = Reporting company codes
Selection Text: NOTE_CFR = D .
Selection Text: OVR_EXT = D .
Selection Text: PID = Personnel ID in Coml Reg.
Selection Text: PRV_THS = Previous Yr Value in Thousands
Selection Text: REL_FEE = Release from Fees
Selection Text: SEN_CODE = D .
Selection Text: SEN_CONF = D .
Selection Text: SEN_DEL = D .
Selection Text: SEN_REF = D .
Selection Text: SIG_DOB = D .
Selection Text: SIG_DTE = D .
Selection Text: SIG_FNM = D .
Selection Text: SIG_PID = Personnel ID in the Comm. Reg.
Selection Text: SIG_SNM = D .
Selection Text: SL_REV = Sales Revenues in Fiscal Year
Selection Text: SRT_FIS = D .
Selection Text: SRT_PRV = D .
Selection Text: SUGGS_FS = D .
Selection Text: SUP_BRD = Supervisory Board Report
Selection Text: S_BUKRS = D .
Selection Text: S_KTOPL = D .
Selection Text: VAL_XML = D .
Selection Text: VERN_XSD = JAB Version
Selection Text: WOR_PLC = Wording of Partner Ltd. Co.
Selection Text: ANL_REP = Annual Report
Selection Text: ANNEX = Annex for companies
Selection Text: ANNEX_BS = D .
Selection Text: ANNEX_PL = D .
Selection Text: BEREICH1 = Depreciation Area
Selection Text: BIC_NUM = BIC Number
Selection Text: CLS_FIS = Company Size
Selection Text: CMFR_PT = Commr. Reg No Partner Ltd Co.
Selection Text: COMP_SZ = D .
INCLUDE RFIDATAFS_DATA_DEFINITIONS. "DATA DECLARATION
INCLUDE RFIDATAFS_SELECTION. "SELECTION SCREEN
INCLUDE RFIDATAFS_MAIN. "MAIN PROCESSING
INCLUDE RFIDATAFS_FORMS. "SUBROUTINES
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.