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 | 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 | Constant | Public | Type reference (TYPE) | STRING | 'KAPPL' | 20060420 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'MANDT' | 20060420 | |||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'KSCHL' | 20060420 | |||
| 4 | Constant | Public | Type reference (TYPE) | WDUI_TABLE_CELL_DESIGN | '11' | Web Dynpro: TableCellDesign | 20060420 | ||
| 5 | Constant | Public | Type reference (TYPE) | WDUI_TABLE_CELL_DESIGN | '10' | Web Dynpro: TableCellDesign | 20060420 | ||
| 6 | Constant | Public | Type reference (TYPE) | WDUI_TABLE_CELL_DESIGN | '13' | WebDynpro: TableCellDesign | 20060420 | ||
| 7 | Constant | Public | Type reference (TYPE) | WDUI_TABLE_CELL_DESIGN | '14' | WebDynpro: TableCellDesign | 20060420 | ||
| 8 | Constant | Public | Type reference (TYPE) | WDUI_TABLE_CELL_DESIGN | '15' | WebDynpro: TableCellDesign | 20060420 | ||
| 9 | Constant | Public | Type reference (TYPE) | WDUI_VISIBILITY | '01' | Web Dynpro: Visibility | 20060420 | ||
| 10 | Constant | Public | Type reference (TYPE) | STRING | 'KNUMH' | 20060420 | |||
| 11 | Constant | Public | Type reference (TYPE) | STRING | 'KOTABNR' | 20060420 | |||
| 12 | Constant | Public | Type reference (TYPE) | STRING | 'KVEWE' | 20060420 | |||
| 13 | Constant | Public | Type reference (TYPE) | STRING | 'DATAB' | 20060420 | |||
| 14 | Constant | Public | Type reference (TYPE) | STRING | 'DATBI' | 20060420 | |||
| 15 | Constant | Public | Type reference (TYPE) | STRING | 'VADAT' | 20060420 | |||
| 16 | Constant | Public | Type reference (TYPE) | STRING | 'VAKEY' | 20060420 | |||
| 17 | Constant | Public | Type reference (TYPE) | WDUI_VISIBILITY | '02' | Web Dynpro: Visibility | 20060420 | ||
| 18 | Static Attribute | Public | Type reference (TYPE) | STY_POWL_QUERY | Data of POWL Type | 20060420 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add Reference Fields Dynamically to Context Node | 20060420 | |
| 2 | Instance method | Public | Method | Binds Usage Data (WD Interface COND_USAGE_SPECIFIC) | 20060420 | |
| 3 | Static method | Public | Method | Returns Name of Detail Component | 20060420 | |
| 4 | Static method | Public | Method | Reads the Data for Condition Query | 20060420 | |
| 5 | Static method | Public | Method | Reads All Condition Queries with Their Descriptions | 20060503 | |
| 6 | Instance method | Public | Method | 20060420 | ||
| 7 | Instance method | Public | Method | 20060420 | ||
| 8 | Instance method | Public | Method | 20060420 | ||
| 9 | Instance method | Public | Method | 20060420 | ||
| 10 | Instance method | Public | Method | Status in URL "sap-config-mode=X"? | 20060613 | |
| 11 | 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 | 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 | 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 | CONTEXT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20060420 | |||
| 2 | HEADER_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Schnittstelle für ein Knotenelement | 20060420 | |||
| 3 | ITEM_ELEMENTS | Call by reference | Type reference (TYPE) | WDR_CONTEXT_ELEMENT_SET | Web Dynpro: Menge von Elementen eines Context-Knotens | 20060420 | |||
| 4 | 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 | E_DETAIL_COMPONENT | Value transfer | Type reference (TYPE) | WDY_COMPONENT_NAME | Web Dynpro : Komponentenname | 20060420 | |||
| 2 | I_CHECK_COMPONENT | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Component prüfen? | 20060420 | |||
| 3 | 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 | E_QUERY | Call by reference | Type reference (TYPE) | STY_POWL_QUERY | Struktur mit Daten des POWL-Typs | 20060420 | |||
| 2 | I_POWL_TYPE | Call by reference | Type reference (TYPE) | POWL_TYPE_TY | POWL-Typ | 20060420 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Zum Typ sind keine Selektionsfelder vorhanden | 20060420 | ||
| 2 | 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 | 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 | 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 | APPLICATION | Call by reference | Type reference (TYPE) | COND_ENVIRONMENT-APPLICATION | Applikation | 20060420 | |||
| 2 | COND_USAGE | Call by reference | Type reference (TYPE) | COND_ENVIRONMENT-COND_USAGE | Verwendung der Konditionstabelle | 20060420 | |||
| 3 | NEW_APPLICATION | Call by reference | Type reference (TYPE) | COND_ENVIRONMENT-APPLICATION | Applikation | 20060420 | |||
| 4 | NEW_COND_USAGE | Call by reference | Type reference (TYPE) | COND_ENVIRONMENT-COND_USAGE | Verwendung der Konditionstabelle | 20060420 | |||
| 5 | OVS_CALLBACK_OBJECT | Call by reference | Object reference (TYPE REF TO) | IF_WD_OVS | 20060420 | ||||
| 6 | 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 |