SDOK_Q_TRACELVEL SAP (SDOK Queueing: Trace Level) Table details

Dictionary Type: Table
Description: SDOK Queueing: Trace Level




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




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

SDOK_Q_TRACELVEL is a standard SAP Table which is used to store SDOK Queueing: Trace Level data and is available within R/3 SAP systems depending on the version and release level.

The SDOK_Q_TRACELVEL table consists of various fields, each holding specific information or linking keys about SDOK Queueing: Trace Level data available in SAP. These include VALUE (SDOK Queueing: Trace Level Category), TRACELEVEL (SDOk Queueing: Trace Level), ACTIVE (SDOK Queueing: Active Trace Level Control Entry), VALID_FROM (Time Stamp of Occurrence of Trace 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: 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 SDOK_Q_TRACELVEL 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
CATEGORYSDOk Queueing: Trace Level Category SDOK_QUEING_TRACELEVELCATCHAR1SDOK_QUEING_TRACELEVELCAT
VALUESDOK Queueing: Trace Level Category SDOC_QUEUEING_TRACELEVELCATVALCHAR40SDOC_QUEUEING_TRACELEVELCATVAL
TRACELEVELSDOk Queueing: Trace Level SDOK_QUEUEING_TRACELEVELNUMC2SDOK_QUEUEING_TRACELEVEL
ACTIVESDOK Queueing: Active Trace Level Control Entry SDOK_QUEUEING_TRACE_ACTIVATEDCHAR1SDOK_QUEUEING_TRACE_ACTIVATED
VALID_FROMTime Stamp of Occurrence of Trace Entry SDOK_QUEUEING_TRACETIMECHAR24SDOK_QUEUEING_TRACETIME
VALID_UNTILTime Stamp of Occurrence of Trace Entry SDOK_QUEUEING_TRACETIMECHAR24SDOK_QUEUEING_TRACETIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM SDOK_Q_TRACELVEL
INTO CORRESPONDING FIELDS OF WA_SDOK_Q_TRACELVEL
WHERE...

How to access SAP table SDOK_Q_TRACELVEL

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