SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

RFIDATAFS SAP ABAP Report -







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

RFIDATAFS - Annual Financial Statement


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


Text pool values


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 .





Selection Text: COM_FNR = D .
Selection Text: CUSTDATA = Bank Data on Debit Order
Selection Text: DECS_FS = D .
Selection Text: DOB = Date of Birth
Selection Text: END_FIS = D .
Selection Text: END_PRV = D .
Selection Text: FILE_NM = File Name for Storing in Appl.
Selection Text: FILE_NM1 = PDF File output Appl Srv. Path
Title:
Text Symbol: 111 = Additional Signatory
Text Symbol: 110 = Double Click on Below File Name(s) to Download to Local PC
Text Symbol: 109 = File Created Successfully
Text Symbol: 108 = File Paths for Attachments
Text Symbol: 107 = File Download
Text Symbol: 106 = General Selection Criteria
Text Symbol: 105 = Signatory
Text Symbol: 104 = Previous Fiscal Year
Text Symbol: 103 = Fiscal Year
Text Symbol: 102 = Details for Annual Financial Statement
Text Symbol: 101 = Sender


INCLUDES used within this REPORT RFIDATAFS

INCLUDE RFIDATAFS_DATA_DEFINITIONS. "DATA DECLARATION
INCLUDE RFIDATAFS_SELECTION. "SELECTION SCREEN
INCLUDE RFIDATAFS_MAIN. "MAIN PROCESSING
INCLUDE RFIDATAFS_FORMS. "SUBROUTINES


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