SAP ABAP Class CL_HR99S00_DAQ_TEMPLATE (CL_HR99S00_DAQ_TEMPLATE)
Hierarchy
☛
SAP_HRRXX (Software Component) Sub component SAP_HRRXX of SAP_HR
⤷ PY-XX-RS (Application Component) Reuse Services for Country Development
⤷ P99S (Package) Southern Europe Basis
⤷ PY-XX-RS (Application Component) Reuse Services for Country Development
⤷ P99S (Package) Southern Europe Basis
Properties
Class | CL_HR99S00_DAQ_TEMPLATE | |
Short Description | ||
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | P99S | Southern Europe Basis |
Created | 20110218 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | P99SD | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
3 | P99ST | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_HR99S00_DAQ_TEMPLATE has no interface implemented.
Friends
Class CL_HR99S00_DAQ_TEMPLATE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | MO_OBSERVER | Instance attribute | Protected | Type reference (TYPE) | HR99S_IF_OBSERVER | Iterator class for the DAQ | 20110225 | ||
2 | MO_QUERY_DAQ | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_HR99S00_DAQ_QUERYABLE | Query a TemSe file generated from the DAQ | 20110225 | ||
3 | MT_TRANSFORMATIONS | Instance attribute | Protected | Type reference (TYPE) | P99SD_TAB_DAQ_TEMPLATE | Transformations | 20110218 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | CONSTRUCTOR | Instance method | Public | Constructor | CONSTRUCTOR | 20110218 |
2 | CREATE_TEMPL | Static method | Public | Method | Create a new instance of this class | 20110218 |
3 | CREATE_TRANSF_FROM_FILE | Static method | Public | Method | Create a transformati table from a tab delimited text file | 20110301 |
4 | GET_QUERY | Instance method | Public | Method | Returns all queries, thus class can be used a parser | 20110218 |
5 | SET_TRANSFORMATION | Instance method | Public | Method | Set the transformation rules used when calling transform | 20110218 |
6 | TRANSFORM | Instance method | Public | Method | 20110218 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | INVALID_SECTION | Static Event (1) |
Public (2) |
Section specified was not found in the tree | 20111212 |
2 | PARENT_NODE_NOT_FOUND | Static Event (1) |
Public (2) |
When inserting, the parent node could not be located | 20111212 |
3 | PARSER_ERROR_DESTINATION | Static Event (1) |
Public (2) |
Referenced destination ID is invalid | 20110921 |
4 | PARSER_ERROR_OPERATION | Static Event (1) |
Public (2) |
Operation defined is invalid | 20110921 |
Types
Class CL_HR99S00_DAQ_TEMPLATE has no local type.
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IM_OBSERVER | Call by reference | Type reference (TYPE) | HR99S_IF_OBSERVER | 20110225 | |||
2 | Importing | IM_QUERY_DAQ | Call by reference | Object reference (TYPE REF TO) | CL_HR99S00_DAQ_QUERYABLE | Query a TemSe file generated from the DAQ | 20110228 | ||
3 | Importing | IM_TRANSF | Call by reference | Type reference (TYPE) | P99SD_TAB_DAQ_TEMPLATE | Structure containing a query and an operation + value pair | 20110218 |
Method CONSTRUCTOR on class CL_HR99S00_DAQ_TEMPLATE has no exception.
Method CREATE_TEMPL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IM_OBSERVER | Call by reference | Type reference (TYPE) | HR99S_IF_OBSERVER | 20110225 | |||
2 | Importing | IM_QUERY_DAQ | Call by reference | Object reference (TYPE REF TO) | CL_HR99S00_DAQ_QUERYABLE | Query a TemSe file generated from the DAQ | 20110228 | ||
3 | Importing | IM_TRANSF | Call by reference | Type reference (TYPE) | P99SD_TAB_DAQ_TEMPLATE | Table containing DAQ transformation instructions | 20110218 | ||
4 | Returning | RE_INST | Value transfer | Object reference (TYPE REF TO) | CL_HR99S00_DAQ_TEMPLATE | 20110218 |
Method CREATE_TEMPL on class CL_HR99S00_DAQ_TEMPLATE has no exception.
Method CREATE_TRANSF_FROM_FILE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IM_FILE_DEST | Call by reference | Type reference (TYPE) | P99SD_DEST_FILE | 20110301 | |||
2 | Importing | IM_FILE_EXT_DATA | Call by reference | Type reference (TYPE) | P99SD_DATA_FILE | 20110301 | |||
3 | Importing | IM_HEADER_LINE | Call by reference | Type reference (TYPE) | ABAP_BOOL | abap_false | 20110301 | ||
4 | Importing | IV_CHECK | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Check tag names | 20110921 | |
5 | Returning | RE_TRANSF | Value transfer | Type reference (TYPE) | P99SD_TAB_DAQ_TEMPLATE | To be used with CREATE_TEMPL() | 20110301 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | INVALID_CONDITION | Condition specified incorrectly | 20110301 | |
2 | INVALID_DATA_OPERATION | Operation specified is invalid | 20110301 | |
3 | INVALID_DEST_IN_DATA_FILE | Destination specified in data file does not exist | 20110301 | |
4 | INVALID_TAG_NAME | Tag does not exist in check table | 20110301 |
Method GET_QUERY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IM_INDEX | Call by reference | Type reference (TYPE) | I | 20110218 | |||
2 | Returning | RE_QUERY | Value transfer | Type reference (TYPE) | P99SD_TAB_QUERY | Table containing a complete DAQ query | 20110218 |
Method GET_QUERY on class CL_HR99S00_DAQ_TEMPLATE has no exception.
Method SET_TRANSFORMATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IM_TRANSF | Call by reference | Type reference (TYPE) | P99SD_TAB_DAQ_TEMPLATE | Table containing DAQ transformation instructions | 20110218 |
Method SET_TRANSFORMATION on class CL_HR99S00_DAQ_TEMPLATE has no exception.
Method TRANSFORM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Changing | CH_TABLE | Call by reference | Type reference (TYPE) | P99ST_TAB_RAW_ID | 20110218 |
Method TRANSFORM on class CL_HR99S00_DAQ_TEMPLATE has no exception.
Event Signatures
Event INVALID_SECTION Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | IV_SECTN | Exporting | Value transfer | Type reference (TYPE) | P_99S_SECTN | Forms: Section | 20111212 |
Event PARENT_NODE_NOT_FOUND Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | IV_NODE | Exporting | Value transfer | Type reference (TYPE) | P_99S_SECTN | Forms: Section | 20111212 |
Event PARSER_ERROR_DESTINATION Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | IV_ID | Exporting | Value transfer | Type reference (TYPE) | STRING | Destination ID | 20110921 |
Event PARSER_ERROR_OPERATION Signature
# | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | IV_OP | Exporting | Value transfer | Type reference (TYPE) | STRING | Invalid operation | 20110921 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 600 |