SAP ABAP Class CL_SWF_BPE_SP_BULKING (Service Provider for Bulking)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-XI-IS-BPE (Application Component) Business Process Engine
⤷
SWF_XI_INBOUND (Package) XI: Inbound Processing for XI Messages to BPE

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SWF_TSI_CONFIGURABLE | TSI: Interface for Configurable Service Providers | 20061123 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SWF_TSI_PERSISTABLE | TSI: Interface for Service-Provider with Persistence | 20061123 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SWF_TSI_SERVICE_PROVIDER | TSI: Service Provider Interface | 20061123 |
Properties
Class | CL_SWF_BPE_SP_BULKING | |
Short Description | Service Provider for Bulking | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SWF_XI_INBOUND | XI: Inbound Processing for XI Messages to BPE |
Created | 20061123 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SWF_TSI_CONFIGURABLE | TSI: Interface for Configurable Service Providers | 20061123 | ||
2 | IF_SWF_TSI_PERSISTABLE | TSI: Interface for Service-Provider with Persistence | 20061123 | ||
3 | IF_SWF_TSI_SERVICE_PROVIDER | TSI: Service Provider Interface | 20061123 |
Friends
Class CL_SWF_BPE_SP_BULKING has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CL_SWF_XI_INBOUND_BULK=>TT_BULK_MSGS | Bulk Table | 20061123 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CL_SWF_XI_INBOUND_BULK=>TT_BULK_MSGS | Bulk Table - Copy | 20070305 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FLAG | Do Not Persist Bulk Table | 20070102 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SWFXIBULKMON | Bulk Data | 20070104 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SWFXIBULKMON | Bulk Data - Copy | 20070305 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SWFXIINBBULKID | Bulk ID | 20061123 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FLAG | ' ' | Bulk was Changed | 20070104 | |
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FLAG | ' ' | Table Changed | 20070104 | |
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SWF_T100MS | Used by Error Macros | 20061123 | ||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TIMESTAMPL | Used by Error Macros | 20061123 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Gets Bulk Table | 20061123 |
2 | ![]() |
Instance method | Public | Method | Intialize for a Specified Bulk ID | 20061123 |
3 | ![]() |
Instance method | Public | Method | Intialize for a Specified Bulk Table | 20070102 |
4 | ![]() |
Instance method | Public | Method | Write Performance Data to Bulk | 20070208 |
5 | ![]() |
Instance method | Public | Method | Copy Change to Bulk Table | 20061123 |
6 | ![]() |
Instance method | Public | Method | Restore Status After Last Initialization | 20070209 |
Events
Class CL_SWF_BPE_SP_BULKING has no event.
Types
Class CL_SWF_BPE_SP_BULKING has no local type.
Method Signatures
Method GET_MESSAGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_MESSAGES | Value transfer | Type reference (TYPE) | CL_SWF_XI_INBOUND_BULK=>TT_BULK_MSGS | Bulking-Tabelle | 20061123 |
Method GET_MESSAGES on class CL_SWF_BPE_SP_BULKING has no exception.
Method INIT_WITH_BULK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EX_BULK_INFO | Call by reference | Type reference (TYPE) | SWFXIBULKMON | Eintrag in Tabelle SWFXIBULKMON | 20070119 | ||
2 | ![]() |
IM_BULK_ID | Call by reference | Type reference (TYPE) | SWFXIINBBULKID | ID eines Message-Bulks | 20061123 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Permanenter Fehler in Eingangsverarbeitung für BPE | 20061123 |
Method INIT_WITH_BULK_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_BULK_TABLE | Call by reference | Type reference (TYPE) | CL_SWF_XI_INBOUND_BULK=>TT_BULK_MSGS | Tabelle mit Messages | 20070102 |
Method INIT_WITH_BULK_TABLE on class CL_SWF_BPE_SP_BULKING has no exception.
Method MODIFY_BULK_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_MAX_MEM_USED | Value transfer | Type reference (TYPE) | ABAP_MSIZE | Speicherbedarf | 20070208 | ||
2 | ![]() |
IM_PROC_TIME | Value transfer | Type reference (TYPE) | INT4 | Gesamtbearbeitungszeit in Millisekunden | 20070208 |
Method MODIFY_BULK_DATA on class CL_SWF_BPE_SP_BULKING has no exception.
Method MODIFY_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_MESSAGE | Value transfer | Type reference (TYPE) | SWFXIDISPATCH | Eintrag für eine Message | 20070213 |
Method MODIFY_MESSAGE on class CL_SWF_BPE_SP_BULKING has no exception.
Method REINIT Signature
Method REINIT on class CL_SWF_BPE_SP_BULKING has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Permanenter Fehler in Eingangsverarbeitung für BPE | 20070209 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 710 |