SAP Reports / Programs

RFIDSAU_TD_MAIN SAP ABAP Report - Tax Depreciation of Fixed Assets (KSA)







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

IDSAU_TD_MAIN - Tax Depr. of Fixed Assets (KSA)


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 RFIDSAU_TD_MAIN. "Basic submit
SUBMIT RFIDSAU_TD_MAIN AND RETURN. "Return to original report after report execution complete
SUBMIT RFIDSAU_TD_MAIN 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: 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


INCLUDES used within this REPORT RFIDSAU_TD_MAIN

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


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:

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.



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