TZTF_CMD SAP (Time Field Table of Existing Commands) Table details

Dictionary Type: Table
Description: Time Field Table of Existing Commands




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




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

TZTF_CMD is a standard SAP Table which is used to store Time Field Table of Existing Commands data and is available within R/3 SAP systems depending on the version and release level.

The TZTF_CMD table consists of various fields, each holding specific information or linking keys about Time Field Table of Existing Commands data available in SAP. These include TOKEN (Time Field Token for Command), RETURNTYPE (Time Field Return Type for Commands), VALUE (Time Field Value for Commands (e.g., Weekday, month)), FUNCTION (Time Field Function or Value for Command).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TZTF_CMD 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
TOKENTime Field Token for Command TZTF_TOKENCHAR6TZTF_TOKEN
RETURNTYPETime Field Return Type for Commands TZTF_RTCHAR2TZTF_RT
VALUETime Field Value for Commands (e.g., Weekday, month) TZTF_VALUEINT410TZTF_VALUE
FUNCTIONTime Field Function or Value for Command TZTF_FUNCCHAR30Assigned to domainFUNCNAME
DESCRIPTIONTime Field Description of a Command TZTF_DSCHAR30TZTF_DS

Key field Non-key field



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

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

SELECT SINGLE *
FROM TZTF_CMD
INTO CORRESPONDING FIELDS OF WA_TZTF_CMD
WHERE...

How to access SAP table TZTF_CMD

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