SAP ABAP Class IF_WD_TRACE_SERIALIZER (Web Dynpro Trace Tool: Serialization of Objects)
Properties
| Class | IF_WD_TRACE_SERIALIZER | |
| Short Description | Web Dynpro Trace Tool: Serialization of Objects | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20050901 | SAP |
| Last change | 20070911 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_WD_TRACE_SERIALIZER has no forward declaration.
Interfaces
Class IF_WD_TRACE_SERIALIZER has no interface implemented.
Friends
Class IF_WD_TRACE_SERIALIZER has no friend class.
Attributes
Class IF_WD_TRACE_SERIALIZER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20050901 |
Events
Class IF_WD_TRACE_SERIALIZER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_AGGREGATION | Public | See coding | 20050901 | begin of t_aggregation,
name type string,
children type t_child_tab,
end of t_aggregation
|
||
| 2 | T_AGGREGATION_TAB | Public | See coding | 20050901 | t_aggregation_tab type standard table of t_aggregation with default key
|
||
| 3 | T_ATTRIBUTE | Public | See coding | 20050901 | begin of t_attribute,
name type string,
value type string,
end of t_attribute
|
||
| 4 | T_ATTRIBUTE_TAB | Public | See coding | 20050901 | t_attribute_tab type standard table of t_attribute with default key
|
||
| 5 | T_CHILD_TAB | Public | See coding | 20050901 | t_child_tab type standard table of t_object with default key
|
||
| 6 | T_OBJECT | Public | See coding | 20050901 | begin of t_object,
serializer type ref to if_wd_trace_serializer,
ref type ref to object,
end of t_object
|
||
| 7 | T_OBJECT_DATA | Public | See coding | 20050901 | begin of t_object_data,
xml type string,
name type string,
aggregations type t_aggregation_tab,
attributes type t_attribute_tab,
end of t_object_data
|
Method Signatures
Method SERIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20050901 | ||||
| 2 | OBJECT_DATA | Value transfer | Type reference (TYPE) | T_OBJECT_DATA | 20050901 |
Method SERIALIZE on class IF_WD_TRACE_SERIALIZER has no exception.
History
| Last changed by/on | SAP | 20070911 |
| SAP Release Created in |