SAP ABAP Class CL_FBS_RPLCTN_MANAGER (CL_FBS_RPLCTN_MANAGER)
Hierarchy
☛
SAP_FIN (Software Component) SAP_FIN
⤷
FI-GL-GL (Application Component) Basic Functions
⤷
FBS_SE_GLMASTER_REPLCTN (Package) Services for Proxies
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ECH_ACTION | Interface - Action Class | 20080507 |
Properties
| Class | CL_FBS_RPLCTN_MANAGER | |
| Short Description | ||
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | FBS_SE_GLMASTER_REPLCTN | Services for Proxies |
| Created | 20080507 | 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) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ECH_ACTION | Interface - Action Class | 20080507 |
Friends
Class CL_FBS_RPLCTN_MANAGER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Protected | Type reference (TYPE) | STRUCNAME | 'FEH_CONTEXT' | Context Data for FEH Processing (Part of Work Structure) | 20080507 | ||
| 2 | Static Attribute | Protected | Type reference (TYPE) | CLASSNAME | Reference Type | 20090610 | |||
| 3 | Static Attribute | Protected | Object reference (TYPE REF TO) | CX_FBS_SE_RPLCTN | 20080507 | ||||
| 4 | Static Attribute | Protected | Object reference (TYPE REF TO) | CL_FEH_REGISTRATION | 20080507 | ||||
| 5 | Static Attribute | Protected | Type reference (TYPE) | TT_REPLICATION_TYPES | 20080507 | ||||
| 6 | Instance attribute | Protected | Type reference (TYPE) | FLAG | General Indicator | 20080617 | |||
| 7 | Instance attribute | Protected | Object reference (TYPE REF TO) | DATA | 20080507 | ||||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_FBS_RPLCTN_BULK_MNGR | IF_USMD_REPLICATION_BULK_MNGR | 20080630 | |||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_FBS_RPLCTN_PROCESS_RESULT | 20080630 |
Methods
Events
Class CL_FBS_RPLCTN_MANAGER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_ECH_DATA | Protected | See coding | 20080629 | BEGIN OF ts_ech_data,
r_d_pre_data TYPE REF TO data,
r_d_post_data TYPE REF TO data,
r_o_feh_handler TYPE REF TO cl_feh_registration,
END OF ts_ech_data
|
||
| 2 | TS_REPLICATION_TYPE | Protected | See coding | 20080507 | BEGIN OF ts_replication_type,
replication TYPE classname,
* conf_msg_proxy TYPE classname,
END OF ts_replication_type
|
||
| 3 | TT_REPLICATION_TYPES | Protected | See coding | 20080507 | tt_replication_types TYPE STANDARD TABLE OF
ts_replication_type WITH DEFAULT KEY
|
||
| 4 | T_BUSINESS_FUNC_SW | Public | Type reference (TYPE) | CL_SE_INBD_SW_CHECK=>T_BUSINESS_FUNC_SW | 20091214 | |
Method Signatures
Method BUILD_WORK_STRUC_FROM_INBOUND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_IN_DATA | Call by reference | Type reference (TYPE) | DATA | 20080507 | ||||
| 2 | RR_WORK_STRUCTURE | Value transfer | Object reference (TYPE REF TO) | DATA | 20080507 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080507 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_FBS_RPLCTN_MANAGER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_FBS_RPLCTN_MANAGER has no exception.
Method CREATE_BULK_HANDLER_BY_INBND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_FEH_REGISTRATION | Call by reference | Object reference (TYPE REF TO) | CL_FEH_REGISTRATION | 20080507 | ||||
| 2 | IR_IN_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20080507 | ||||
| 3 | RO_BULK_HANDLER | Value transfer | Object reference (TYPE REF TO) | IF_FBS_RPLCTN_BULK_MNGR | 20080507 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080507 |
Method CREATE_FOR_ECH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ECH_DATA | Call by reference | Type reference (TYPE) | TS_ECH_DATA | 20080629 | ||||
| 2 | RO_REPLICATION | Value transfer | Object reference (TYPE REF TO) | CL_FBS_RPLCTN | 20080507 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080507 |
Method CREATE_RPLCTN_BY_INBND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_FEH_REGISTRATION | Call by reference | Object reference (TYPE REF TO) | CL_FEH_REGISTRATION | Registrierung und Wiederanstarten des FEH | 20080629 | |||
| 2 | IR_IN_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20080507 | ||||
| 3 | RO_REPLICATION_HANDLER | Value transfer | Object reference (TYPE REF TO) | CL_FBS_RPLCTN | 20080507 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080507 |
Method CREATE_RPLCTN_BY_WRKSTR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_FEH_REGISTRATION | Call by reference | Object reference (TYPE REF TO) | CL_FEH_REGISTRATION | Registrierung und Wiederanstarten des FEH | 20080629 | |||
| 2 | IR_WORK_STRUCTURE | Call by reference | Type reference (TYPE) | DATA | 20080507 | ||||
| 3 | RO_REPLICATION_HANDLER | Value transfer | Object reference (TYPE REF TO) | CL_FBS_RPLCTN | 20080507 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080507 |
Method EXECUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_INBND_MSG | Call by reference | Object reference (TYPE REF TO) | DATA | 20080513 | ||||
| 2 | R_PROCESSING_RESULT | Value transfer | Object reference (TYPE REF TO) | CL_FBS_RPLCTN_PROCESS_RESULT | 20080513 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Standard Message Fault | 20091125 |
Method EXTRACT_ECH_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_DATA | Call by reference | Object reference (TYPE REF TO) | FEH_STRING | String | 20080629 | |||
| 2 | I_ERROR_OBJECT_ID | Call by reference | Type reference (TYPE) | ECH_DTE_ERROR_OBJECT_ID | 20080629 | ||||
| 3 | RS_ECH_DATA | Value transfer | Type reference (TYPE) | TS_ECH_DATA | 20080629 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080629 |
Method FAIL_BULK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_BULK_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_FBS_RPLCTN_BULK_MNGR | 20080630 | ||||
| 2 | IS_ECH_DATA | Call by reference | Type reference (TYPE) | TS_ECH_DATA | 20080630 | ||||
| 3 | I_ERROR_CATEGORY | Call by reference | Type reference (TYPE) | ECH_DTE_ERROR_CATEGORY | Fehlerkategorie | 20080630 | |||
| 4 | I_MAIN_ERROR | Call by reference | Type reference (TYPE) | BAPIRET2 | Returnparameter | 20080630 | |||
| 5 | I_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRET2_T | Returntabelle | 20080630 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Application Integration: Technischer Fehler | 20080630 | ||
| 2 | 20080630 |
Method FAIL_SINGLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ECH_DATA | Call by reference | Type reference (TYPE) | TS_ECH_DATA | 20080630 | ||||
| 2 | I_ERROR_CATEGORY | Call by reference | Type reference (TYPE) | ECH_DTE_ERROR_CATEGORY | Fehlerkategorie | 20080630 | |||
| 3 | I_MAIN_ERROR | Call by reference | Type reference (TYPE) | BAPIRET2 | Returnparameter | 20080630 | |||
| 4 | I_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRET2_T | Returntabelle | 20080630 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Application Integration: Technischer Fehler | 20080630 | ||
| 2 | 20080630 |
Method FIND_REPLICATION_BY_INBOUND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_IN_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20080507 | ||||
| 2 | RR_S_REPLICATION_TYPE | Value transfer | Type reference (TYPE) | TS_REPLICATION_TYPE | 20080507 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080507 |
Method FIND_REPLICATION_BY_WORKSTRUC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_IN_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20080507 | ||||
| 2 | RR_S_REPLICATION_TYPE | Value transfer | Type reference (TYPE) | TS_REPLICATION_TYPE | 20080507 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080507 |
Method FINISH_BULK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_BULK_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_FBS_RPLCTN_BULK_MNGR | 20080630 | ||||
| 2 | IS_ECH_DATA | Call by reference | Type reference (TYPE) | TS_ECH_DATA | 20080630 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Application Integration: Technischer Fehler | 20080630 | ||
| 2 | 20080630 |
Method FINISH_SINGLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ECH_DATA | Call by reference | Type reference (TYPE) | TS_ECH_DATA | 20080630 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Application Integration: Technischer Fehler | 20080630 | ||
| 2 | 20080630 |
Method INBOUND_PROCESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_INBND_MSG | Call by reference | Object reference (TYPE REF TO) | DATA | 20080526 | ||||
| 2 | R_PROCESSING_RESULT | Value transfer | Object reference (TYPE REF TO) | CL_FBS_RPLCTN_PROCESS_RESULT | 20080526 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Proxy Class (generated) | 20080526 | ||
| 2 | Application Integration: Technischer Fehler | 20080526 | ||
| 3 | 20080526 |
Method INBOUND_PROCESS_BULK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_BULK_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_FBS_RPLCTN_BULK_MNGR | 20080630 | ||||
| 2 | IR_INBND_MSG | Call by reference | Object reference (TYPE REF TO) | DATA | 20080507 | ||||
| 3 | RO_RESULT | Value transfer | Object reference (TYPE REF TO) | CL_FBS_RPLCTN_PROCESS_RESULT | 20080630 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Application Integration: Technischer Fehler | 20081114 | ||
| 2 | 20080507 |
Method INBOUND_PROCESS_SINGLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_FEH_REGISTRATION | Call by reference | Object reference (TYPE REF TO) | CL_FEH_REGISTRATION | Registrierung und Wiederanstarten des FEH | 20080630 | |||
| 2 | IR_INBND_MSG | Call by reference | Object reference (TYPE REF TO) | DATA | 20080507 | ||||
| 3 | RO_RESULT | Value transfer | Object reference (TYPE REF TO) | CL_FBS_RPLCTN_PROCESS_RESULT | 20080630 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Application Integration: Technischer Fehler | 20080512 | ||
| 2 | 20080507 |
Method RETRY_BULK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_BULK_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_FBS_RPLCTN_BULK_MNGR | 20080630 | ||||
| 2 | IS_ECH_DATA | Call by reference | Type reference (TYPE) | TS_ECH_DATA | 20080630 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Application Integration: Technischer Fehler | 20080630 | ||
| 2 | 20080630 |
Method RETRY_SINGLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ECH_DATA | Call by reference | Type reference (TYPE) | TS_ECH_DATA | 20080630 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Application Integration: Technischer Fehler | 20080630 | ||
| 2 | 20080630 |
Method SET_EXTENDED_XML_ACTIVE Signature
Method SET_EXTENDED_XML_ACTIVE on class CL_FBS_RPLCTN_MANAGER has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Application Integration: Technical Error | 20080507 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 604 |