/XFT/REG_SETYA SAP (SETY - Attribute Assignment) Table details

Dictionary Type: Table
Description: SETY - Attribute Assignment




ABAP Code to SELECT data from /XFT/REG_SETYA
Related tables to /XFT/REG_SETYA
Access table /XFT/REG_SETYA




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

/XFT/REG_SETYA is a standard SAP Table which is used to store SETY - Attribute Assignment data and is available within R/3 SAP systems depending on the version and release level.

The /XFT/REG_SETYA table consists of various fields, each holding specific information or linking keys about SETY - Attribute Assignment data available in SAP. These include ATTRID (Attribute ID), AD_MA (Mandatory), AD_LI (Multiple), IS_VARI (Variant attribute).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP /XFT/REG_SETYA 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
REIDTERegistry ID /XFT/REG_REIDTECHAR32/XFT/REG_REIDTE
ATTRIDAttribute ID /XFT/REG_ATTRIDCHAR32/XFT/REG_REIDTE
AD_MAMandatory /XFT/MANDATORYCHAR1/XFT/BOOLEAN
AD_LIMultiple /XFT/MULTIPLECHAR1/XFT/BOOLEAN
IS_VARIVariant attribute /XFT/REG_SERE_ATTR_VARIANTCHAR1/XFT/BOOLEAN
IS_POINPointer attribute /XFT/REG_SERE_ATTR_POINTERCHAR1/XFT/BOOLEAN
VARI_AV_CLAttribute Value Class /XFT/REG_SERE_ATTR_VALUE_CLCHAR30SEOCLSNAME

Key field Non-key field



How do I retrieve data from SAP table /XFT/REG_SETYA using ABAP code

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

SELECT SINGLE *
FROM /XFT/REG_SETYA
INTO CORRESPONDING FIELDS OF WA_/XFT/REG_SETYA
WHERE...

How to access SAP table /XFT/REG_SETYA

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