SAP ABAP Class CL_COND_WD_ASSIST (Assistance Class: Conditions in Web Dynpro)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   SD-MD-CM (Application Component) Conditions
     COND_WD (Package) Web Dynpro for Condition Technique
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 20060420
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_POWL_OVS Interface providing callback methods for using OVS with POWL 20060420
Properties
Class CL_COND_WD_ASSIST  
Short Description Assistance Class: Conditions in Web Dynpro    
Super Class CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class VK    
Program status     
Category 0   
Package COND_WD   Web Dynpro for Condition Technique 
Created 20060420   SAP 
Last change 20100310   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
# Interface Abstract Final Description Created on
1 IF_POWL_OVS Interface providing callback methods for using OVS with POWL 20060420
Friends
Class CL_COND_WD_ASSIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_APPLICATION_ATTRIBUTE Constant Public Type reference (TYPE) STRING 'KAPPL' 20060420
2 C_CLIENT_ATTRIBUTE Constant Public Type reference (TYPE) STRING 'MANDT' 20060420
3 C_CONDITION_TYPE_ATTRIBUTE Constant Public Type reference (TYPE) STRING 'KSCHL' 20060420
4 C_DESIGN_GOODVALUE_LIGHT Constant Public Type reference (TYPE) WDUI_TABLE_CELL_DESIGN '11' Web Dynpro: TableCellDesign 20060420
5 C_DESIGN_GOODVALUE_MEDIUM Constant Public Type reference (TYPE) WDUI_TABLE_CELL_DESIGN '10' Web Dynpro: TableCellDesign 20060420
6 C_DESIGN_GROUP_LEVEL_1 Constant Public Type reference (TYPE) WDUI_TABLE_CELL_DESIGN '13' WebDynpro: TableCellDesign 20060420
7 C_DESIGN_GROUP_LEVEL_2 Constant Public Type reference (TYPE) WDUI_TABLE_CELL_DESIGN '14' WebDynpro: TableCellDesign 20060420
8 C_DESIGN_GROUP_LEVEL_3 Constant Public Type reference (TYPE) WDUI_TABLE_CELL_DESIGN '15' WebDynpro: TableCellDesign 20060420
9 C_INVISIBLE Constant Public Type reference (TYPE) WDUI_VISIBILITY '01' Web Dynpro: Visibility 20060420
10 C_RECORD_NUMBER_ATTRIBUTE Constant Public Type reference (TYPE) STRING 'KNUMH' 20060420
11 C_TABLE_NUMBER_ATTRIBUTE Constant Public Type reference (TYPE) STRING 'KOTABNR' 20060420
12 C_USAGE_ATTRIBUTE Constant Public Type reference (TYPE) STRING 'KVEWE' 20060420
13 C_VALID_FROM_ATTRIBUTE Constant Public Type reference (TYPE) STRING 'DATAB' 20060420
14 C_VALID_TO_ATTRIBUTE Constant Public Type reference (TYPE) STRING 'DATBI' 20060420
15 C_VARIABLE_DATA Constant Public Type reference (TYPE) STRING 'VADAT' 20060420
16 C_VARIABLE_KEY Constant Public Type reference (TYPE) STRING 'VAKEY' 20060420
17 C_VISIBLE Constant Public Type reference (TYPE) WDUI_VISIBILITY '02' Web Dynpro: Visibility 20060420
18 POWL_QUERY Static Attribute Public Type reference (TYPE) STY_POWL_QUERY Data of POWL Type 20060420
Methods
# Method Level Visibility Method type Description Created on
1 ADD_REFFIELDS_TO_NODE Instance method Public Method Add Reference Fields Dynamically to Context Node 20060420
2 BIND_USAGE_DATA Instance method Public Method Binds Usage Data (WD Interface COND_USAGE_SPECIFIC) 20060420
3 GET_DETAIL_COMPONENT_NAME Static method Public Method Returns Name of Detail Component 20060420
4 GET_POWL_QUERY Static method Public Method Reads the Data for Condition Query 20060420
5 GET_POWL_QUERY_DESCR Static method Public Method Reads All Condition Queries with Their Descriptions 20060503
6 HANDLE_PHASE_0 Instance method Public Method 20060420
7 HANDLE_PHASE_1 Instance method Public Method 20060420
8 HANDLE_PHASE_2 Instance method Public Method 20060420
9 HANDLE_PHASE_3 Instance method Public Method 20060420
10 IN_CONFIG_MODE Instance method Public Method Status in URL "sap-config-mode=X"? 20060613
11 OVS_FOR_FIELDNAME Instance method Public Method Input Help for Field Catalog (OVS) 20060420
Events
Class CL_COND_WD_ASSIST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 STY_POWL_QUERY Public See coding Structure with Data of POWL Type 20060420 BEGIN OF sty_powl_query. INCLUDE TYPE cond_powl_head. TYPES: cond_selfields TYPE cond_selfield_t, END OF sty_powl_query
2 STY_POWL_QUERY_DESCR Public See coding Structure for POWL Type with Descriptive Text 20060503 BEGIN OF sty_powl_query_descr, type TYPE cond_powl_type, description TYPE powl_typedescr_ty, END OF sty_powl_query_descr
3 TTY_POWL_QUERY_DESCR Public See coding Table Type with Structure STY_POWL_QUERY_DESCR 20060503 tty_powl_query_descr TYPE STANDARD TABLE OF sty_powl_query_descr
Method Signatures

