SZTG_OSTR SAP (Structure for ALV in Calendar Control) Structure details

Dictionary Type: Structure
Description: Structure for ALV in Calendar Control




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




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

SZTG_OSTR 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 ALV in Calendar Control" 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_OSTR TYPE SZTG_OSTR.

The SZTG_OSTR table consists of various fields, each holding specific information or linking keys about Structure for ALV in Calendar Control data available in SAP. These include COLORS (), SLOT01 (), APPT_ID (General appointment ID), TEXT (Appointment Text).. 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_OSTR 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
TIME Time0
COLORS 0
SLOT01 0
APPT_IDGeneral appointment ID SC_APPTIDCHAR25TEXT25
TEXT Appointment Text0
ICON1 First Icon Column0
ICON2 Second Icon Column0
ICON3 Third Icon Column0
SLOT02 0
APPT_IDGeneral appointment ID SC_APPTIDCHAR25TEXT25
TEXT Appointment Text0
ICON1 First Icon Column0
ICON2 Second Icon Column0
ICON3 Third Icon Column0
SLOT03 0
APPT_IDGeneral appointment ID SC_APPTIDCHAR25TEXT25
TEXT Appointment Text0
ICON1 First Icon Column0
ICON2 Second Icon Column0
ICON3 Third Icon Column0
SLOT04 0
APPT_IDGeneral appointment ID SC_APPTIDCHAR25TEXT25
TEXT Appointment Text0
ICON1 First Icon Column0
ICON2 Second Icon Column0
ICON3 Third Icon Column0
SLOT05 0
APPT_IDGeneral appointment ID SC_APPTIDCHAR25TEXT25
TEXT Appointment Text0
ICON1 First Icon Column0
ICON2 Second Icon Column0
ICON3 Third Icon Column0
SLOT06 0
APPT_IDGeneral appointment ID SC_APPTIDCHAR25TEXT25
TEXT Appointment Text0
ICON1 First Icon Column0
ICON2 Second Icon Column0
ICON3 Third Icon Column0
SLOT07 0
APPT_IDGeneral appointment ID SC_APPTIDCHAR25TEXT25
TEXT Appointment Text0
ICON1 First Icon Column0
ICON2 Second Icon Column0
ICON3 Third Icon Column0
SLOT08 0
APPT_IDGeneral appointment ID SC_APPTIDCHAR25TEXT25
TEXT Appointment Text0
ICON1 First Icon Column0
ICON2 Second Icon Column0
ICON3 Third Icon Column0
SLOT09 0
APPT_IDGeneral appointment ID SC_APPTIDCHAR25TEXT25
TEXT Appointment Text0
ICON1 First Icon Column0
ICON2 Second Icon Column0
ICON3 Third Icon Column0
SLOT10 0
APPT_IDGeneral appointment ID SC_APPTIDCHAR25TEXT25
TEXT Appointment Text0
ICON1 First Icon Column0
ICON2 Second Icon Column0
ICON3 Third Icon Column0
SLOT11 0
APPT_IDGeneral appointment ID SC_APPTIDCHAR25TEXT25
TEXT Appointment Text0
ICON1 First Icon Column0
ICON2 Second Icon Column0
ICON3 Third Icon Column0
SLOT12 0
APPT_IDGeneral appointment ID SC_APPTIDCHAR25TEXT25
TEXT Appointment Text0
ICON1 First Icon Column0
ICON2 Second Icon Column0
ICON3 Third Icon Column0
SLOT13 0
APPT_IDGeneral appointment ID SC_APPTIDCHAR25TEXT25
TEXT Appointment Text0
ICON1 First Icon Column0
ICON2 Second Icon Column0
ICON3 Third Icon Column0
SLOT14 0
APPT_IDGeneral appointment ID SC_APPTIDCHAR25TEXT25
TEXT Appointment Text0
ICON1 First Icon Column0
ICON2 Second Icon Column0
ICON3 Third Icon Column0
SLOT15 0
APPT_IDGeneral appointment ID SC_APPTIDCHAR25TEXT25
TEXT Appointment Text0
ICON1 First Icon Column0
ICON2 Second Icon Column0
ICON3 Third Icon Column0
SLOT16 0
APPT_IDGeneral appointment ID SC_APPTIDCHAR25TEXT25
TEXT Appointment Text0
ICON1 First Icon Column0
ICON2 Second Icon Column0
ICON3 Third Icon Column0
SLOT17 0
APPT_IDGeneral appointment ID SC_APPTIDCHAR25TEXT25
TEXT Appointment Text0
ICON1 First Icon Column0
ICON2 Second Icon Column0
ICON3 Third Icon Column0
SLOT18 0
APPT_IDGeneral appointment ID SC_APPTIDCHAR25TEXT25
TEXT Appointment Text0
ICON1 First Icon Column0
ICON2 Second Icon Column0
ICON3 Third Icon Column0
SLOT19 0
APPT_IDGeneral appointment ID SC_APPTIDCHAR25TEXT25
TEXT Appointment Text0
ICON1 First Icon Column0
ICON2 Second Icon Column0
ICON3 Third Icon Column0
SLOT20 0
APPT_IDGeneral appointment ID SC_APPTIDCHAR25TEXT25
TEXT Appointment Text0
ICON1 First Icon Column0
ICON2 Second Icon Column0
ICON3 Third Icon Column0
SLOT21 0
APPT_IDGeneral appointment ID SC_APPTIDCHAR25TEXT25
TEXT Appointment Text0
ICON1 First Icon Column0
ICON2 Second Icon Column0
ICON3 Third Icon Column0
SLOT22 0
APPT_IDGeneral appointment ID SC_APPTIDCHAR25TEXT25
TEXT Appointment Text0
ICON1 First Icon Column0
ICON2 Second Icon Column0
ICON3 Third Icon Column0

Key field Non-key field



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

As SZTG_OSTR 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_OSTR as there is no data to select.

How to access SAP table SZTG_OSTR

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