SAP ABAP Class CL_WD_UTILITIES (General Web Dynpro Functionality)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA (Application Component) Web Dynpro ABAP
⤷
SWDP_UTILITY (Package) Web Dynpro Utilities
⤷
⤷
Properties
| Class | CL_WD_UTILITIES | |
| Short Description | General Web Dynpro Functionality | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_UTILITY | Web Dynpro Utilities |
| Created | 20030123 | SAP |
| Last change | 20141120 | |
| 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
Class CL_WD_UTILITIES has no interface implemented.
Friends
Class CL_WD_UTILITIES 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 | '/sap/bc/webdynpro' | Fallback for Web Dynpro Runtime URL | 20030123 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Calculates the width for a dropdown list box (heuristic) | 20050616 | |
| 2 | Static method | Public | Method | Creates a Web Dynpro URL Using the Application Name | 20030123 | |
| 3 | Static method | Public | Method | DO NOT USE: Does not support OTR where-used list | 20050110 | |
| 4 | Static method | Public | Method | Sets the width for a dropdownbyKey element | 20050616 |
Events
Class CL_WD_UTILITIES has no event.
Types
Class CL_WD_UTILITIES has no local type.
Method Signatures
Method CALC_WIDTH4DDLBBYKEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ALGORITHM | Call by reference | Type reference (TYPE) | I | 1 | 20050616 | |||
| 2 | PATH | Call by reference | Type reference (TYPE) | STRING | 20050616 | ||||
| 3 | ROOT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Schnittstelle für Context-Knoten | 20050616 | |||
| 4 | WIDTH | Value transfer | Type reference (TYPE) | STRING | 20050616 |
Method CALC_WIDTH4DDLBBYKEY on class CL_WD_UTILITIES has no exception.
Method CONSTRUCT_WD_URL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | APPLICATION_NAME | Value transfer | Type reference (TYPE) | STRING | Applikationsname | 20030123 | |||
| 2 | IN_CLIENT | Call by reference | Type reference (TYPE) | STRING | gewünschter Client (z.B. 'csf', 'XmlClient',...) | 20030123 | |||
| 3 | IN_FORWARD_ACCESSIBILITY_FLAG | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Weiterleiten des Accessibility Flags wenn nötig | 20070208 | ||
| 4 | IN_FORWARD_CLIENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | Weiterleiten des Clients | 20130220 | |||
| 5 | IN_FORWARD_LANGUAGE | Call by reference | Type reference (TYPE) | ABAP_BOOL | Weiterleiten der Anmeldesprache | 20130220 | |||
| 6 | IN_FORWARD_THEME | Call by reference | Type reference (TYPE) | ABAP_BOOL | Weiterleiten des sap-theme Parameters | 20131028 | |||
| 7 | IN_HOST | Value transfer | Type reference (TYPE) | STRING | gewünschter Host, wenn nicht eigener | 20030123 | |||
| 8 | IN_PARAMETERS | Call by reference | Type reference (TYPE) | TIHTTPNVP | zusätzliche Parameter | 20030123 | |||
| 9 | IN_PORT | Value transfer | Type reference (TYPE) | STRING | gewünschte Portnummer | 20030123 | |||
| 10 | IN_PROTOCOL | Value transfer | Type reference (TYPE) | STRING | gewünschtes Protokoll | 20030123 | |||
| 11 | IN_SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Framework (iHTTP) HTTP Server | 20090306 | |||
| 12 | NAMESPACE | Value transfer | Type reference (TYPE) | STRING | 'sap' | Namensraum | 20030901 | ||
| 13 | OUT_ABSOLUTE_URL | Call by reference | Type reference (TYPE) | STRING | absolute URL (inkl. Protokoll, Host, Port) | 20030123 | |||
| 14 | OUT_HOST | Call by reference | Type reference (TYPE) | STRING | Hostname | 20030123 | |||
| 15 | OUT_LOCAL_URL | Call by reference | Type reference (TYPE) | STRING | URL (relativ zum aktuellen Server) | 20030123 | |||
| 16 | OUT_PORT | Call by reference | Type reference (TYPE) | STRING | Portnummer | 20030123 | |||
| 17 | OUT_PROTOCOL | Call by reference | Type reference (TYPE) | STRING | Protokoll | 20030123 | |||
| 18 | VH_SWITCH | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20130208 |
Method CONSTRUCT_WD_URL on class CL_WD_UTILITIES has no exception.
Method GET_OTR_TEXT_BY_ALIAS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ALIAS | Call by reference | Type reference (TYPE) | STRING | Alias des OTR-Eintrags | 20050110 | |||
| 2 | ALIAS_TEXT | Value transfer | Type reference (TYPE) | STRING | Text, falls gefunden | 20050110 | |||
| 3 | LANGUAGE | Value transfer | Type reference (TYPE) | SY-LANGU | Sprache, falls abweichend von Systemeinstellung | 20050110 |
Method GET_OTR_TEXT_BY_ALIAS on class CL_WD_UTILITIES has no exception.
Method SET_WIDTH_4DDLBBYKEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ALGORITHM | Call by reference | Type reference (TYPE) | I | 1 | 20050616 | |||
| 2 | DDLB | Call by reference | Object reference (TYPE REF TO) | CL_WD_DROPDOWN_BY_KEY | Perforce change= / 20050422-074842 | 20050616 |
Method SET_WIDTH_4DDLBBYKEY on class CL_WD_UTILITIES has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 640 |