SOTR_ALIAU SAP (Global Alias Name Management in the OTR) Table details

Dictionary Type: Table
Description: Global Alias Name Management in the OTR




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




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

SOTR_ALIAU is a standard SAP Table which is used to store Global Alias Name Management in the OTR data and is available within R/3 SAP systems depending on the version and release level.

The SOTR_ALIAU table consists of various fields, each holding specific information or linking keys about Global Alias Name Management in the OTR data available in SAP. These include CONCEPT (Key for Logical Object in the OTR), PAKET (Package), CREA_NAME (User Name), CREA_TSTUT (Timestamp (date and time) related to UTC (GMT)).. 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 SOTR_ALIAU 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
ALIAS_NAMEUnique Alias Name for OTR Concept SOTR_ALIASCHAR50SYCHAR50
CONCEPTKey for Logical Object in the OTR SOTR_CONCCHAR32SYSUUID_C
PAKETPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
CREA_NAMEUser Name SYUNAMECHAR12SYCHAR12
CREA_TSTUTTimestamp (date and time) related to UTC (GMT) SYSTTSTUTNUMC14SYTSTP
CHAN_NAMEUser Name SYUNAMECHAR12SYCHAR12
CHAN_TSTUTTimestamp (date and time) related to UTC (GMT) SYSTTSTUTNUMC14SYTSTP

Key field Non-key field



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

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

SELECT SINGLE *
FROM SOTR_ALIAU
INTO CORRESPONDING FIELDS OF WA_SOTR_ALIAU
WHERE...

How to access SAP table SOTR_ALIAU

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