SAP Reports / Programs | Financial Accounting | Asset Accounting(FI-AA) SAP FI

RAIDCN_GAFIAA_XML SAP ABAP Report - Golden Audit: Assets (China)







RAIDCN_GAFIAA_XML is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to prepare fixed asset data for submission to the Chinese statutory authorities...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RAIDCN_GAFIAA_XML 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

GACNFIAA - Golden Audit: Assets (China)


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 RAIDCN_GAFIAA_XML. "Basic submit
SUBMIT RAIDCN_GAFIAA_XML AND RETURN. "Return to original report after report execution complete
SUBMIT RAIDCN_GAFIAA_XML 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: P_MONAT = D .
Selection Text: P_GJAHR = D .
Selection Text: P_FILE = D .
Selection Text: P_ANLKCD = D .
Selection Text: PAR_FILE = D .
Selection Text: PAR_A = D .
Title: Golden Audit: Assets (China)
Text Symbol: 018 = Output
Text Symbol: 017 = Chart of account not found
Text Symbol: 015 = Fixed asset change status
Text Symbol: 014 = Fixed asset reduction logistic information
Text Symbol: 013 = Fixed asset reduction status
Text Symbol: 012 = Fixed asset card usage staus
Text Symbol: 011 = Fixed asset card logistic information
Text Symbol: 010 = Fixed asset card
Text Symbol: 009 = Fixed asset usage status
Text Symbol: 008 = Fixed asset depreciation method
Text Symbol: 007 = Fixed asset change type
Text Symbol: 006 = Fixed asset type setting
Text Symbol: 005 = Fixed asset basic information
Text Symbol: 004 = Number of Records
Text Symbol: 003 = Section
Text Symbol: 002 = Reporting
Text Symbol: 001 = Fiscal Period


INCLUDES used within this REPORT RAIDCN_GAFIAA_XML

INCLUDE RAIDCN_GAFIAA_GLOBAL_DEF.
INCLUDE RAIDCN_GAFIAA_SEL_SCREEN.
INCLUDE RAIDCN_GAFIAA_ROUTINES_XML.


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:

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = gc_filename parameter_1 = sy-cprog CHANGING physical_filename = par_file EXCEPTIONS OTHERS = 1.



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