SAP ABAP Class IF_WD_OVS (IF_WD_OVS)
Properties
Class IF_WD_OVS  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20041122   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class IF_WD_OVS has no interface implemented.
Friends
Class IF_WD_OVS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 COMPONENT_USAGE_NAME Instance attribute Public Type reference (TYPE) STRING 20060412
2 CONTEXT_ATTRIBUTE Instance attribute Public Type reference (TYPE) STRING Context Attribute for Which Input Help Was Requested 20060412
3 CONTEXT_ELEMENT Instance attribute Public Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Context Element for Which Input Help Was Requested 20060412
4 CO_PHASE_0 Constant Public Type reference (TYPE) I 0 Set Configuration 20060412
5 CO_PHASE_1 Constant Public Type reference (TYPE) I 1 Preassign Entry Values 20060412
6 CO_PHASE_2 Constant Public Type reference (TYPE) I 2 Fill Value List 20060412
7 CO_PHASE_3 Constant Public Type reference (TYPE) I 3 Value Return 20060412
8 IS_READ_ONLY Instance attribute Public Type reference (TYPE) ABAP_BOOL Can the F4 field be edited? 20060531
9 PHASE_INDICATOR Instance attribute Public Type reference (TYPE) I 1: Set Input Values; 2: Value Selection; 3: Value Return 20060412
10 QUERY_PARAMETERS Instance attribute Public Object reference (TYPE REF TO) DATA Selection Parameters 20060412
11 SELECTION Instance attribute Public Object reference (TYPE REF TO) DATA Selected Values 20060412
Methods
# Method Level Visibility Method type Description Created on
1 SET_CONFIGURATION Instance method Public Method Set Column Headings, Label Texts, and so on 20041122
2 SET_INPUT_STRUCTURE Instance method Public Method Set Fields on Selection Screen 20041122
3 SET_MESSAGES Instance method Public Method Set Messages for OVS Component 20060412
4 SET_OUTPUT_TABLE Instance method Public Method Set Hit List 20041122
Events
Class IF_WD_OVS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_MESSAGE Public See coding 20060412 begin of ty_s_message, standard_message type ty_s_standard_message, t100_message type ty_s_t100_message, end of ty_s_message
2 TY_S_STANDARD_MESSAGE Public See coding 20060412 begin of TY_S_standard_MESSAGE, text type string, type type i, "siehe if_wd_message_manager=>CO_TYPE_.... params type WDR_NAME_VALUE_LIST, msg_object type ref to IF_MESSAGE, MSG_USER_DATA type ref to data, end of ty_s_standard_message
3 TY_S_T100_MESSAGE Public See coding 20060412 begin of ty_s_t100_message, MSGID type SYST-MSGID, MSGNO type SYST-MSGNO, MSGTY type SYST-MSGTY, P1 type SYST-MSGV1, P2 type SYST-MSGV2, P3 type SYST-MSGV3, P4 type SYST-MSGV4, MSG_USER_DATA type ref to data, end of ty_s_t100_message
4 TY_T_MESSAGES Public See coding 20060412 ty_t_messages type standard table of ty_s_message
Method Signatures

Method SET_CONFIGURATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN_TEXTS Call by reference Type reference (TYPE) WDR_NAME_VALUE_LIST Überschreibt ABAP-Dict.-Texte der Tabellenspalten-Überschr. 20041123
2 Importing COL_COUNT Call by reference Type reference (TYPE) I veraltet, wird nicht mehr ausgewertet 20050207
3 Importing GROUP_HEADER Call by reference Type reference (TYPE) STRING veraltet 20041122
4 Importing LABEL_TEXTS Call by reference Type reference (TYPE) WDR_NAME_VALUE_LIST Überschreibt die Texte aus dem ABAP Dictionary der Labels 20041122
5 Importing ROW_COUNT Call by reference Type reference (TYPE) I veraltet, wird nicht mehr ausgewertet 20050829
6 Importing TABLE_HEADER Call by reference Type reference (TYPE) STRING Überschrift der Ergebnistabelle 20041122
7 Importing TABLE_MULTI_SELECT Call by reference Type reference (TYPE) ABAP_BOOL Setzt Mehrfachselektion bei Ergebnistabelle 20050207
8 Importing WINDOW_TITLE Call by reference Type reference (TYPE) STRING Titel des Suchfensters 20041122

Method SET_CONFIGURATION on class IF_WD_OVS has no exception.

Method SET_INPUT_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DISPLAY_VALUES_IMMEDIATELY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Sofortige Werteanzeige 20090121
2 Importing GROUP_HEADER Call by reference Type reference (TYPE) STRING veraltet 20041124
3 Importing INPUT Call by reference Type reference (TYPE) DATA 20041122
4 Importing LABEL_TEXTS Call by reference Type reference (TYPE) WDR_NAME_VALUE_LIST Tabelle von Name-Wert-Paaren 20041124
5 Importing WINDOW_TITLE Call by reference Type reference (TYPE) STRING 20041124

Method SET_INPUT_STRUCTURE on class IF_WD_OVS has no exception.

Method SET_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGES Call by reference Type reference (TYPE) TY_T_MESSAGES 20060412

Method SET_MESSAGES on class IF_WD_OVS has no exception.

Method SET_OUTPUT_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN_TEXTS Call by reference Type reference (TYPE) WDR_NAME_VALUE_LIST Tabelle von Name-Wert-Paaren 20041124
2 Importing OUTPUT Call by reference Type reference (TYPE) ANY TABLE 20041122
3 Importing TABLE_HEADER Call by reference Type reference (TYPE) STRING 20041124

Method SET_OUTPUT_TABLE on class IF_WD_OVS has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in