/XLSO/S_USER_REG_NON_KEY SAP (Structure for User Registration non key.) Structure details

Dictionary Type: Structure
Description: Structure for User Registration non key.




ABAP Code to SELECT data from /XLSO/S_USER_REG_NON_KEY
Related tables to /XLSO/S_USER_REG_NON_KEY
Access table /XLSO/S_USER_REG_NON_KEY




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

/XLSO/S_USER_REG_NON_KEY 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 "Structure for User Registration non key." 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_/XLSO/S_USER_REG_NON_KEY TYPE /XLSO/S_USER_REG_NON_KEY.

The /XLSO/S_USER_REG_NON_KEY table consists of various fields, each holding specific information or linking keys about Structure for User Registration non key. data available in SAP. These include MIDDLENAME (Middle name or second forename of a person), ACADEMIC_TITLE (Academic Title: Written Form), PHONE (First telephone no.: dialling code+number), FAX (First fax no.: dialling code+number).. 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: Can Be Enhanced (Deep)


SAP /XLSO/S_USER_REG_NON_KEY 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
SALUTATIONTitle text AD_TITLETXCHAR30TEXT30
MIDDLENAMEMiddle name or second forename of a person AD_NAMEMIDCHAR40TEXT40
ACADEMIC_TITLEAcademic Title: Written Form AD_TITLE1TCHAR20TEXT20
PHONEFirst telephone no.: dialling code+number AD_TLNMBR1CHAR30CHAR30
FAXFirst fax no.: dialling code+number AD_FXNMBR1CHAR30CHAR30
REF_CUSTOMERReference customer REFKUNNRCHAR10Assigned to domainALPHAKUNNR
CUSTOMERIDCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
COM_EFFECT_DATETime Stamp in XLSO Namespace That Has a Change Document /XLSO/E_TIMESTAMPDEC15TZNTSTMPS
DEPARTMENTDepartment number ABTNRCHAR4TSABABTNR
LEARNERS_FUNCTIONContact person function PAFKTCHAR2TPFKPAFKT
TERMS_CONDITIONSBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
ACT_URLApplication URL /XLSO/E_APP_URLSTRG0STRING
URL_CNXT_VALUEApplication URL Context Value /XLSO/E_APPL_URL_CNXT_VALUECHAR40CHAR40
VALIDITYNatural Number INT4INT410INT4
LM_IDCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
EFFECTIVE_DATETime Stamp in XLSO Namespace That Has a Change Document /XLSO/E_TIMESTAMPDEC15TZNTSTMPS
DEPART_NAMEDescription VTEXTCHAR20TEXT20
FUNCT_NAMEDescription VTEXTCHAR20TEXT20
LM_DATECurrent Date When Created /XLSO/DATEDATS8DATUM
CR_DATECurrent Date When Created /XLSO/DATEDATS8DATUM
REQ_COMP_RELATIONSHIPBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
MAINTAIN_LM_RELATIONSHIPBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
COMPANY_NAMEName 1 NAME1_GPCHAR35NAME
LRNMNG_NAMEName 1 AD_NAME1CHAR40TEXT40

Key field Non-key field



How do I retrieve data from SAP structure /XLSO/S_USER_REG_NON_KEY using ABAP code?

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

How to access SAP table /XLSO/S_USER_REG_NON_KEY

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