SAP ABAP Class CL_SOAP_PERSISTENCY_RUNTIME (WS Persistency Runtime)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ESI-WS-ABA-RT (Application Component) WebServices ABAP Runtime
⤷
SOAP_PERSISTENCY (Package) Administration Tools - Translation into DE, EN, FR, JA

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SOAP_PERSISTENCY_RUNTIME | Persistency runtime | 20120625 |
Properties
Class | CL_SOAP_PERSISTENCY_RUNTIME | |
Short Description | WS Persistency Runtime | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SOAP_PERSISTENCY | Administration Tools - Translation into DE, EN, FR, JA |
Created | 20120625 | 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) |
3 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_SOAP_PERSISTENCY_RUNTIME | Persistency runtime | 20120625 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_SOAP_PERSIST | 20120625 | Persistence for SOAP Runtime |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'CL_SOAP_PERSISTENCY_RUNTIME' | 20120625 | ||
2 | ![]() |
Constant | Private | Type reference (TYPE) | SRT_MONI_ERRORAREA | TSRTM_ERRAREA_PERSIST | 20120716 | ||
3 | ![]() |
Constant | Private | Type reference (TYPE) | I | 2 | 20120716 | ||
4 | ![]() |
Constant | Private | Type reference (TYPE) | I | 1 | 20120716 | ||
5 | ![]() |
Constant | Private | Type reference (TYPE) | I | 3 | 20120716 | ||
6 | ![]() |
Constant | Private | Type reference (TYPE) | SRT_MONI_PROC_ID | TSRTM_PROC_ID_PERSIST_LAYER | 20120625 | ||
7 | ![]() |
Static Attribute | Private | Type reference (TYPE) | T_T_RUNTIME | 20121012 | |||
8 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_SRT_MESSAGE_LOCK_SERVICE | 20121024 | |||
9 | ![]() |
Static Attribute | Private | Type reference (TYPE) | SXMS_PERSIST_CLASSES-COLLECTOR | 20120725 | |||
10 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_SOAP_CONTEXT | 20120625 | |||
11 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | IF_EPP_GLOBAL_SECTION | 20120625 | |||
12 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_SOAP_PERSIST | 20120625 | |||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SRT_PERSISTENCY_ACCESS_ID | 20120625 | |||
14 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SRT_VERSION_OPTION | 20120625 | |||
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SRT_COMMUNICATION_TYPE | 20120625 | |||
16 | ![]() |
Instance attribute | Private | Type reference (TYPE) | XSDBOOLEAN | 20120625 | |||
17 | ![]() |
Instance attribute | Private | Type reference (TYPE) | XSDBOOLEAN | 20120625 | |||
18 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SRT_PERSISTENCY_TYPE | 20120625 | |||
19 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SRT_PERSISTENCY_PERSIST_ID | 20120625 |
Methods
Events
Class CL_SOAP_PERSISTENCY_RUNTIME has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | T_S_RUNTIME | Private | See coding | 20121012 | BEGIN OF t_s_runtime,
persist_id TYPE srt_persistency_persist_id,
runtime TYPE REF TO if_soap_persistency_runtime ,
END OF t_s_runtime
|
||
2 | T_T_RUNTIME | Private | See coding | 20121012 | t_t_runtime TYPE STANDARD TABLE OF t_s_runtime
|
Method Signatures
Method ADD_VERSION_DATA_XI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ERROR_INDICATOR | Call by reference | Type reference (TYPE) | SRT_ERROR_INDICATOR | 20120625 | |||
2 | ![]() |
ITEM | Call by reference | Type reference (TYPE) | SRT_PERSISTENCY_ITEM | 20120625 |
Method ADD_VERSION_DATA_XI on class CL_SOAP_PERSISTENCY_RUNTIME has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ADAPTER_TYPE | Call by reference | Type reference (TYPE) | SRT_ADAPTER_TYPE | 20120625 | |||
2 | ![]() |
COMMUNICATION_TYPE | Call by reference | Type reference (TYPE) | SRT_COMMUNICATION_TYPE | 20120625 | |||
3 | ![]() |
LOCATION | Call by reference | Type reference (TYPE) | SRT_PERSISTENCY_LOCATION | 20120702 | |||
4 | ![]() |
MESSAGE_ID | Call by reference | Type reference (TYPE) | SRT_MSGID | 20120625 | |||
5 | ![]() |
NEW_MESSAGE | Call by reference | Type reference (TYPE) | XSDBOOLEAN | 20120625 | |||
6 | ![]() |
OVERWRITE | Call by reference | Type reference (TYPE) | CHAR1 | 'X' | 20120625 | ||
7 | ![]() |
PERSIST_ID | Call by reference | Type reference (TYPE) | SRT_PERSISTENCY_PERSIST_ID | 20120625 | |||
8 | ![]() |
SOAP_CONTEXT | Call by reference | Object reference (TYPE REF TO) | CL_SOAP_CONTEXT | 20120625 | |||
9 | ![]() |
VERSION_OPTION | Call by reference | Type reference (TYPE) | SRT_VERSION_OPTION | 20120625 |
Method CONSTRUCTOR on class CL_SOAP_PERSISTENCY_RUNTIME has no exception.
Method CONSTRUCTOR_XI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ADAPTER_TYPE | Call by reference | Type reference (TYPE) | SRT_ADAPTER_TYPE | 20120625 | |||
2 | ![]() |
COLLECTOR | Call by reference | Type reference (TYPE) | SXMS_PERSIST_CLASSES-COLLECTOR | 20120625 | |||
3 | ![]() |
COMMUNICATION_TYPE | Call by reference | Type reference (TYPE) | SRT_COMMUNICATION_TYPE | 20120625 | |||
4 | ![]() |
MESSAGE_ID | Call by reference | Type reference (TYPE) | SRT_MSGID | 20120625 | |||
5 | ![]() |
NEW_MESSAGE | Call by reference | Type reference (TYPE) | XSDBOOLEAN | 20120625 | |||
6 | ![]() |
OVERWRITE | Call by reference | Type reference (TYPE) | CHAR1 | 'X' | 20120625 | ||
7 | ![]() |
PERSIST_ID | Call by reference | Type reference (TYPE) | SRT_PERSISTENCY_PERSIST_ID | 20120625 | |||
8 | ![]() |
SOAP_CONTEXT | Call by reference | Object reference (TYPE REF TO) | CL_SOAP_CONTEXT | 20120625 | |||
9 | ![]() |
VERSION_OPTION | Call by reference | Type reference (TYPE) | SRT_VERSION_OPTION | 20120625 |
Method CONSTRUCTOR_XI on class CL_SOAP_PERSISTENCY_RUNTIME has no exception.
Method CREATE_WS_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ADAPTER_TYPE | Call by reference | Type reference (TYPE) | SRT_ADAPTER_TYPE | 20120727 | |||
2 | ![]() |
COMMUNICATION_TYPE | Call by reference | Type reference (TYPE) | SRT_COMMUNICATION_TYPE | 20120625 | |||
3 | ![]() |
MESSAGE_ID | Call by reference | Type reference (TYPE) | SRT_MSGID | 20120625 | |||
4 | ![]() |
PERSIST_ID | Call by reference | Type reference (TYPE) | SRT_PERSISTENCY_PERSIST_ID | 20120625 |
Method CREATE_WS_MESSAGE on class CL_SOAP_PERSISTENCY_RUNTIME has no exception.
Method ENABLE_XI_PERSISTENCY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ENABLED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120725 |
Method ENABLE_XI_PERSISTENCY on class CL_SOAP_PERSISTENCY_RUNTIME has no exception.
Method ERROR_VERSION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITEM_LIST | Value transfer | Type reference (TYPE) | SRT_PERSISTENCY_ITEM_T | 20120625 |
Method ERROR_VERSION on class CL_SOAP_PERSISTENCY_RUNTIME has no exception.
Method GET_ATTRIBUTES_XI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ADAPTER_TYPE | Call by reference | Type reference (TYPE) | SRT_ADAPTER_TYPE | 20120625 | |||
2 | ![]() |
COMMUNICATION_TYPE | Call by reference | Type reference (TYPE) | SRT_COMMUNICATION_TYPE | 20120625 | |||
3 | ![]() |
ERROR_INDICATOR | Call by reference | Type reference (TYPE) | SRT_ERROR_INDICATOR | 20120625 | |||
4 | ![]() |
IB_APPLICATION_INFO | Call by reference | Type reference (TYPE) | SRT_APPLICATION_INFO | 20120625 | |||
5 | ![]() |
MESSAGE_STATE | Call by reference | Type reference (TYPE) | SRT_MESSAGE_STATE | 20120625 | |||
6 | ![]() |
OB_APPLICATION_INFO | Call by reference | Type reference (TYPE) | SRT_APPLICATION_INFO | 20120625 | |||
7 | ![]() |
PARENT_ID | Call by reference | Type reference (TYPE) | SRT_MSGID | 20120625 | |||
8 | ![]() |
PIPELINE_ID | Call by reference | Type reference (TYPE) | SRT_PERSISTENCY_PIPELINE | 20120723 | |||
9 | ![]() |
PROD_VERSION | Call by reference | Type reference (TYPE) | SRT_MESSAGE_VERSION | 20120625 | |||
10 | ![]() |
REFERENCE_ID | Call by reference | Type reference (TYPE) | SRT_REFERENCE_ID | 20120625 | |||
11 | ![]() |
RETENT_CATEGORY | Call by reference | Type reference (TYPE) | SRT_RETENTION_CATEGORY | 20120625 | |||
12 | ![]() |
RETRY_COUNTER | Call by reference | Type reference (TYPE) | SRT_PERSISTENCY_RETRY_COUNTER | 20120625 | |||
13 | ![]() |
SEQUENCE_ID | Call by reference | Type reference (TYPE) | SRT_SEQID | 20120625 |
Method GET_ATTRIBUTES_XI on class CL_SOAP_PERSISTENCY_RUNTIME has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_LOCATION | Call by reference | Type reference (TYPE) | SRT_LOCATION | 20121012 | |||
2 | ![]() |
IV_MESSAGE_ID | Call by reference | Type reference (TYPE) | SRT_MSGID | 20121012 | |||
3 | ![]() |
IV_PERSIST_ID | Call by reference | Type reference (TYPE) | SRT_PERSISTENCY_PERSIST_ID | 20121012 | |||
4 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_SOAP_PERSISTENCY_RUNTIME | 20121012 |
Method GET_INSTANCE on class CL_SOAP_PERSISTENCY_RUNTIME has no exception.
Method GET_ITEMS_XI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITEM_LIST | Call by reference | Type reference (TYPE) | SRT_PERSISTENCY_ITEM_T | 20120625 | |||
2 | ![]() |
TYPE | Call by reference | Type reference (TYPE) | CHAR1 | 'H' | 20120625 |
Method GET_ITEMS_XI on class CL_SOAP_PERSISTENCY_RUNTIME has no exception.
Method GET_XI_PERSIST_FOR_MSG_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_MSG_ID | Call by reference | Type reference (TYPE) | SRT_MSGID | 20120712 | |||
2 | ![]() |
RV_XI_PERIST_ID | Value transfer | Type reference (TYPE) | SYSUUID_C | 20120712 |
Method GET_XI_PERSIST_FOR_MSG_ID on class CL_SOAP_PERSISTENCY_RUNTIME has no exception.
Method INIT_PERSISTENCY_TYPE Signature
Method INIT_PERSISTENCY_TYPE on class CL_SOAP_PERSISTENCY_RUNTIME has no parameter.
Method INIT_PERSISTENCY_TYPE on class CL_SOAP_PERSISTENCY_RUNTIME has no exception.
Method PREPARE_SECTOR2 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_PERSISTENCY_CONTEXT_CLIENT | Call by reference | Type reference (TYPE) | IF_SOAP_PERSISTENCY_RUNTIME=>TY_PERSISTENCY_CONTEXT_CLIENT | 20120625 |
Method PREPARE_SECTOR2 on class CL_SOAP_PERSISTENCY_RUNTIME has no exception.
Method PREPARE_SECTOR4 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_PERSISTENCY_CONTEXT_SERVER | Call by reference | Type reference (TYPE) | IF_SOAP_PERSISTENCY_RUNTIME=>TY_PERSISTENCY_CONTEXT_SERVER | 20120625 |
Method PREPARE_SECTOR4 on class CL_SOAP_PERSISTENCY_RUNTIME has no exception.
Method SELECT_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
COLLECTOR | Call by reference | Type reference (TYPE) | SXMS_PERSIST_ROOT_COLLECT | 20120625 | |||
2 | ![]() |
MESSAGE_ID | Call by reference | Type reference (TYPE) | SRT_MSGID | 20120625 | |||
3 | ![]() |
OVERWRITE | Call by reference | Type reference (TYPE) | CHAR1 | 'X' | 20120625 | ||
4 | ![]() |
PERSIST_ID | Call by reference | Type reference (TYPE) | SRT_PERSISTENCY_PERSIST_ID | 20120625 | |||
5 | ![]() |
SOAP_CONTEXT | Call by reference | Object reference (TYPE REF TO) | CL_SOAP_CONTEXT | 20120625 | |||
6 | ![]() |
VERSION_OPTION | Call by reference | Type reference (TYPE) | SRT_VERSION_OPTION | 20120625 |
Method SELECT_MESSAGE on class CL_SOAP_PERSISTENCY_RUNTIME has no exception.
Method SERIALIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITEM_LIST | Value transfer | Type reference (TYPE) | SRT_PERSISTENCY_ITEM_T | 20120625 | |||
2 | ![]() |
SAVE_AS_NEW_VERSION | Call by reference | Type reference (TYPE) | XSDBOOLEAN | ABAP_FALSE | 20120625 |
Method SERIALIZE on class CL_SOAP_PERSISTENCY_RUNTIME has no exception.
Method SERIALIZE_REQUEST_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITEM_LIST | Value transfer | Type reference (TYPE) | SRT_PERSISTENCY_ITEM_T | 20120625 | |||
2 | ![]() |
PERSIST_ITEM | Call by reference | Type reference (TYPE) | IF_SOAP_PERSISTENCY_RUNTIME=>TY_PERSIST_ITEM | 20120625 |
Method SERIALIZE_REQUEST_MESSAGE on class CL_SOAP_PERSISTENCY_RUNTIME has no exception.
Method SET_ATTRIBUTES_XI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ADAPTER_TYPE | Call by reference | Type reference (TYPE) | SRT_ADAPTER_TYPE | 20120625 | |||
2 | ![]() |
IB_COMPONENT | Call by reference | Type reference (TYPE) | SRT_PERSISTENCY_COMPONENT | 20120625 | |||
3 | ![]() |
IB_IF_NAME | Call by reference | Type reference (TYPE) | SRT_INTERFACE_NAME | 20120625 | |||
4 | ![]() |
IB_IF_NAMESPACE | Call by reference | Type reference (TYPE) | SRT_INTERFACE_NAMESPACE | 20120625 | |||
5 | ![]() |
IB_IF_OPERATION | Call by reference | Type reference (TYPE) | SRT_INTERFACE_OPERATION | 20120625 | |||
6 | ![]() |
IB_PARTY | Call by reference | Type reference (TYPE) | SRT_PERSISTENCY_PARTY | 20120625 | |||
7 | ![]() |
MESSAGE_ID | Call by reference | Type reference (TYPE) | SRT_MSGID | 20120625 | |||
8 | ![]() |
MESSAGE_STATE | Call by reference | Type reference (TYPE) | SRT_MESSAGE_STATE | 20120625 | |||
9 | ![]() |
OB_COMPONENT | Call by reference | Type reference (TYPE) | SRT_PERSISTENCY_COMPONENT | 20120625 | |||
10 | ![]() |
OB_IF_NAME | Call by reference | Type reference (TYPE) | SRT_INTERFACE_NAME | 20120625 | |||
11 | ![]() |
OB_IF_NAMESPACE | Call by reference | Type reference (TYPE) | SRT_INTERFACE_NAMESPACE | 20120625 | |||
12 | ![]() |
OB_IF_OPERATION | Call by reference | Type reference (TYPE) | SRT_INTERFACE_OPERATION | 20120625 | |||
13 | ![]() |
OB_PARTY | Call by reference | Type reference (TYPE) | SRT_PERSISTENCY_PARTY | 20120625 | |||
14 | ![]() |
PARENT_ID | Call by reference | Type reference (TYPE) | SRT_MSGID | 20120625 | |||
15 | ![]() |
REFERENCE_ID | Call by reference | Type reference (TYPE) | SRT_REFERENCE_ID | 20120625 | |||
16 | ![]() |
RETENT_CATEGORY | Call by reference | Type reference (TYPE) | SRT_RETENTION_CATEGORY | 20120625 | |||
17 | ![]() |
RETRY_COUNTER | Call by reference | Type reference (TYPE) | SRT_PERSISTENCY_RETRY_COUNTER | 20120625 | |||
18 | ![]() |
SEQUENCE_ID | Call by reference | Type reference (TYPE) | SRT_SEQID | 20120625 |
Method SET_ATTRIBUTES_XI on class CL_SOAP_PERSISTENCY_RUNTIME has no exception.
Method SET_RETENTION_CAT_EXPIRY_DATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
MESSAGE_STATE | Call by reference | Type reference (TYPE) | SRT_MESSAGE_STATE | 20120625 |
Method SET_RETENTION_CAT_EXPIRY_DATE on class CL_SOAP_PERSISTENCY_RUNTIME has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |