WTYSC_WWB_SELSCREEN SAP (Selection screen structures) Structure details

Dictionary Type: Structure
Description: Selection screen structures




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




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

WTYSC_WWB_SELSCREEN 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 "Selection screen structures" 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_WTYSC_WWB_SELSCREEN TYPE WTYSC_WWB_SELSCREEN.

The WTYSC_WWB_SELSCREEN table consists of various fields, each holding specific information or linking keys about Selection screen structures data available in SAP. These include CLMNO (), CLMTY (), PARNR (), PARVW ().. 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: Can Be Enhanced (Deep)


SAP WTYSC_WWB_SELSCREEN 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
CLMNO 0
CLMTY 0
PARNR 0
PARVW 0
REFNO 0
ASTATE 0
CLOSED 0
CLMGRP 0
CLERK 0
AUTNA 0
AUTNO 0
CREADAT 0
CREABY 0
CHNGDAT 0
CHNGBY 0
V_REJCD 0
RELTY 0
RELOT 0
RELOB_EXT 0
FKDAT 0
REFDT 0
V_PARNR 0
V_PARVW 0
QMNUM1 0
QMART1 0
TPLNR1 0
STRNO1 0
EQUNR1 0
SERMAT1 0
SERIALNR1 0
DEVICEID1 0
AUFNR1 0
TERMAB1From date I_TERMABDATS8DATUM
TERMBI1To date I_TERMBIDATS8DATUM
DY_PARVW1 0
DY_PARNR1 0
BAUTL1 0
KUNUM1 0
ERDAT1 0
ERNAM1 0
DY_OFN1Outstanding (Notification or Order) DY_OFNCHAR1XFELD
DY_IAR1in process (notification or order) DY_IARCHAR1XFELD
DY_MAB1Completed (notifications or orders) DY_MABCHAR1XFELD
DY_HIS1Historical (notifications or orders) DY_HISCHAR1XFELD
SELSCHE1Selection ID SELIDCHAR7Assigned to domainSELID
AUFNR2 0
AUART2 0
EQUNR2 0
TPLNR2 0
STRNO2 0
SERMAT2 0
SERIALNR2 0
QMNUM2 0
GEWRK2 0
VAWRK2 0
TERMAB2From date I_TERMABDATS8DATUM
TERMBI2To date I_TERMBIDATS8DATUM
DY_PARVW2 0
DY_PARNR2 0
WAERS2 0
KUNUM2 0
ERDAT2 0
ERNAM2 0
CLMCON 0
UPDCON 0
INCON 0
DY_OFN2Outstanding (Notification or Order) DY_OFNCHAR1XFELD
DY_IAR2in process (notification or order) DY_IARCHAR1XFELD
DY_MAB2Completed (notifications or orders) DY_MABCHAR1XFELD
DY_HIS2Historical (notifications or orders) DY_HISCHAR1XFELD
SELSCHE2Selection ID SELIDCHAR7Assigned to domainSELID
VBELN5 0
KUNNR5 0
ERDAT5 0
ERNAM5 0
AUDAT5 0
VKORG5 0
VKBUR5 0
VKGRP5 0
VTWEG5 0
SPART5 0
AUART5 0
BANFN4 0
BSART4 0
BSTYP4 0
MAXRECORDSMaximum selections in selection screen WTYSC_MAX_SELECTIONNUMC4WTYSC_MAX_SELECTION
SELECTIONMODESelection mode: Inclusive/Exclusive WTYSC_WWB_SELECTION_MODECHAR1WTYSC_WWB_SELECTION
OBJ_SELECTIONObject that is the basis for selection WTYSC_WWB_OBJ_SELECTION_STARTCHAR1WTYSC_WWB_OBJ_SELECTION_START
VIEW_TYPEView type WTYSC_WWB_VIEW_TYPECHAR1WTYSC_VIEW_TYPE
PROFILEWarranty profile WTYSC_PROFILECHAR10WTYSC_PROFILE

Key field Non-key field



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

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

How to access SAP table WTYSC_WWB_SELSCREEN

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