STERM_USER SAP (User-Specific Settings in SAPterm) Table details

Dictionary Type: Table
Description: User-Specific Settings in SAPterm




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




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

STERM_USER is a standard SAP Table which is used to store User-Specific Settings in SAPterm data and is available within R/3 SAP systems depending on the version and release level.

The STERM_USER table consists of various fields, each holding specific information or linking keys about User-Specific Settings in SAPterm data available in SAP. These include SYSTEM_ID (Name of SAP System), SHOW_VERW (General Flag), SHOW_GRAM (General Flag), SHOW_LONG (General Flag).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP STERM_USER 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
TDB_USERUser Name SYUNAMECHAR12SYCHAR12
SYSTEM_IDName of SAP System SYSYSIDCHAR8SYCHAR08
SHOW_VERWGeneral Flag FLAGCHAR1FLAG
SHOW_GRAMGeneral Flag FLAGCHAR1FLAG
SHOW_LONGGeneral Flag FLAGCHAR1FLAG
SHOW_CONTGeneral Flag FLAGCHAR1FLAG
SHOW_ABBRGeneral Flag FLAGCHAR1FLAG
SHOW_SYNOGeneral Flag FLAGCHAR1FLAG
SHOW_NSYNGeneral Flag FLAGCHAR1FLAG
SHOW_PARTGeneral Flag FLAGCHAR1FLAG
SHOW_SUBTGeneral Flag FLAGCHAR1FLAG
SHOW_INDXGeneral Flag FLAGCHAR1FLAG
SHOW_UDMAGeneral Flag FLAGCHAR1FLAG
SHOW_TGTLGeneral Flag FLAGCHAR1FLAG
SHOW_ICONGeneral Flag FLAGCHAR1FLAG
SHOW_HIDEGeneral Flag FLAGCHAR1FLAG
SHOW_STATGeneral Flag FLAGCHAR1FLAG
SHOW_TERMGeneral Flag FLAGCHAR1FLAG
SHOW_KEYWGeneral Flag FLAGCHAR1FLAG
EARLYWARNGeneral Flag FLAGCHAR1FLAG
SOURCE_LANLanguage Key SYLANGULANG1ISOLASYLANGU
TARGET_LANLanguage Key SYLANGULANG1ISOLASYLANGU
LANGU_VEC Language vector0
PREF_INDUSTRYKW Attribute: Industry in SAPterm TM_BRANCHECHAR10Assigned to domainNAMESPACE
PREF_BAS_RELKW Attribute: Release in SAPterm TM_RELEASECHAR4SYCHAR04
PREF_IND_RELEnhancement Release IWEXTRELCHAR12Assigned to domainIWEXTREL
LIST_TO_BE_DELGeneral Flag FLAGCHAR1FLAG
SHOW_DEFGeneral Flag FLAGCHAR1FLAG
SHOW_VARIANTSGeneral Flag FLAGCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM STERM_USER
INTO CORRESPONDING FIELDS OF WA_STERM_USER
WHERE...

How to access SAP table STERM_USER

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