SRETIDATTR SAP (Document attributes of index category) Table details

Dictionary Type: Table
Description: Document attributes of index category




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




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

SRETIDATTR is a standard SAP Table which is used to store Document attributes of index category data and is available within R/3 SAP systems depending on the version and release level.

The SRETIDATTR table consists of various fields, each holding specific information or linking keys about Document attributes of index category data available in SAP. These include ATTRNAME (Document attribute name of an index category), ATTRTYPE (Document Attribute Type), CREA_USER (User who created the attribute), CRTIME (Attribute creation time acc. to UTC).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SRETIDATTR table 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
CATIDIndex category identification SRET_CATIDCHAR32SRETIDCATSRET_CATIDH_SRETIDCAT
ATTRNAMEDocument attribute name of an index category SRET_ATNAMCHAR25SRET_ATNAM
ATTRTYPEDocument Attribute Type SRET_ATTYPCHAR1SRET_ATTYP
CREA_USERUser who created the attribute SRET_CREATCHAR12SRET_USER
CRTIMEAttribute creation time acc. to UTC SRET_CRETINUMC14SYTSTP
CHNG_USERAttribute last changed by SRET_CHGATCHAR12SRET_USER
CHTIMELast time of change date - time (UTC) SRET_CHGTINUMC14SYTSTP
CLASSRELIndicates whether Document Attribute is Class Hierarchy SRET_PRCLSCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP table SRETIDATTR using ABAP code

The following ABAP code Example will allow you to do a basic selection on SRETIDATTR to SELECT all data from the table
DATA: WA_SRETIDATTR TYPE SRETIDATTR.

SELECT SINGLE *
FROM SRETIDATTR
INTO CORRESPONDING FIELDS OF WA_SRETIDATTR
WHERE...

How to access SAP table SRETIDATTR

Within an ECC or HANA version of SAP you can also view further information about SRETIDATTR 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!