CUS_ATRH SAP (Customizing Attributes - Header Data) Table details

Dictionary Type: Table
Description: Customizing Attributes - Header Data




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




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

CUS_ATRH is a standard SAP Table which is used to store Customizing Attributes - Header Data data and is available within R/3 SAP systems depending on the version and release level.

The CUS_ATRH table consists of various fields, each holding specific information or linking keys about Customizing Attributes - Header Data data available in SAP. These include ROADMAP_ID (Roadmap node identifier), COUNTRY (Country ID), ACTIVITY (Activity), CRITICAL (Critical).. 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

Text table = CUS_ATRT


SAP CUS_ATRH 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
ATTR_IDCustomizing Attributes CUS_ATRCHAR20CUS_ATR
ROADMAP_IDRoadmap node identifier ROADMAP_IDCHAR12Assigned to domainROADMAP_ID
COUNTRYCountry ID SIMG_C_OPTCHAR1SIMG_C_OPT
ACTIVITYActivity SIMG_ACTNUMC1SIMG_ACT
CRITICALCritical SIMG_CRITNUMC1SIMG_CRIT
EXTENSIONFlag with values ' ' and 'X' HIER_YESNOCHAR1HIER_YESNO
COU_SPECIFFlag with values ' ' and 'X' HIER_YESNOCHAR1HIER_YESNO
FUSERCreated by HIER_FUSERCHAR12HIER_USER
LUSERLast changed by HIER_LUSERCHAR12HIER_USER
FDATETIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
LDATETIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM CUS_ATRH
INTO CORRESPONDING FIELDS OF WA_CUS_ATRH
WHERE...

How to access SAP table CUS_ATRH

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