RFIDGACNGL 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 a summary of general ledger data for golden audit reporting...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 RFIDGACNGL into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
GACN_GL - Golden Audit: General Ledger (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: S_KTOPL = D .
Selection Text: SEL_MONA = D .
Selection Text: P_GL = Output G/L Account
Selection Text: P_FILE = D .
Selection Text: P_CHECK = D .
Selection Text: P_CASH = D .
Selection Text: P_BOOKER = D .
Selection Text: P_ALT = Output Alternative Account
Selection Text: PAR_FILE = D .
Selection Text: PAR_A = D .
Selection Text: IS_FSV = D .
Selection Text: GL_AC_R = GL Account Numbering Rule
Selection Text: FSV = D .
Selection Text: CH_NUM_R = Cash Flow Item Numbering Rule
Selection Text: CH_FSV = D .
Selection Text: BR_GJAHR = D .
Selection Text: BR_BUKRS = D .
Selection Text: BAL_FSV = D .
Title: Golden Audit: General Ledger (China)
Text Symbol: 117 = Report item data
Text Symbol: 116 = Report set
Text Symbol: 115 = Cash flow document items
Text Symbol: 114 = Accounting document
Text Symbol: 113 = Account balance and total
Text Symbol: 112 = Cash flow items
Text Symbol: 111 = Subledger
Text Symbol: 110 = General ledger account
Text Symbol: 109 = General ledger basic information
Text Symbol: 108 = Number of Records
Text Symbol: 107 = Section
Text Symbol: 106 = File created successfully:
Text Symbol: 105 = Additional Parameters
Text Symbol: 104 = Financial Statements' Versions
Text Symbol: 103 = Accountants
Text Symbol: 102 = Output
Text Symbol: 101 = Account Output
INCLUDE RFIDCNGL_DATA.
INCLUDE RFIDCNGL_SELECTION.
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.