CSS_USR SAP (CSS User File) Structure details

Dictionary Type: Structure
Description: CSS User File




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




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

CSS_USR 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 "CSS User File" 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_CSS_USR TYPE CSS_USR.

The CSS_USR table consists of various fields, each holding specific information or linking keys about CSS User File data available in SAP. These include ADRNR (Address), NATIO (International address version ID), ANRED (Title), ABTEI (Addresses: Department).. 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: Cannot Be Enhanced


SAP CSS_USR 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
ADRNRAddress ADRNRCHAR10Assigned to domainALPHAADRNR
NATIOInternational address version ID INTERCHAR1Assigned to domainNATION
ANREDTitle ANREDCHAR15TEXT15
ABTEIAddresses: Department DEPTMCHAR30TEXT30
COSTCAddresses: Cost center COST_CTCHAR10TEXT10
ROOMNAddresses: Room number ROOM_NRCHAR6TEXT6
BUILDAddresses: Building number BUIL_NRCHAR6TEXT6
NAME1Name 1 NAME1_BASCHAR35NAME
NAME2Name 2 NAME2_BASCHAR35NAME
STDCOMAddresses: Communication type COM_ARTCHAR3COM_ART
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
CHNAMAddresses: Changed by CH_NAMCHAR12USERNAME
CHDATAddresses: Change date CH_DATDATS8DATUM
CHTIMAddresses: Changed at CH_TIMTIMS6UZEIT
CRNAMAddresses: Created by CR_NAMCHAR12USERNAME
CRDATAddresses: Creation date CR_DATDATS8DATUM
CRTIMAddresses: Creation time CR_TIMTIMS6UZEIT
KLASSEAddresses: class assigned to an address SO_KLASSECHAR18KLASSE
DBNAMEAddresses: System ID SYM_DSTCHAR10CHAR10
CMPYADRAddresses: Address Number CADNRCHAR10Assigned to domainALPHACADRNR
ANREKAddresses: Form of address key ANREKCHAR2ANREK
SORT1Sort field SORTL_BASCHAR10CHAR10
SORT2Sort field SORT20CHAR20CHAR20
SUSIDCharacter Field of Length 12 CHAR12CHAR12CHAR12
AEDATAddresses: Change date CH_DATDATS8DATUM
AETYPSingle-Character Indicator CHAR1CHAR1CHAR1
SAPNACharacter Field of Length 12 CHAR12CHAR12CHAR12
ROSNAData Element Type CHAR Length 35 CHAR35CHAR35CHAR35
ROSPF3-Byte field CHAR3CHAR3CHAR3
UCNAM30 Characters CHAR30CHAR30CHAR30
UCVOR30 Characters CHAR30CHAR30CHAR30
TITELChar 15 CHAR15CHAR15CHAR15
NAMZUChar 15 CHAR15CHAR15CHAR15
VORSWChar 15 CHAR15CHAR15CHAR15
EINDTAddresses: Change date CH_DATDATS8DATUM
AUSDTAddresses: Change date CH_DATDATS8DATUM
TEL01Character Field Length = 10 CHAR10CHAR10CHAR10
TEL02Character Field Length = 10 CHAR10CHAR10CHAR10
LAND13-Byte field CHAR3CHAR3CHAR3
BUKRSNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
PSTLZPostal code PSTLZ_BASCHAR10PSTLZ
ORT01City ORT01_GPCHAR35TEXT35
FIRMA30 Characters CHAR30CHAR30CHAR30
UCORTUser field for cluster PC (national) CHAR25CHAR25CHAR25
WERKSNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
TELNRAddresses: telephone no. TLFNRCHAR30TEXT30
SETEL30 Characters CHAR30CHAR30CHAR30
HANDY30 Characters CHAR30CHAR30CHAR30
PROSH30 Characters CHAR30CHAR30CHAR30
FAXNRFax number TELFX_BASCHAR31TEXT31
TAESLR/2 table CHAR5CHAR5CHAR5
FAX01Character Field Length = 10 CHAR10CHAR10CHAR10
FAX02Character Field Length = 10 CHAR10CHAR10CHAR10
KFZL13-Byte field CHAR3CHAR3CHAR3
KFZN1Character Field of Length 12 CHAR12CHAR12CHAR12
KFZL23-Byte field CHAR3CHAR3CHAR3
KFZN2Character Field of Length 12 CHAR12CHAR12CHAR12
HPOSTCharacter Field of Length 12 CHAR12CHAR12CHAR12
SEKRTCharacter Field Length = 10 CHAR10CHAR10CHAR10
SPERRSingle-Character Indicator CHAR1CHAR1CHAR1
ROLLECharacter field, 8 characters long CHAR8CHAR8CHAR8
ITERNSingle-Character Indicator CHAR1CHAR1CHAR1
DTVONAddresses: Change date CH_DATDATS8DATUM
DTBISAddresses: Change date CH_DATDATS8DATUM
TPFLGSingle-Character Indicator CHAR1CHAR1CHAR1
TMPABUser field for cluster PC (national) CHAR25CHAR25CHAR25
TMPTL30 Characters CHAR30CHAR30CHAR30
TMPFXTMPFX31 TMPFX31CHAR31TMPFX31
TMPZL3-Byte field CHAR3CHAR3CHAR3
KDBUKNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
KDINOCharacter Field Length = 10 CHAR10CHAR10CHAR10
KDNUMCharacter Field Length = 10 CHAR10CHAR10CHAR10
VORNA30 Characters CHAR30CHAR30CHAR30
NACHN30 Characters CHAR30CHAR30CHAR30
VOLLMVersion Number Component CHAR2CHAR2CHAR2
ABTLGR/2 table CHAR5CHAR5CHAR5
ABTLXUser field for cluster PC (national) CHAR25CHAR25CHAR25
KOSTLCharacter field, 8 characters long CHAR8CHAR8CHAR8
KOSTX30 Characters CHAR30CHAR30CHAR30
FCOMPData Element Type CHAR Length 35 CHAR35CHAR35CHAR35
FDEBNCharacter Field Length = 10 CHAR10CHAR10CHAR10

Key field Non-key field



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

As CSS_USR 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 CSS_USR as there is no data to select.

How to access SAP table CSS_USR

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