SZTG_SNEW SAP (Structure for Hour Plan) Structure details

Dictionary Type: Structure
Description: Structure for Hour Plan




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




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

SZTG_SNEW is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure for Hour Plan" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SZTG_SNEW TYPE SZTG_SNEW.

The SZTG_SNEW table consists of various fields, each holding specific information or linking keys about Structure for Hour Plan data available in SAP. These include CUR_DAY (Field of type DATS), TIME_FROM (Field of type TIMS), TIME_TO (Field of type TIMS), SLOT ().. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SZTG_SNEW structure 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
CUR_DAYField of type DATS DATSDATS8DATS
TIME_FROMField of type TIMS TIMSTIMS6TIME
TIME_TOField of type TIMS TIMSTIMS6TIME
SLOT 0
ROWNR 0
APPT_IDGeneral appointment ID SC_APPTIDCHAR25TEXT25
APPT_TYPE Appointment Type D B or Space0
MERGEHORIZ 0
MERGEVERT 0
COLORNatural Number INT4INT410INT4
ICON_NO Index from Icon_tab0
IS_ICONSearch of private or shared folders SO_FLAGCHAR1SO_FLAG
STYLE2Natural Number INT4INT410INT4
DUMMYSearch of private or shared folders SO_FLAGCHAR1SO_FLAG
WEEKDAY_LDay LANGTCHAR20TEXT20
TXT_SHORTShort text SC_TXTSHORCHAR120TEXT120
LENGTH_TXT Length of Short Text0
POSITION_H Horizontal Position0
WRITTENBoolean OS_BOOLEANCHAR1OS_BOOLEAN
WRITTEN2Boolean OS_BOOLEANCHAR1OS_BOOLEAN
ROOMAppointment room SC_ROOMCHAR12TEXT12
CONFLICTS Number of Conflicts0
CONFLICT_N Sequence of Conflicts0
CONFLICT_FBoolean OS_BOOLEANCHAR1OS_BOOLEAN
CONFL_TAB 0
LAST_ROW Last Line of Appointment0
NO_OF_ROWS Number of Lines for an Appointment0
TEXTBREITE Width in Which Text Can Be Output0
APPT_SLOT Number of Slots per Appointment0

Key field Non-key field



How do I retrieve data from SAP structure SZTG_SNEW using ABAP code?

As SZTG_SNEW is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SZTG_SNEW as there is no data to select.

How to access SAP table SZTG_SNEW

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