TRGT_USER_DATA SAP (TR Position Management - User Data) Table details

Dictionary Type: Table
Description: TR Position Management - User Data




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




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

TRGT_USER_DATA is a standard SAP Table which is used to store TR Position Management - User Data data and is available within R/3 SAP systems depending on the version and release level.

The TRGT_USER_DATA table consists of various fields, each holding specific information or linking keys about TR Position Management - User Data data available in SAP. These include OS_GUID (Object Identity in Database Format), CREATE_NAME (Entered by), CREATE_DATE (First Entered on), CREATE_TIME (Time of Initial Entry).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TRGT_USER_DATA 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
OS_GUIDObject Identity in Database Format TPM_DB_OS_GUIDCHAR32TPM_DB_OS_GUID
CREATE_NAMEEntered by RERFCHAR12SYCHAR12
CREATE_DATEFirst Entered on DERFDATS8DATUM
CREATE_TIMETime of Initial Entry TERFTIMS6TIMES
CREATE_TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
CHANGE_NAMEEmployee ID RBEARCHAR12SYCHAR12
CHANGE_DATELast Edited on DBEARDATS8DATUM
CHANGE_TIMELast Edited at TBEARTIMS6TIMES
CHANGE_TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
REFERENCE_OIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
REFERENCE_CLSGlobally Unique Identifier OS_GUIDRAW16SYSUUID

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRGT_USER_DATA
INTO CORRESPONDING FIELDS OF WA_TRGT_USER_DATA
WHERE...

How to access SAP table TRGT_USER_DATA

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