TZS02 SAP (Screen control: Field val.-specific cntrl customer setting) Table details

Dictionary Type: Table
Description: Screen control: Field val.-specific cntrl customer setting




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




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

TZS02 is a standard SAP Table which is used to store Screen control: Field val.-specific cntrl customer setting data and is available within R/3 SAP systems depending on the version and release level.

The TZS02 table consists of various fields, each holding specific information or linking keys about Screen control: Field val.-specific cntrl customer setting data available in SAP. These include RMODUL (ABAP Program: Current Main Program), RFLDNAME (Name of field for which screen control can be used), RFLDVALUE (Field value for screen control), DYNNR (Number of the following screen).. 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: Not classified


SAP TZS02 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
RMODULABAP Program: Current Main Program SYREPIDCHAR40Assigned to domainPROGRAMM
RFLDNAMEName of field for which screen control can be used RFLDNAMECHAR20TZS01RFLDNAME
RFLDVALUEField value for screen control RFLDVALUECHAR15CHAR15
DYNNRNumber of the following screen DYNNRCHAR4DYNNR
SDYNPARTScreen type: Optional-/required-/default: Do not display SDYNPARTNUMC1SDYNPART
NDYNLFDScreen sequence number (for sequence of screens) NDYNLFDNUMC2NUMC2
NDYNGRPScreen group number VVNDYNGRPNUMC2NUMC2

Key field Non-key field



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

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

SELECT SINGLE *
FROM TZS02
INTO CORRESPONDING FIELDS OF WA_TZS02
WHERE...

How to access SAP table TZS02

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