SAP ABAP Class IF_RSTT_INSTANCE (Interface for Traceable Instance with Special Handling)
Properties
Class | IF_RSTT_INSTANCE | |
Short Description | Interface for Traceable Instance with Special Handling | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20091124 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_RSTT_INSTANCE has no forward declaration.
Interfaces
Class IF_RSTT_INSTANCE has no interface implemented.
Friends
Class IF_RSTT_INSTANCE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | See coding | Types of Instances | 20091124 | |||
2 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | IF_RSTT_INSTANCE | Higher-Level Instance | 20091124 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Deserialize and Display Main Instance and Subinstances | 20091124 |
2 | ![]() |
Instance method | Public | Method | Display Identity for RSTT | 20091124 |
3 | ![]() |
Instance method | Public | Method | Serialize Main Instance and Subinstances | 20091124 |
Events
Class IF_RSTT_INSTANCE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | NT_SX_INSTANCE | Public | See coding | Instance Parameters | 20091124 | BEGIN OF nt_sx_instance,
insttp TYPE rstt_inst_tp,
instkey TYPE rstt_inst_key,
instance TYPE ref to if_rstt_instance,
value TYPE rstt_blob,
END OF nt_sx_instance
|
|
2 | NT_THX_INSTANCE | Public | See coding | Parameter List of Participating Instances | 20091124 | nt_thx_instance TYPE HASHED TABLE OF nt_sx_instance
WITH UNIQUE KEY insttp instkey
|
Method Signatures
Method DESERIALIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Status | 20091126 | ||
2 | ![]() |
E_THX_INSTANCE | Call by reference | Type reference (TYPE) | RSTT_THX_INST | Parameterliste der enthaltenen tracebaren Instanzen | 20091124 | ||
3 | ![]() |
E_T_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | Meldungen | 20091126 | ||
4 | ![]() |
I_S_INST | Call by reference | Type reference (TYPE) | RSTT_INST | Datenstruktur mit XSTRING Format der Instanz | 20091126 |
Method DESERIALIZE on class IF_RSTT_INSTANCE has no exception.
Method GET_IDENTITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_THX_INST | Call by reference | Type reference (TYPE) | RSTT_THX_INST | Parameterliste mehrerer tracebarer Instanzen | 20091201 | ||
2 | ![]() |
E_S_KEY | Call by reference | Type reference (TYPE) | RSTT_S_INST_KEY | Schlüsselkombination für tracebare BICS Instanz | 20091201 |
Method GET_IDENTITY on class IF_RSTT_INSTANCE has no exception.
Method SERIALIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_SUBRC | Call by reference | Type reference (TYPE) | SYSUBRC | Status | 20091126 | ||
2 | ![]() |
E_THX_XML | Call by reference | Type reference (TYPE) | NT_THX_INSTANCE | XSTRING Formate der Instanzen | 20091124 | ||
3 | ![]() |
E_T_MSG | Call by reference | Type reference (TYPE) | RS_T_MSG | Meldungen | 20091126 |
Method SERIALIZE on class IF_RSTT_INSTANCE has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |