IDSAU_TD_S_AGTE SAP (Asset Groups Totals Extended) Structure details

Dictionary Type: Structure
Description: Asset Groups Totals Extended




ABAP Code to SELECT data from IDSAU_TD_S_AGTE
Related tables to IDSAU_TD_S_AGTE
Access table IDSAU_TD_S_AGTE




Structure field list including key, data, relationships and ABAP select examples

IDSAU_TD_S_AGTE is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Asset Groups Totals Extended" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_IDSAU_TD_S_AGTE TYPE IDSAU_TD_S_AGTE.

The IDSAU_TD_S_AGTE table consists of various fields, each holding specific information or linking keys about Asset Groups Totals Extended data available in SAP. These include ORD4X (Evaluation groups 1 - 4), ORDTX (Evaluation group:Short description), TDAGPN (Number of Asset Group in PDF Output), TDAGPD (Description of Asset Group in PDF Output).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP IDSAU_TD_S_AGTE structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
TDAGPOOrder of Asset Group in PDF Output IDSAU_TD_AGPONUMC2NUMC2
ORD4XEvaluation groups 1 - 4 ORD4XCHAR4T087ORD4X
ORDTXEvaluation group:Short description ORDTXCHAR30TEXT30
TDAGPNNumber of Asset Group in PDF Output IDSAU_TD_AGPNCHAR20TEXT20
TDAGPDDescription of Asset Group in PDF Output IDSAU_TD_AGPDCHAR200TEXT200
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
TDBLCSGroup Balance At Start of Current Year IDSAU_TD_BLCSCURR15(2) WRTV8
TDADDICosts of Additions IDSAU_TD_ADDICURR15(2) WRTV8
TDPRADPercentage Rate Applied to Additions IDSAU_TD_PRADDEC7(4) AFPROZ
TDADPRCosts of Additions # Percentage Part IDSAU_TD_ADPRCURR15(2) WRTV8
TDDISPSale Proceeds from Assets Disposed IDSAU_TD_DISPCURR15(2) WRTV8
TDPRDIPercentage Rate Applied to Disposals IDSAU_TD_PRDIDEC7(4) AFPROZ
TDDIPRSale Proceeds from Assets Disposed # Percentage Part IDSAU_TD_DIPRCURR15(2) WRTV8
TDBSVCBase Value for Depr. Calc. Calculated (Before Deduction) IDSAU_TD_BSVCCURR15(2) WRTV8
TDBSVLBase Value for Depr. Calculation (After Deduction) IDSAU_TD_BSVLCURR15(2) WRTV8
AFPROZDepreciation percentage rate AFPROZDEC7(4) AFPROZ
TDDEPRDepreciation IDSAU_TD_DEPRCURR15(2) WRTV8
TDBLPCPrelim. Balance Calc. (Excess Exp. Not Incl.) Before Deduct. IDSAU_TD_BLPCCURR15(2) WRTV8
TDASAEActive Assets Exist IDSAU_TD_ASAECHAR1FLAG
TDBLPRPrelim. Balance (Excess Exp. Not Incl.) After Deduction IDSAU_TD_BLPRCURR15(2) WRTV8
TDPREXPercentage Rate Applied to Excess on Repair and Maintenance IDSAU_TD_PREXDEC7(4) AFPROZ
TDEXCSPercentage Rate Applied to Repair and Maintenance Expenses IDSAU_TD_EXCSCURR15(2) WRTV8
TDBLCEGroup Balance at End of Current Year IDSAU_TD_BLCECURR15(2) WRTV8
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



How do I retrieve data from SAP structure IDSAU_TD_S_AGTE using ABAP code?

As IDSAU_TD_S_AGTE is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on IDSAU_TD_S_AGTE as there is no data to select.

How to access SAP table IDSAU_TD_S_AGTE

Within an ECC or HANA version of SAP you can also view further information about IDSAU_TD_S_AGTE and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!