SAP ABAP Class CL_WDR_PORTAL_OBNWEB_SERVICE (Portal OBN Web Service)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA-REN (Application Component) Web Dynpro ABAP Rendering
⤷
SWDP_RUNTIME_RENDERING (Package) Web Dynpro Runtime: Rendering

⤷

⤷

Properties
Class | CL_WDR_PORTAL_OBNWEB_SERVICE | |
Short Description | Portal OBN Web Service | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SWDP_RUNTIME_RENDERING | Web Dynpro Runtime: Rendering |
Created | 20050110 | SAP |
Last change | 20130531 | 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
Class CL_WDR_PORTAL_OBNWEB_SERVICE has no interface implemented.
Friends
Class CL_WDR_PORTAL_OBNWEB_SERVICE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'getDefaultTarget' | 20050110 | ||
2 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'getDefaultTFO' | 20050110 | ||
3 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'getTargets' | 20050110 | ||
4 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'getTFOs' | 20050110 | ||
5 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'isTargetExist' | 20050110 | ||
6 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'isTargetExistTFO' | 20050110 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_IN_S_OUT_S_TAB | Cache for GET_DEFAULT_TARGET | 20050110 | ||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_IN_S_OUT_S_TAB | Cache for GET_DEFAULT_TFO | 20050110 | ||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_IN_S_OUT_T_TAB | Cache for GET_TARGETS | 20050110 | ||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_IN_S_OUT_T_TAB | Cache for GET_TFOS | 20050110 | ||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_IN_S_OUT_V_TAB | Cache for IS_TARGET_EXIST | 20050110 | ||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_IN_S_OUT_V_TAB | Cache for IS_TARGET_EXIST_TFO | 20050110 | ||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20051207 | |||
14 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CO_WDR_OBNWEB_SERVICE | Proxy Class (Generated) | 20050110 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | 20050110 | |
2 | ![]() |
Instance method | Private | Method | 20050110 | |
3 | ![]() |
Instance method | Private | Method | 20050110 | |
4 | ![]() |
Instance method | Public | Method | Returns Default Target for Object | 20050110 |
5 | ![]() |
Instance method | Public | Method | Returns Default Target for Object and Operation | 20050110 |
6 | ![]() |
Instance method | Public | Method | Returns Targets for System and Business Object | 20050110 |
7 | ![]() |
Instance method | Public | Method | Returns Targets for System, Business Object, Operation | 20050110 |
8 | ![]() |
Instance method | Public | Method | Does Target for System Alias/Business Object Exist? | 20050110 |
9 | ![]() |
Instance method | Public | Method | Does Target f. System Alias/Business Object/Operation Exist? | 20050110 |
10 | ![]() |
Instance method | Private | Method | 20050110 |
Events
Class CL_WDR_PORTAL_OBNWEB_SERVICE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_IN_S_OUT_S | Private | See coding | 20050110 | begin of ty_in_s_out_s,
input type wdr_data_struct,
output type wdr_target_struct,
end of ty_in_s_out_s
|
||
2 | TY_IN_S_OUT_S_TAB | Private | See coding | 20050110 | ty_in_s_out_s_tab type standard table of ty_in_s_out_s with default key
|
||
3 | TY_IN_S_OUT_T | Private | See coding | 20050110 | begin of ty_in_s_out_t,
input type wdr_data_struct,
output type wdr_target_struct_tab,
end of ty_in_s_out_t
|
||
4 | TY_IN_S_OUT_T_TAB | Private | See coding | 20050110 | ty_in_s_out_t_tab type standard table of ty_in_s_out_t with default key
|
||
5 | TY_IN_S_OUT_V | Private | See coding | 20050110 | begin of ty_in_s_out_v,
input type wdr_data_struct,
output type string,
end of ty_in_s_out_v
|
||
6 | TY_IN_S_OUT_V_TAB | Private | See coding | 20050110 | ty_in_s_out_v_tab type standard table of ty_in_s_out_v with default key
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
LOGICAL_PORT_NAME | Call by reference | Type reference (TYPE) | PRX_LOGICAL_PORT_NAME | Name eines logischen Ports | 20050110 | ||
2 | ![]() |
USE_CACHE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20051207 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Application Integration: Technischer Fehler | 20050110 |
Method GET_CACHE_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_OUTPUT | Call by reference | Type reference (TYPE) | WDR_TARGET_STRUCT | Proxy-Struktur (generiert) | 20050110 | ||
2 | ![]() |
ET_OUTPUT | Call by reference | Type reference (TYPE) | WDR_TARGET_STRUCT_TAB | Proxy-Tabellentyp (generiert) | 20050110 | ||
3 | ![]() |
EV_OUTPUT | Call by reference | Type reference (TYPE) | STRING | 20050110 | |||
4 | ![]() |
IS_INPUT | Call by reference | Type reference (TYPE) | WDR_DATA_STRUCT | Proxy-Struktur (generiert) | 20050110 | ||
5 | ![]() |
IV_METHOD | Call by reference | Type reference (TYPE) | STRING | 20050110 |
Method GET_CACHE_ENTRY on class CL_WDR_PORTAL_OBNWEB_SERVICE has no exception.
Method GET_LANGUAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | Sprachenschlüssel der aktuellen Textumgebung | 20050110 | ||
2 | ![]() |
LANGUAGE | Value transfer | Type reference (TYPE) | STRING | Komponente der Versionsnummer | 20050110 |
Method GET_LANGUAGE on class CL_WDR_PORTAL_OBNWEB_SERVICE has no exception.
Method OBN_GET_DEFAULT_TARGET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | Sprachenschlüssel der aktuellen Textumgebung | 20050110 | ||
2 | ![]() |
OBJECT_NAME | Call by reference | Type reference (TYPE) | STRING | 20050110 | |||
3 | ![]() |
OUTPUT | Value transfer | Type reference (TYPE) | WDR_TARGET_STRUCT | Proxy-Struktur (generiert) | 20050110 | ||
4 | ![]() |
SYSTEM_ALIAS | Call by reference | Type reference (TYPE) | STRING | 20050110 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Application Integration: Applikations Fehler | 20050110 | |
2 | ![]() |
Application Integration: Technischer Fehler | 20050110 |
Method OBN_GET_DEFAULT_TFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | Sprachenschlüssel der aktuellen Textumgebung | 20050110 | ||
2 | ![]() |
OBJECT_NAME | Call by reference | Type reference (TYPE) | STRING | 20050110 | |||
3 | ![]() |
OPERATION | Call by reference | Type reference (TYPE) | STRING | 20050110 | |||
4 | ![]() |
OUTPUT | Value transfer | Type reference (TYPE) | WDR_TARGET_STRUCT | Proxy-Struktur (generiert) | 20050110 | ||
5 | ![]() |
SYSTEM_ALIAS | Call by reference | Type reference (TYPE) | STRING | 20050110 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Application Integration: Applikations Fehler | 20050110 | |
2 | ![]() |
Application Integration: Technischer Fehler | 20050110 |
Method OBN_GET_TARGETS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | Sprachenschlüssel der aktuellen Textumgebung | 20050110 | ||
2 | ![]() |
OBJECT_NAME | Call by reference | Type reference (TYPE) | STRING | 20050110 | |||
3 | ![]() |
OUTPUT | Value transfer | Type reference (TYPE) | WDR_TARGET_STRUCT_TAB | Proxy-Struktur (generiert) | 20050110 | ||
4 | ![]() |
SYSTEM_ALIAS | Call by reference | Type reference (TYPE) | STRING | 20050110 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Application Integration: Applikations Fehler | 20050113 | |
2 | ![]() |
Application Integration: Technischer Fehler | 20050113 |
Method OBN_GET_TFOS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | Sprachenschlüssel der aktuellen Textumgebung | 20050110 | ||
2 | ![]() |
OBJECT_NAME | Call by reference | Type reference (TYPE) | STRING | 20050110 | |||
3 | ![]() |
OPERATION | Call by reference | Type reference (TYPE) | STRING | 20050110 | |||
4 | ![]() |
OUTPUT | Value transfer | Type reference (TYPE) | WDR_TARGET_STRUCT_TAB | Proxy-Tabellentyp (generiert) | 20050110 | ||
5 | ![]() |
SYSTEM_ALIAS | Call by reference | Type reference (TYPE) | STRING | 20050110 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Application Integration: Applikations Fehler | 20050110 | |
2 | ![]() |
Application Integration: Technischer Fehler | 20050110 |
Method OBN_IS_TARGET_EXIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
OBJECT_NAME | Call by reference | Type reference (TYPE) | STRING | 20050110 | |||
2 | ![]() |
OUTPUT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20050110 | |||
3 | ![]() |
SYSTEM_ALIAS | Call by reference | Type reference (TYPE) | STRING | 20050110 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Application Integration: Applikations Fehler | 20050110 | |
2 | ![]() |
Application Integration: Technischer Fehler | 20050110 |
Method OBN_IS_TARGET_EXIST_TFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
OBJECT_NAME | Call by reference | Type reference (TYPE) | STRING | 20050110 | |||
2 | ![]() |
OPERATION | Call by reference | Type reference (TYPE) | STRING | 20050110 | |||
3 | ![]() |
OUTPUT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20050110 | |||
4 | ![]() |
SYSTEM_ALIAS | Call by reference | Type reference (TYPE) | STRING | 20050110 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Application Integration: Applikations Fehler | 20050110 | |
2 | ![]() |
Application Integration: Technischer Fehler | 20050110 |
Method SET_CACHE_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_INPUT | Call by reference | Type reference (TYPE) | WDR_DATA_STRUCT | Proxy-Struktur (generiert) | 20050110 | ||
2 | ![]() |
IS_OUTPUT | Call by reference | Type reference (TYPE) | WDR_TARGET_STRUCT | Proxy-Struktur (generiert) | 20050110 | ||
3 | ![]() |
IT_OUTPUT | Call by reference | Type reference (TYPE) | WDR_TARGET_STRUCT_TAB | Proxy-Tabellentyp (generiert) | 20050110 | ||
4 | ![]() |
IV_METHOD | Call by reference | Type reference (TYPE) | STRING | 20050110 | |||
5 | ![]() |
IV_OUTPUT | Call by reference | Type reference (TYPE) | STRING | 20050110 |
Method SET_CACHE_ENTRY on class CL_WDR_PORTAL_OBNWEB_SERVICE has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 700 |