RFIDSAU_TD_MAIN 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 calculate tax depreciation of fixed assets...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 RFIDSAU_TD_MAIN into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
IDSAU_TD_MAIN - Tax Depr. of Fixed Assets (KSA)
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_ANLN2 = D .
Selection Text: S_ANLN1 = D .
Selection Text: S_ANLKL = D .
Selection Text: P_TEST = D .
Selection Text: P_TDBDLI = D .
Selection Text: P_TDBDBL = Deduct balance below limit
Selection Text: P_TDBDAD = D .
Selection Text: P_LANG = D .
Selection Text: P_GJAHR = D .
Selection Text: P_BUKRS = D .
Selection Text: P_AFABE = D .
Title: Tax Depreciation of Fixed Assets (KSA)
Text Symbol: T01 = Tax Depreciation KSA - Asset Groups Totals
Text Symbol: SC1 = Deduct balance if all assets disposed
Text Symbol: AT1 = Tax Depreciation KSA - Asset Transactions
Text Symbol: AH8 = Number of Transactions Selected:
Text Symbol: AH7 = Number of Assets Selected:
Text Symbol: AH6 = Program Run:
Text Symbol: AH5 = Year Ended at:
Text Symbol: AH4 = Fiscal Year:
Text Symbol: AH3 = Financial No:
Text Symbol: AH2 = File No:
Text Symbol: AH1 = Company Code:
Text Symbol: 101 = Test
Text Symbol: 100 = Productive
Text Symbol: 040 = Output Language
Text Symbol: 030 = Run Type
Text Symbol: 025 = Deduction of Asset Group Balances
Text Symbol: 020 = Asset Details
Text Symbol: 010 = Company Detail
INCLUDE RFIDSAU_TD_MAIN_TOP . " GLOBAL DATA
INCLUDE RFIDSAU_TD_MAIN_SEL_SCRN . " SELECTION SCREEN
INCLUDE RFIDSAU_TD_MAIN_F01. " FORM-ROUTINES FOR AT SELECTION-SCREEN EVENT
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_E_AGTL CALL FUNCTION 'ENQUEUE_E_AGTL' EXPORTING mode_idsau_td_d_agtl = 'E' mandt = sy-mandt bukrs = p_bukrs EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
IDSAU_TD_TOOLS_UNLOCK_AGTL CALL FUNCTION 'IDSAU_TD_TOOLS_UNLOCK_AGTL' EXPORTING bukrs = p_bukrs.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.