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 ABAP 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 CO_GET_DEFAULT_TARGET Constant Private Type reference (TYPE) STRING 'getDefaultTarget' 20050110
2 CO_GET_DEFAULT_TFO Constant Private Type reference (TYPE) STRING 'getDefaultTFO' 20050110
3 CO_GET_TARGETS Constant Private Type reference (TYPE) STRING 'getTargets' 20050110
4 CO_GET_TFOS Constant Private Type reference (TYPE) STRING 'getTFOs' 20050110
5 CO_IS_TARGET_EXIST Constant Private Type reference (TYPE) STRING 'isTargetExist' 20050110
6 CO_IS_TARGET_EXIST_TFO Constant Private Type reference (TYPE) STRING 'isTargetExistTFO' 20050110
7 MT_GET_DEFAULT_TARGET Instance attribute Private Type reference (TYPE) TY_IN_S_OUT_S_TAB Cache for GET_DEFAULT_TARGET 20050110
8 MT_GET_DEFAULT_TFO Instance attribute Private Type reference (TYPE) TY_IN_S_OUT_S_TAB Cache for GET_DEFAULT_TFO 20050110
9 MT_GET_TARGETS Instance attribute Private Type reference (TYPE) TY_IN_S_OUT_T_TAB Cache for GET_TARGETS 20050110
10 MT_GET_TFOS Instance attribute Private Type reference (TYPE) TY_IN_S_OUT_T_TAB Cache for GET_TFOS 20050110
11 MT_IS_TARGET_EXIST Instance attribute Private Type reference (TYPE) TY_IN_S_OUT_V_TAB Cache for IS_TARGET_EXIST 20050110
12 MT_IS_TARGET_EXIST_TFO Instance attribute Private Type reference (TYPE) TY_IN_S_OUT_V_TAB Cache for IS_TARGET_EXIST_TFO 20050110
13 M_USE_CACHE Instance attribute Private Type reference (TYPE) ABAP_BOOL 20051207
14 SERVICE 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 CONSTRUCTOR Instance method Public Constructor 20050110
2 GET_CACHE_ENTRY Instance method Private Method 20050110
3 GET_LANGUAGE Instance method Private Method 20050110
4 OBN_GET_DEFAULT_TARGET Instance method Public Method Returns Default Target for Object 20050110
5 OBN_GET_DEFAULT_TFO Instance method Public Method Returns Default Target for Object and Operation 20050110
6 OBN_GET_TARGETS Instance method Public Method Returns Targets for System and Business Object 20050110
7 OBN_GET_TFOS Instance method Public Method Returns Targets for System, Business Object, Operation 20050110
8 OBN_IS_TARGET_EXIST Instance method Public Method Does Target for System Alias/Business Object Exist? 20050110
9 OBN_IS_TARGET_EXIST_TFO Instance method Public Method Does Target f. System Alias/Business Object/Operation Exist? 20050110
10 SET_CACHE_ENTRY 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 Importing LOGICAL_PORT_NAME Call by reference Type reference (TYPE) PRX_LOGICAL_PORT_NAME Name eines logischen Ports 20050110
2 Importing USE_CACHE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20051207
# Exception Resumable Description Created on
1 CX_AI_SYSTEM_FAULT 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 Exporting ES_OUTPUT Call by reference Type reference (TYPE) WDR_TARGET_STRUCT Proxy-Struktur (generiert) 20050110
2 Exporting ET_OUTPUT Call by reference Type reference (TYPE) WDR_TARGET_STRUCT_TAB Proxy-Tabellentyp (generiert) 20050110
3 Exporting EV_OUTPUT Call by reference Type reference (TYPE) STRING 20050110
4 Importing IS_INPUT Call by reference Type reference (TYPE) WDR_DATA_STRUCT Proxy-Struktur (generiert) 20050110
5 Importing 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 Importing LANGU Call by reference Type reference (TYPE) SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20050110
2 Returning 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 Importing LANGU Call by reference Type reference (TYPE) SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20050110
2 Importing OBJECT_NAME Call by reference Type reference (TYPE) STRING 20050110
3 Returning OUTPUT Value transfer Type reference (TYPE) WDR_TARGET_STRUCT Proxy-Struktur (generiert) 20050110
4 Importing SYSTEM_ALIAS Call by reference Type reference (TYPE) STRING 20050110
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Integration: Applikations Fehler 20050110
2 CX_AI_SYSTEM_FAULT 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 Importing LANGU Call by reference Type reference (TYPE) SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20050110
2 Importing OBJECT_NAME Call by reference Type reference (TYPE) STRING 20050110
3 Importing OPERATION Call by reference Type reference (TYPE) STRING 20050110
4 Returning OUTPUT Value transfer Type reference (TYPE) WDR_TARGET_STRUCT Proxy-Struktur (generiert) 20050110
5 Importing SYSTEM_ALIAS Call by reference Type reference (TYPE) STRING 20050110
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Integration: Applikations Fehler 20050110
2 CX_AI_SYSTEM_FAULT 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 Importing LANGU Call by reference Type reference (TYPE) SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20050110
2 Importing OBJECT_NAME Call by reference Type reference (TYPE) STRING 20050110
3 Returning OUTPUT Value transfer Type reference (TYPE) WDR_TARGET_STRUCT_TAB Proxy-Struktur (generiert) 20050110
4 Importing SYSTEM_ALIAS Call by reference Type reference (TYPE) STRING 20050110
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Integration: Applikations Fehler 20050113
2 CX_AI_SYSTEM_FAULT 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 Importing LANGU Call by reference Type reference (TYPE) SY-LANGU Sprachenschlüssel der aktuellen Textumgebung 20050110
2 Importing OBJECT_NAME Call by reference Type reference (TYPE) STRING 20050110
3 Importing OPERATION Call by reference Type reference (TYPE) STRING 20050110
4 Returning OUTPUT Value transfer Type reference (TYPE) WDR_TARGET_STRUCT_TAB Proxy-Tabellentyp (generiert) 20050110
5 Importing SYSTEM_ALIAS Call by reference Type reference (TYPE) STRING 20050110
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Integration: Applikations Fehler 20050110
2 CX_AI_SYSTEM_FAULT 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 Importing OBJECT_NAME Call by reference Type reference (TYPE) STRING 20050110
2 Returning OUTPUT Value transfer Type reference (TYPE) ABAP_BOOL 20050110
3 Importing SYSTEM_ALIAS Call by reference Type reference (TYPE) STRING 20050110
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Integration: Applikations Fehler 20050110
2 CX_AI_SYSTEM_FAULT 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 Importing OBJECT_NAME Call by reference Type reference (TYPE) STRING 20050110
2 Importing OPERATION Call by reference Type reference (TYPE) STRING 20050110
3 Returning OUTPUT Value transfer Type reference (TYPE) ABAP_BOOL 20050110
4 Importing SYSTEM_ALIAS Call by reference Type reference (TYPE) STRING 20050110
# Exception Resumable Description Created on
1 CX_AI_APPLICATION_FAULT Application Integration: Applikations Fehler 20050110
2 CX_AI_SYSTEM_FAULT 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 Importing IS_INPUT Call by reference Type reference (TYPE) WDR_DATA_STRUCT Proxy-Struktur (generiert) 20050110
2 Importing IS_OUTPUT Call by reference Type reference (TYPE) WDR_TARGET_STRUCT Proxy-Struktur (generiert) 20050110
3 Importing IT_OUTPUT Call by reference Type reference (TYPE) WDR_TARGET_STRUCT_TAB Proxy-Tabellentyp (generiert) 20050110
4 Importing IV_METHOD Call by reference Type reference (TYPE) STRING 20050110
5 Importing 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