RFIDTRCLACCL7 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 RFIDTRCLACCL7 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FTRCL - Closing of Expense Accounts
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_PERIOD = D Reporting Periods
Selection Text: P_SGTXT = Text for Closing Documents
Selection Text: P_POSTDT = D Posting Date
Selection Text: P_ONLINE = D Generate Postings
Selection Text: P_MONAT = Posting Period
Selection Text: P_INTACC = D Interim Account
Selection Text: P_GROUP = D Batch Input Session Name
Selection Text: P_FURCUR = Close in All Local Currencies
Selection Text: P_DOCTYP = D Document Type
Selection Text: P_DOCDAT = D Document Date
Selection Text: P_COSTC = D Cost Center
Selection Text: P_BATCH = D Create Batch Input Session
Selection Text: P_ALTACC = D Alternative Account Number
Title: Closing of Expense Accounts (Turkey)
Text Symbol: POK = @01@
Text Symbol: BUT = Allow Postings
Text Symbol: BL1 = Additional Selection Options
Text Symbol: 025 = Balance in LC 3
Text Symbol: 024 = Balance in LC 2
Text Symbol: 023 = Balance in Acct Crcy
Text Symbol: 022 = these accounts?
Text Symbol: 021 = Do you want to close
Text Symbol: 020 = Closing
Text Symbol: 019 = Closing of Account Class 7: Log
Text Symbol: 018 = Data Selection: Log
Text Symbol: 015 = Subclass Closing
Text Symbol: 014 = Company Code:
Text Symbol: 013 = Total Balance
Text Symbol: 012 = Status
Text Symbol: 011 = Subclass
Text Symbol: 010 = Closing 7
Text Symbol: 009 = Post Immediately
Text Symbol: 008 = Session Name
Text Symbol: 007 = Create Batch Input Session
Text Symbol: 006 = Output Tax
Text Symbol: 005 = Input Tax
Text Symbol: 004 = Tax Code
Text Symbol: 003 = Credit
INCLUDE RFIDTRCLACCL7_GLDATA.
No SAP DATABASE tables are accessed within this REPORT code!
BUILD_DEFAULT_YEAR CALL FUNCTION 'BUILD_DEFAULT_YEAR' TABLES xgjahr = sd_gjahr.
BUILD_DEFAULT_PERIOD CALL FUNCTION 'BUILD_DEFAULT_PERIOD' TABLES xmonat = s_period.
BUILD_DEFAULT_YEAR CALL FUNCTION 'BUILD_DEFAULT_YEAR' TABLES xgjahr = sd_gjahr.
DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING i_date = p_postdt i_periv = gs_t001-periv IMPORTING e_buper = gf_monat e_gjahr = gf_gjahr EXCEPTIONS OTHERS = 1.
FAGL_GET_GLT0 CALL FUNCTION 'FAGL_GET_GLT0' EXPORTING * i_glt0_rldnr = '00' "Note1039107 i_rldnr = sd_rldnr-low "Note1039107 i_rrcty = '0' i_rvers = '001' i_bukrs = skb1-bukrs i_ryear = gf_gjahr i_racct = skb1-saknr i_rbusa = skc1a-gsber i_rpmax = '016' IMPORTING et_glt0 = it_glt0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.