/ASU/ATTRIB_CUST SAP (ASU Attribute Customizing) Table details

Dictionary Type: Table
Description: ASU Attribute Customizing




ABAP Code to SELECT data from /ASU/ATTRIB_CUST
Related tables to /ASU/ATTRIB_CUST
Access table /ASU/ATTRIB_CUST




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

/ASU/ATTRIB_CUST is a standard SAP Table which is used to store ASU Attribute Customizing data and is available within R/3 SAP systems depending on the version and release level.

The /ASU/ATTRIB_CUST table consists of various fields, each holding specific information or linking keys about ASU Attribute Customizing data available in SAP. These include FIELDNAME (Field Name), MULTI_VALUED (ASU: Multi-valued Attribute), COL_POS (ALV control: Output column), NO_OUT (ASU: ALV control: Column is not 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /ASU/ATTRIB_CUST 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
XML_TAGASU: XML Tag (short) /ASU/XML_TAG_SHORTCHAR100CHAR100
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
MULTI_VALUEDASU: Multi-valued Attribute /ASU/MULTIVALUED_ATTRIBUTECHAR1BOOLE
COL_POSALV control: Output column LVC_COLPOSINT410
NO_OUTASU: ALV control: Column is not output /ASU/ALV_NOOUTCHAR1BOOLE
OUTPUTLENALV control: Column width in characters LVC_OUTLENNUMC6DDLENG
JUSTALV control: Alignment LVC_JUSTCHAR1CHAR1

Key field Non-key field



How do I retrieve data from SAP table /ASU/ATTRIB_CUST using ABAP code

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

SELECT SINGLE *
FROM /ASU/ATTRIB_CUST
INTO CORRESPONDING FIELDS OF WA_/ASU/ATTRIB_CUST
WHERE...

How to access SAP table /ASU/ATTRIB_CUST

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