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
Below is a list of transaction codes which are relevant to this SAP report
GACNFIAA - Golden Audit: Assets (China)
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: 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
INCLUDE RAIDCN_GAFIAA_GLOBAL_DEF.
INCLUDE RAIDCN_GAFIAA_SEL_SCREEN.
INCLUDE RAIDCN_GAFIAA_ROUTINES_XML.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RAIDCN_GAFIAA_XML - Golden Audit: Assets (China) RAIDCN_GAFIAA_XML - Golden Audit: Assets (China) RAIDCN_GAFIAA_SEL_SCREEN - Include RAIDCN_GAFIAA_SEL_SCREEN RAIDCN_GAFIAA_ROUTINES_XML - Include RAIDCN_GAFIAA_ROUTINES_XML RAIDCN_GAFIAA_GLOBAL_DEF - Include RAIDCN_GAFIAA_GLOBAL_DEF RAIDBR_CIAP_RETIRE - Make Adjustment Postings for Retirements or Losses (Brazil)