AS4DSTCFG SAP (iSeries: Configure DST-Switch) Structure details

Dictionary Type: Structure
Description: iSeries: Configure DST-Switch




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




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

AS4DSTCFG 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 "iSeries: Configure DST-Switch" 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_AS4DSTCFG TYPE AS4DSTCFG.

The AS4DSTCFG table consists of various fields, each holding specific information or linking keys about iSeries: Configure DST-Switch data available in SAP. These include DST_HOST (Hostname), DST_DATE (iSeries: DST Switch Date), DST_TIME (iSeries: DST Switch Time), SWITCH_MIN (iSeries: Time Change in Minutes).. 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: Cannot Be Enhanced


SAP AS4DSTCFG 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
STATUS_ICON 0
DST_HOSTHostname DB4HOSTCHAR32MSHOST2
DST_DATEiSeries: DST Switch Date DST_DATEDATS8
DST_TIMEiSeries: DST Switch Time DST_TIMETIMS6
SWITCH_MINiSeries: Time Change in Minutes DSTSWITCH_MINNUMC3
SWITCH_DIRiSeries: Direction DSTSWITCH_DIRCHAR1
MARK_CLPGMiSeries: Return Code DB4_RCCHAR1
UPDUSERiSeries: User DB4_USERCHAR12
UPDDATEiSeries: Change Date DB4_CHDATEDATS8
UPDTIMEiSeries: Change Time DB4_TIMETIMS6
EXECDATEiSeries: Execution Date DB4_EXECDATEDATS8
EXECTIMEiSeries: Execution Time DB4_EXECTIMETIMS6

Key field Non-key field



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

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

How to access SAP table AS4DSTCFG

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