SAP ABAP Class CL_BICS_CONS_WEBITEM_EXITPROXY (RFC proxy for IF_BICS_CONS_CUST_EXIT)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-ET (Application Component) End User Technology
⤷
RSBOLAP_BICS_ITEM_EXIT (Package) Package for ITEM Exits
⤷
⤷
Properties
| Class | CL_BICS_CONS_WEBITEM_EXITPROXY | |
| Short Description | RFC proxy for IF_BICS_CONS_CUST_EXIT | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSBOLAP_BICS_ITEM_EXIT | Package for ITEM Exits |
| Created | 20070530 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_BICS_CONS_WEBITEM_EXITPROXY has no forward declaration.
Interfaces
Class CL_BICS_CONS_WEBITEM_EXITPROXY has no interface implemented.
Friends
Class CL_BICS_CONS_WEBITEM_EXITPROXY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_BICS_CONS_WEBITEM_CUST_EXIT | Exit for Customer Exit Web Item | 20070530 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | TP_T_PROXY | Table: Mapping Exit<->Proxy | 20070530 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Constructor | 20070530 | ||
| 2 | Instance method | Public | Method | Proxy for EXECUTE method | 20070530 | |
| 3 | Instance method | Private | Event handling method | Free object | 20070530 | |
| 4 | Static method | Public | Method | Get for proxies | 20070530 |
Events
Class CL_BICS_CONS_WEBITEM_EXITPROXY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TP_S_PROXY | Private | See coding | Structure: Mapping proxy <-> exit | 20070530 | BEGIN OF tp_s_proxy,
exit TYPE REF TO if_bics_cons_exit,
proxy TYPE REF TO cl_bics_cons_webitem_exitproxy,
END OF tp_s_proxy
|
|
| 2 | TP_T_PROXY | Private | See coding | Table: Mapping proxy <-> exit | 20070530 | tp_t_proxy TYPE HASHED TABLE OF tp_s_proxy WITH UNIQUE KEY exit
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_EXIT | Call by reference | Object reference (TYPE REF TO) | IF_BICS_CONS_EXIT | Exit | 20070530 |
Method CONSTRUCTOR on class CL_BICS_CONS_WEBITEM_EXITPROXY has no exception.
Method EXECUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_XML | Call by reference | Type reference (TYPE) | XSTRING | XML document | 20070530 | |||
| 2 | I_XML | Call by reference | Type reference (TYPE) | XSTRING | XML document | 20070530 |
Method EXECUTE on class CL_BICS_CONS_WEBITEM_EXITPROXY has no exception.
Method FREED Signature
Method FREED on class CL_BICS_CONS_WEBITEM_EXITPROXY has no parameter.
Method FREED on class CL_BICS_CONS_WEBITEM_EXITPROXY has no exception.
Method GET_RFC_PROXY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_R_EXIT | Call by reference | Object reference (TYPE REF TO) | IF_BICS_CONS_EXIT | Exit | 20070530 | |||
| 2 | R_R_PROXY | Value transfer | Object reference (TYPE REF TO) | CL_BICS_CONS_WEBITEM_EXITPROXY | Rfc proxy for exit | 20070530 |
Method GET_RFC_PROXY on class CL_BICS_CONS_WEBITEM_EXITPROXY has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |