/AWS1/CL_CWORECORD¶
Represents a test record structure used for pipeline testing operations to validate data processing.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_data TYPE /AWS1/CWOSTRING /AWS1/CWOSTRING¶
The data content of the test record used for pipeline validation.
iv_type TYPE /AWS1/CWORECORDFORMAT /AWS1/CWORECORDFORMAT¶
The type of the test record, indicating the format or category of the data.
Queryable Attributes¶
Data¶
The data content of the test record used for pipeline validation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATA() |
Getter for DATA, with configurable default |
ASK_DATA() |
Getter for DATA w/ exceptions if field has no value |
HAS_DATA() |
Determine if DATA has a value |
Type¶
The type of the test record, indicating the format or category of the data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_RECORDS¶
TYPES TT_RECORDS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CWORECORD WITH DEFAULT KEY
.