DSYAX SAP (Structures: Parameters for Views on a Book) Table details

Dictionary Type: Table
Description: Structures: Parameters for Views on a Book




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




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

DSYAX is a standard SAP Table which is used to store Structures: Parameters for Views on a Book data and is available within R/3 SAP systems depending on the version and release level.

The DSYAX table consists of various fields, each holding specific information or linking keys about Structures: Parameters for Views on a Book data available in SAP. These include VIEWNAME (Structures: Name of View), VIEW_TYP (View type), SEQN4 (Sequential number, 5 characters), VIEW_DATA1 (Data field no. 1 for view).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP DSYAX 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
OUTLINEStructures: name of the structure DOKU_OUTLICHAR12DOKU_OUTLI
VIEWNAMEStructures: Name of View DOKU_VIEWNCHAR12DOKU_VIEWNDSV
VIEW_TYPView type DOKU_VIEWOCHAR4DOKU_VIEWO
SEQN4Sequential number, 5 characters DOKU_SEQN5NUMC5DOKU_SEQN5
VIEW_DATA1Data field no. 1 for view DOKU_VIEWCCHAR20DOKU_VIEWC
VIEW_DATA2Data field no. 2 for view DOKU_VIEWVCHAR65DOKU_VIEWV

Key field Non-key field



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

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

SELECT SINGLE *
FROM DSYAX
INTO CORRESPONDING FIELDS OF WA_DSYAX
WHERE...

How to access SAP table DSYAX

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