Method ADD_REFFIELDS_TO_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_INFO Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_INFO WebDynpro: Schnittstelle der Metadaten eines Knotens 20060420
# Exception Resumable Description Created on
1 NO_STATIC_TYPE der Kontextknoten bezieht sich nicht auf eine DDIC-Struktur 20060420

Method BIND_USAGE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_NODE Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Schnittstelle für Kontext Knoten 20060420
2 Importing HEADER_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20060420
3 Importing ITEM_ELEMENTS Call by reference Type reference (TYPE) WDR_CONTEXT_ELEMENT_SET Web Dynpro: Menge von Elementen eines Context-Knotens 20060420
4 Importing VAKE_DATA Call by reference Type reference (TYPE) VAKE Musterstruktur für den variablen Schluessel 20060420

Method BIND_USAGE_DATA on class CL_COND_WD_ASSIST has no exception.

Method GET_DETAIL_COMPONENT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_DETAIL_COMPONENT Value transfer Type reference (TYPE) WDY_COMPONENT_NAME Web Dynpro : Komponentenname 20060420
2 Importing I_CHECK_COMPONENT Call by reference Type reference (TYPE) WDY_BOOLEAN Component prüfen? 20060420
3 Importing I_COND_USAGE Call by reference Type reference (TYPE) COND_ENVIRONMENT-COND_USAGE Konditionen: Verwendung 20060420

Method GET_DETAIL_COMPONENT_NAME on class CL_COND_WD_ASSIST has no exception.

Method GET_POWL_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_QUERY Call by reference Type reference (TYPE) STY_POWL_QUERY Struktur mit Daten des POWL-Typs 20060420
2 Importing I_POWL_TYPE Call by reference Type reference (TYPE) POWL_TYPE_TY POWL-Typ 20060420
# Exception Resumable Description Created on
1 NO_SELFIELDS Zum Typ sind keine Selektionsfelder vorhanden 20060420
2 TYPE_NOT_FOUND Der Typ existiert nicht 20060420

Method GET_POWL_QUERY_DESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting QUERY_DESCRIPTIONS Call by reference Type reference (TYPE) TTY_POWL_QUERY_DESCR Tabellentyp mit Struktur STY_POWL_QUERY_DESCR 20060503

Method GET_POWL_QUERY_DESCR on class CL_COND_WD_ASSIST has no exception.

Method HANDLE_PHASE_0 Signature

Method HANDLE_PHASE_0 on class CL_COND_WD_ASSIST has no parameter.
Method HANDLE_PHASE_0 on class CL_COND_WD_ASSIST has no exception.

Method HANDLE_PHASE_1 Signature

Method HANDLE_PHASE_1 on class CL_COND_WD_ASSIST has no parameter.
Method HANDLE_PHASE_1 on class CL_COND_WD_ASSIST has no exception.

Method HANDLE_PHASE_2 Signature

Method HANDLE_PHASE_2 on class CL_COND_WD_ASSIST has no parameter.
Method HANDLE_PHASE_2 on class CL_COND_WD_ASSIST has no exception.

Method HANDLE_PHASE_3 Signature

Method HANDLE_PHASE_3 on class CL_COND_WD_ASSIST has no parameter.
Method HANDLE_PHASE_3 on class CL_COND_WD_ASSIST has no exception.

Method IN_CONFIG_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20060613

Method IN_CONFIG_MODE on class CL_COND_WD_ASSIST has no exception.

Method OVS_FOR_FIELDNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing APPLICATION Call by reference Type reference (TYPE) COND_ENVIRONMENT-APPLICATION Applikation 20060420
2 Importing COND_USAGE Call by reference Type reference (TYPE) COND_ENVIRONMENT-COND_USAGE Verwendung der Konditionstabelle 20060420
3 Exporting NEW_APPLICATION Call by reference Type reference (TYPE) COND_ENVIRONMENT-APPLICATION Applikation 20060420
4 Exporting NEW_COND_USAGE Call by reference Type reference (TYPE) COND_ENVIRONMENT-COND_USAGE Verwendung der Konditionstabelle 20060420
5 Importing OVS_CALLBACK_OBJECT Call by reference Object reference (TYPE REF TO) IF_WD_OVS 20060420
6 Importing SKIP_SEARCH Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20060420

Method OVS_FOR_FIELDNAME on class CL_COND_WD_ASSIST has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 700