SAP ABAP Class CL_MAPPING_BULK_PLSRV (Mapping Pipeline Service for Messages Bulks)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-XI-IBD-MAP (Application Component) Mapping
⤷
SAI_MAPPING (Package) Application Integration: Mapping

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_XMS_MAIN_CONST | XMS: Constants | 20060821 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_XMS_PLSRV | XMS Pipeline Service Interface | 20060821 |
Properties
Class | CL_MAPPING_BULK_PLSRV | |
Short Description | Mapping Pipeline Service for Messages Bulks | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SAI_MAPPING | Application Integration: Mapping |
Created | 20060821 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_MAPPING_BULK_PLSRV has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_XMS_MAIN_CONST | XMS: Constants | 20060821 | ||
2 | IF_XMS_PLSRV | XMS Pipeline Service Interface | 20060821 |
Friends
Class CL_MAPPING_BULK_PLSRV 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) | CL_MAPPING_BULK | Messages Bulk | 20060904 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_CACHECACHE_TAB | Buffered Mapping Cache | 20061121 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 'AI_RUNTIME_JCOSERVER' | Destination | 20060929 | |
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SXI_BOOLEAN | Boolean Value ('X' = true, SPACE = false) | 20061005 | ||
5 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_XMS_MESSAGE_AMF | Array multi message object | 20060821 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SXMS_MSG_TABLE | Table of Message References | 20060821 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Perform Mapping | 20060822 |
2 | ![]() |
Instance method | Private | Method | Perform XSLT Mapping on ABAP Stack | 20060822 |
3 | ![]() |
Instance method | Private | Method | Perform ABAP Mapping | 20060822 |
4 | ![]() |
Instance method | Private | Method | Perform ABAP Mapping Steps | 20060822 |
5 | ![]() |
Instance method | Private | Method | Execute Identity Mapping Steps | 20090212 |
6 | ![]() |
Instance method | Private | Method | Execute Bulk of Identity Mapping Steps | 20090212 |
7 | ![]() |
Instance method | Private | Method | Perform JAVA Mapping Steps | 20060822 |
8 | ![]() |
Instance method | Private | Method | Perform Bulk of HAVA Mapping Steps | 20060929 |
9 | ![]() |
Instance method | Private | Method | Execute Bulk of Mapping Steps | 20090212 |
10 | ![]() |
Instance method | Private | Method | Execute Partner Mapping Step | 20090212 |
11 | ![]() |
Instance method | Private | Method | Include Errors for a Message | 20061006 |
12 | ![]() |
Instance method | Private | Method | Read Payloads | 20090226 |
13 | ![]() |
Instance method | Private | Method | Read Dynamic Header | 20060821 |
14 | ![]() |
Instance method | Private | Method | Read Mapping | 20060821 |
15 | ![]() |
Instance method | Private | Method | Read Header Parameters | 20060904 |
16 | ![]() |
Instance method | Private | Method | Read Payloads | 20060821 |
17 | ![]() |
Instance method | Public | Method | Set Destination | 20060929 |
18 | ![]() |
Instance method | Private | Method | Write Dynamic Configuration into Message | 20060824 |
19 | ![]() |
Instance method | Private | Method | Write Payload into Message | 20060824 |
Events
Class CL_MAPPING_BULK_PLSRV has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_CACHECACHE | Private | See coding | 20061121 | begin of TY_CACHECACHE,
key type sxi_mapping,
tab type mpp_smppmap3,
end of TY_CACHECACHE
|
||
2 | TY_CACHECACHE_TAB | Private | See coding | 20061121 | TY_CACHECACHE_TAB type standard table of TY_CACHECACHE
|
Method Signatures
Method EXECUTE Signature
Method EXECUTE on class CL_MAPPING_BULK_PLSRV has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
XI: Systemfehler | 20060824 |
Method EXECUTE_ABAPXSLT_STEP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BULK_MESSAGE | Call by reference | Object reference (TYPE REF TO) | CL_MAPPING_BULK_MESSAGE | Nachricht | 20060904 | ||
2 | ![]() |
STEP | Call by reference | Type reference (TYPE) | MP3_MAPPINGSTEP | Bulk von Mappingschritten | 20060822 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
XI: Systemfehler | 20061121 |
Method EXECUTE_ABAP_STEP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BULK_MESSAGE | Call by reference | Object reference (TYPE REF TO) | CL_MAPPING_BULK_MESSAGE | Nachricht | 20060904 | ||
2 | ![]() |
STEP | Call by reference | Type reference (TYPE) | MP3_MAPPINGSTEP | Bulk von Mappingschritten | 20060822 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
XI: Systemfehler | 20060907 |
Method EXECUTE_ABAP_STEPS Signature
Method EXECUTE_ABAP_STEPS on class CL_MAPPING_BULK_PLSRV has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
XI: Systemfehler | 20060907 |
Method EXECUTE_IDENTITY_STEP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BULK_MESSAGE | Call by reference | Object reference (TYPE REF TO) | CL_MAPPING_BULK_MESSAGE | Nachricht | 20090212 | ||
2 | ![]() |
STEP | Call by reference | Type reference (TYPE) | MP3_MAPPINGSTEP | Mappingschritt | 20090212 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
XI: Systemfehler | 20090212 |
Method EXECUTE_IDENTITY_STEPS Signature
Method EXECUTE_IDENTITY_STEPS on class CL_MAPPING_BULK_PLSRV has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
XI: Systemfehler | 20090212 |
Method EXECUTE_JAVA_STEPS Signature
Method EXECUTE_JAVA_STEPS on class CL_MAPPING_BULK_PLSRV has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
XI: Systemfehler | 20060824 |
Method EXECUTE_JAVA_STEPS_BULK Signature
Method EXECUTE_JAVA_STEPS_BULK on class CL_MAPPING_BULK_PLSRV has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
XI: Systemfehler | 20061005 |
Method EXECUTE_OTHER_STEPS Signature
Method EXECUTE_OTHER_STEPS on class CL_MAPPING_BULK_PLSRV has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
XI: Systemfehler | 20090212 |
Method EXECUTE_PARTNER_STEP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BULK_MESSAGE | Call by reference | Object reference (TYPE REF TO) | CL_MAPPING_BULK_MESSAGE | Nachricht | 20090212 | ||
2 | ![]() |
EXTERNAL_STEPS | Call by reference | Type reference (TYPE) | MP3_MAPPINGSTEP_TAB | Mappingschritt | 20090212 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
XI: Systemfehler | 20090212 |
Method RAISE_LOCAL_ERROR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BULK_MESSAGE | Call by reference | Object reference (TYPE REF TO) | CL_MAPPING_BULK_MESSAGE | Nachricht | 20061006 | ||
2 | ![]() |
ERROR | Call by reference | Object reference (TYPE REF TO) | CX_XMS_SYSTEM_ERROR | XI: Systemfehler | 20061006 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
XI: Systemfehler | 20061006 |
Method READ_CUST_HDRS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BULK_MESSAGE | Call by reference | Object reference (TYPE REF TO) | CL_MAPPING_BULK_MESSAGE | Nachricht | 20090226 | ||
2 | ![]() |
MESSAGE | Call by reference | Type reference (TYPE) | SXMS_MSG | Message Reference | 20090226 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
XI: Systemfehler | 20090226 |
Method READ_DYNAMICS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BULK_MESSAGE | Call by reference | Object reference (TYPE REF TO) | CL_MAPPING_BULK_MESSAGE | Nachricht | 20060904 | ||
2 | ![]() |
MESSAGE | Call by reference | Type reference (TYPE) | SXMS_MSG | Message Reference | 20060821 |
Method READ_DYNAMICS on class CL_MAPPING_BULK_PLSRV has no exception.
Method READ_MAPPINGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BULK_MESSAGE | Call by reference | Object reference (TYPE REF TO) | CL_MAPPING_BULK_MESSAGE | Nachricht | 20060904 | ||
2 | ![]() |
MESSAGE | Call by reference | Type reference (TYPE) | SXMS_MSG | Message Reference | 20060821 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
XI: Systemfehler | 20061006 |
Method READ_PARAMS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BULK_MESSAGE | Call by reference | Object reference (TYPE REF TO) | CL_MAPPING_BULK_MESSAGE | Nachricht | 20060904 | ||
2 | ![]() |
MESSAGE | Call by reference | Type reference (TYPE) | SXMS_MSG | Message Reference | 20060904 |
Method READ_PARAMS on class CL_MAPPING_BULK_PLSRV has no exception.
Method READ_PAYLOADS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BULK_MESSAGE | Call by reference | Object reference (TYPE REF TO) | CL_MAPPING_BULK_MESSAGE | Nachricht | 20060904 | ||
2 | ![]() |
MESSAGE | Call by reference | Type reference (TYPE) | SXMS_MSG | Message Reference | 20060821 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
XI: Systemfehler | 20060822 |
Method SET_DESTINATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DEST | Call by reference | Type reference (TYPE) | STRING | Destination | 20060929 |
Method SET_DESTINATION on class CL_MAPPING_BULK_PLSRV has no exception.
Method WRITE_DYNAMICS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BULK_MESSAGE | Call by reference | Object reference (TYPE REF TO) | CL_MAPPING_BULK_MESSAGE | 20060907 |
Method WRITE_DYNAMICS on class CL_MAPPING_BULK_PLSRV has no exception.
Method WRITE_PAYLOADS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
BULK_MESSAGE | Call by reference | Object reference (TYPE REF TO) | CL_MAPPING_BULK_MESSAGE | Message Reference | 20060907 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
XI: Systemfehler | 20060824 |
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 710 |