CTS_WD_MAIN_SCREEN SAP (Output structure for WEBDynpro (Admin tool)) Structure details

Dictionary Type: Structure
Description: Output structure for WEBDynpro (Admin tool)




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




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

CTS_WD_MAIN_SCREEN 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 "Output structure for WEBDynpro (Admin tool)" 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_CTS_WD_MAIN_SCREEN TYPE CTS_WD_MAIN_SCREEN.

The CTS_WD_MAIN_SCREEN table consists of various fields, each holding specific information or linking keys about Output structure for WEBDynpro (Admin tool) data available in SAP. These include FUNCTION_BUTTON (Function Code), FILENAME (Filename), VISIBLE_FLAG (Visible or not), FILECONTENT (SODIS:File content).. 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 CTS_WD_MAIN_SCREEN 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
OWNER_INPUTLast Changed by AS4USERCHAR12AS4USER
FUNCTION_BUTTONFunction Code FCODECHAR20FCODE
FILENAME Filename0
VISIBLE_FLAG Visible or not0
FILECONTENTSODIS:File content CTS_FILECONTENTRSTR0CTS_FILECONTENT
NUMBER_OF_LINES Number of line in the view0
APPLICATIONTechnical type of a file object CTS_APPLIDCHAR8
APPLICATION_DESCRIPTIONDescription of possible attribute values (non-ABAP-objects) CTS_ATTRIB_TXTCHAR250CTS_APPL_TXT
OBJECT_LIST_VISIBLEGeneral Flag FLAGCHAR1FLAG
OBJECT_RELEASEABLE Object is releaseable0
OBJECT_ATTACHABLE Object is attachable0
SERVER_PATHName of a file object CTS_FILENAMECHAR250TEXT_250
SERVER_FILENAMEName of a file object CTS_FILENAMECHAR250TEXT_250
XI_VISIBLE XI-Repository Content Flag (Radio Buttons visible)0
XI_REP_FLAG Radio button XI-Repository0
XI_DIR_FLAG Radio button XI-Directory0
FOLDER_XI_REPFile Including Path TRFILECHAR255TRFILE
FOLDER_XI_DIRFile Including Path TRFILECHAR255TRFILE
FOLDER_OTHERSFile Including Path TRFILECHAR255TRFILE
SIDName of SAP System SYSYSIDCHAR8SYCHAR08
REQUEST_STATUSStatus of request/task TRSTATUSCHAR1TRSTATUS

Key field Non-key field



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

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

How to access SAP table CTS_WD_MAIN_SCREEN

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