SAP ABAP Class CB_PT_REQ_HEADER (Base Agent Request Header)
Hierarchy
☛
EA-HRRXX (Software Component) Sub component EA-HRRXX of EA-HR
⤷
PT (Application Component) Personnel Time Management
⤷
PAOC_TIM_REQUEST (Package) Application Database and Application Objects
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_OS_CA_COMMON | Superclass of the Object Services Class Actors | 20020625 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CA_PT_REQ_HEADER | Agent Request Header | 20020625 |
Properties
| Class | CB_PT_REQ_HEADER | |
| Short Description | Base Agent Request Header | |
| Super Class | CL_OS_CA_COMMON | Superclass of the Object Services Class Actors |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 11 | Factory for Persistent Class |
| Package | PAOC_TIM_REQUEST | Application Database and Application Objects |
| Created | 20020625 | SAP |
| Last change | 20040315 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CB_PT_REQ_HEADER has no forward declaration.
Interfaces
Class CB_PT_REQ_HEADER has no interface implemented.
Friends
Class CB_PT_REQ_HEADER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | TYP_SPECIAL_OBJECT_INFO | Current Class-Specific Object Data | 20020626 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | TYP_SPECIAL_BKEY_TAB | Class-Specific: Search Table Business Keys | 20020703 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | TYP_SPECIAL_OBJECT_INFO_TAB | Class-Specific Object Data | 20020626 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Generate New Persistent Object with Key | 20020626 | |
| 2 | Instance method | Public | Method | Generates Transient Object with Key | 20020626 | |
| 3 | Instance method | Public | Method | Deletes a Persistent Object with Key | 20020703 | |
| 4 | Instance method | Public | Method | Get Persistent Object with Key | 20020703 | |
| 5 | Instance method | Public | Method | Determines Transient Object with Key | 20020703 | |
| 6 | Instance method | Protected | Method | Extracts BKey from Database Data | 20020626 | |
| 7 | Instance method | Protected | Method | Reads Persistent Attributes from Object | 20020626 | |
| 8 | Instance method | Protected | Method | Reads Object Data Identified Using Bus. Key from Database | 20020703 | |
| 9 | Instance method | Protected | Method | Adds BKey to DB Data | 20020626 | |
| 10 | Instance method | Protected | Method | Saves Object Data in Database | 20020626 | |
| 11 | Instance method | Protected | Method | Serializes Business Key | 20020703 | |
| 12 | Instance method | Protected | Method | Sets Persistent Attributes of an Object | 20020626 | |
| 13 | Instance method | Protected | Method | Checks and Sets Persistent Attributes | 20020626 | |
| 14 | Instance method | Protected | Method | Create a New Representative Object and Administrative Data | 20020626 | |
| 15 | Instance method | Protected | Method | Deletes Persistent Object from Database | 20020626 | |
| 16 | Instance method | Protected | Method | Loads and Sets Persistent Attribute | 20020626 |
Events
Class CB_PT_REQ_HEADER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYP_BUSINESS_KEY | Protected | See coding | Business Key | 20020703 |
types TYP_OID type OS_GUID .
types TYP_TYPE type OS_GUID .
types TYP_OBJECT_REF type
|
|
| 2 | TYP_BUSINESS_KEY_TAB | Protected | See coding | TYP_BUSINESS_KEY | Table Type Object Reference | 20020703 | STATUS type TIM_REQ_STATUS ,
VERSION_NO type INT4 ,
|
| 3 | TYP_DB_DATA | Protected | See coding | Line-Type Persistent Object Data | 20020626 | types:
begin of TYP_BUSINESS_KEY ,
REQUEST_ID type GUID_32 ,
VERSION_NO type INT4 ,
end of TYP_BUSINESS_KEY .
types:
TYP_BUSINESS_KEY_TAB type standard table of
TYP_BUSINESS_KEY with non-unique default key .
types:
begin of TYP_DB_DATA ,
INITIATOR_OID type TYP_OID ,
INITIATOR_CLS type TYP_OID ,
ITEM_LIST_ID type GUID_32 ,
MOD_TIMESTAMP type TIMESTAMP ,
MOD_TIMEZONE type TIMEZONE ,
MOD_USER type AS4USER ,
NEXT_PROCESSOR_OID type TYP_OID ,
NEXT_PROCESSOR_CLS type TYP_OID ,
OWNER_OID type TY
|
|
| 4 | TYP_DB_DATA_TAB | Protected | See coding | TYP_DB_DATA | Table-Type Persistent Object Data | 20020626 | WORKITEM_ID type SWW_WIID ,
end of TYP_DB_DATA .
|
| 5 | TYP_DB_DELETE_TAB | Protected | See coding | TYP_SPECIAL_OBJECT_INFO | Table Type Identifiers to Delete | 20020626 | begin of TYP_SPECIAL_OBJECT_INFO ,
OBJECT_ID type TYP_INTERNAL_OID ,
|
| 6 | TYP_OBJECT_REF | Protected | Object reference (TYPE REF TO) | CL_PT_REQ_HEADER | Type of Managed Object | 20020626 | |
| 7 | TYP_OBJECT_REF_TAB | Protected | See coding | TYP_OBJECT_REF | Table Type Object Reference | 20020626 | TYP_DB_DATA with non-unique default key .
types:
|
| 8 | TYP_OID | Protected | Type reference (TYPE) | OS_GUID | Type of Generic Object Identifier | 20020626 | |
| 9 | TYP_OID_TAB | Protected | See coding | TYP_OID | Table Type Object Identifier | 20020626 | types:
TYP_DB_DATA_TAB type standard table of
|
| 10 | TYP_SPECIAL_BKEY_TAB | Protected | See coding | TYP_SPECIAL_OBJECT_INFO | Table Type Search Table Business Keys | 20020703 | TYP_OBJECT_REF_TAB type standard table of
TYP_OBJECT_REF with non-unique default key .
types:
|
| 11 | TYP_SPECIAL_OBJECT_INFO | Protected | See coding | Line Type Class-Specific Object Data | 20020626 | OWNER_CLS type TYP_OID ,
REQUEST_ID type GUID_32 ,
REQUEST_TYPE type TIM_REQ_TYPE ,
RESPONSIBLE_OID type TYP_OID ,
RESPONSIBLE_CLS type TYP_OID
|
|
| 12 | TYP_SPECIAL_OBJECT_INFO_TAB | Protected | See coding | TYP_SPECIAL_OBJECT_INFO | Table Type Class-Specific Object Data | 20020626 | TYP_OID_TAB type standard table of
TYP_OID with non-unique default key .
types:
|
| 13 | TYP_TYPE | Protected | Type reference (TYPE) | OS_GUID | Category of Type Identifier | 20020626 | |
Method Signatures
Method CREATE_PERSISTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INITIATOR | Call by reference | Object reference (TYPE REF TO) | IF_PT_REQ_A_WF | Persistentes Attribut | 20020731 | |||
| 2 | I_ITEM_LIST_ID | Call by reference | Type reference (TYPE) | GUID_32 | Persistentes Attribut | 20020626 | |||
| 3 | I_MOD_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | Persistentes Attribut | 20020626 | |||
| 4 | I_MOD_TIMEZONE | Call by reference | Type reference (TYPE) | TIMEZONE | Persistentes Attribut | 20020626 | |||
| 5 | I_MOD_USER | Call by reference | Type reference (TYPE) | AS4USER | Persistentes Attribut | 20020626 | |||
| 6 | I_NEXT_PROCESSOR | Call by reference | Object reference (TYPE REF TO) | IF_PT_REQ_A_WF | Persistentes Attribut | 20020731 | |||
| 7 | I_OWNER | Call by reference | Object reference (TYPE REF TO) | IF_PT_REQ_A_WF | Persistentes Attribut | 20020731 | |||
| 8 | I_REQUEST_ID | Call by reference | Type reference (TYPE) | GUID_32 | Betriebswirtschaftlicher Schlüssel | 20020626 | |||
| 9 | I_REQUEST_TYPE | Call by reference | Type reference (TYPE) | TIM_REQ_TYPE | Persistentes Attribut | 20020626 | |||
| 10 | I_RESPONSIBLE | Call by reference | Object reference (TYPE REF TO) | IF_PT_REQ_A_WF | Persistentes Attribut | 20020731 | |||
| 11 | I_STATUS | Call by reference | Type reference (TYPE) | TIM_REQ_STATUS | Persistentes Attribut | 20020626 | |||
| 12 | I_VERSION_NO | Call by reference | Type reference (TYPE) | INT4 | Betriebswirtschaftlicher Schlüssel | 20020703 | |||
| 13 | I_WORKITEM_ID | Call by reference | Type reference (TYPE) | SWW_WIID | Persistentes Attribut | 20030318 | |||
| 14 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_PT_REQ_HEADER | Neu erzeugtes persistentes Objekt | 20020626 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20020626 |
Method CREATE_TRANSIENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_INITIATOR | Call by reference | Object reference (TYPE REF TO) | IF_PT_REQ_A_WF | Persistentes Attribut | 20020731 | |||
| 2 | I_ITEM_LIST_ID | Call by reference | Type reference (TYPE) | GUID_32 | Persistentes Attribut | 20020626 | |||
| 3 | I_MOD_TIMESTAMP | Call by reference | Type reference (TYPE) | TIMESTAMP | Persistentes Attribut | 20020626 | |||
| 4 | I_MOD_TIMEZONE | Call by reference | Type reference (TYPE) | TIMEZONE | Persistentes Attribut | 20020626 | |||
| 5 | I_MOD_USER | Call by reference | Type reference (TYPE) | AS4USER | Persistentes Attribut | 20020626 | |||
| 6 | I_NEXT_PROCESSOR | Call by reference | Object reference (TYPE REF TO) | IF_PT_REQ_A_WF | Persistentes Attribut | 20020731 | |||
| 7 | I_OWNER | Call by reference | Object reference (TYPE REF TO) | IF_PT_REQ_A_WF | Persistentes Attribut | 20020731 | |||
| 8 | I_REQUEST_ID | Call by reference | Type reference (TYPE) | GUID_32 | Betriebswirtschaftlicher Schlüssel | 20020626 | |||
| 9 | I_REQUEST_TYPE | Call by reference | Type reference (TYPE) | TIM_REQ_TYPE | Persistentes Attribut | 20020626 | |||
| 10 | I_RESPONSIBLE | Call by reference | Object reference (TYPE REF TO) | IF_PT_REQ_A_WF | Persistentes Attribut | 20020731 | |||
| 11 | I_STATUS | Call by reference | Type reference (TYPE) | TIM_REQ_STATUS | Persistentes Attribut | 20020626 | |||
| 12 | I_VERSION_NO | Call by reference | Type reference (TYPE) | INT4 | Betriebswirtschaftlicher Schlüssel | 20020703 | |||
| 13 | I_WORKITEM_ID | Call by reference | Type reference (TYPE) | SWW_WIID | Persistentes Attribut | 20030318 | |||
| 14 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_PT_REQ_HEADER | Neu erzeugtes transientes Objekt | 20020626 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20020626 |
Method DELETE_PERSISTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REQUEST_ID | Call by reference | Type reference (TYPE) | GUID_32 | Betriebswirtschaftlicher Schlüssel | 20020703 | |||
| 2 | I_VERSION_NO | Call by reference | Type reference (TYPE) | INT4 | Betriebswirtschaftlicher Schlüssel | 20020703 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20020703 |
Method GET_PERSISTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REQUEST_ID | Call by reference | Type reference (TYPE) | GUID_32 | Betriebswirtschaftlicher Schlüssel | 20020703 | |||
| 2 | I_VERSION_NO | Call by reference | Type reference (TYPE) | INT4 | Betriebswirtschaftlicher Schlüssel | 20020703 | |||
| 3 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_PT_REQ_HEADER | Persistentes Objekt | 20020703 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20020703 |
Method GET_TRANSIENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_REQUEST_ID | Call by reference | Type reference (TYPE) | GUID_32 | Betriebswirtschaftlicher Schlüssel | 20020703 | |||
| 2 | I_VERSION_NO | Call by reference | Type reference (TYPE) | INT4 | Betriebswirtschaftlicher Schlüssel | 20020703 | |||
| 3 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_PT_REQ_HEADER | Transientes Objekt | 20020703 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20020703 |
Method MAP_EXTRACT_IDENTIFIER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_BUSINESS_KEY | Value transfer | Type reference (TYPE) | TYP_BUSINESS_KEY | aus DB-Daten extrahierte betriebswirtsch. Schlüssel | 20020703 | |||
| 2 | I_DB_DATA | Call by reference | Type reference (TYPE) | TYP_DB_DATA | Von der DB gelesene Objektdaten | 20020626 |
Method MAP_EXTRACT_IDENTIFIER on class CB_PT_REQ_HEADER has no exception.
Method MAP_GET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_OBJECT_DATA_TAB | Value transfer | Type reference (TYPE) | TYP_DB_DATA_TAB | ausgelesene Objektdaten | 20020626 | |||
| 2 | I_OBJECT_REF_TAB | Call by reference | Type reference (TYPE) | TYP_OBJECT_REF_TAB | Liste der betroffenen Objekte | 20020626 |
Method MAP_GET_ATTRIBUTES on class CB_PT_REQ_HEADER has no exception.
Method MAP_LOAD_FROM_DATABASE_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_BUSINESS_KEY_TAB | Call by reference | Type reference (TYPE) | TYP_BUSINESS_KEY_TAB | Betriebswirt. Schlüssel der zu ladenden Daten | 20020703 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | TYP_DB_DATA_TAB | von DB gelesene Objektdaten | 20020703 |
Method MAP_LOAD_FROM_DATABASE_KEY on class CB_PT_REQ_HEADER has no exception.
Method MAP_MERGE_IDENTIFIER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_DB_DATA_TAB | Call by reference | Type reference (TYPE) | TYP_DB_DATA_TAB | Objekdaten, in die Identifikatoren zu mischen sind | 20020626 | |||
| 2 | I_BUSINESS_KEY_TAB | Call by reference | Type reference (TYPE) | TYP_BUSINESS_KEY_TAB | Liste von betriebswirtsch. Schlüsseln | 20020703 |
Method MAP_MERGE_IDENTIFIER on class CB_PT_REQ_HEADER has no exception.
Method MAP_SAVE_TO_DATABASE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DELETES | Call by reference | Type reference (TYPE) | TYP_DB_DELETE_TAB | Schlüssel der zu löschenden Daten | 20020626 | |||
| 2 | I_INSERTS | Call by reference | Type reference (TYPE) | TYP_DB_DATA_TAB | Neu anzulegende Daten | 20020626 | |||
| 3 | I_UPDATES | Call by reference | Type reference (TYPE) | TYP_DB_DATA_TAB | Zu ändernde Daten | 20020626 |
Method MAP_SAVE_TO_DATABASE on class CB_PT_REQ_HEADER has no exception.
Method MAP_SERIALIZE_BKEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_BUSINESS_KEY | Call by reference | Type reference (TYPE) | TYP_BUSINESS_KEY | Business Key | 20020703 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | STRING | Business Key als String | 20020703 |
Method MAP_SERIALIZE_BKEY on class CB_PT_REQ_HEADER has no exception.
Method MAP_SET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJECT_DATA | Call by reference | Type reference (TYPE) | TYP_DB_DATA | zu setzende Objektdaten | 20020626 | |||
| 2 | I_OBJECT_REF | Call by reference | Type reference (TYPE) | TYP_OBJECT_REF | Betroffenes Objekt | 20020626 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20020626 |
Method PM_CHECK_AND_SET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_BUSINESS_KEY | Call by reference | Type reference (TYPE) | TYP_BUSINESS_KEY | Betriebswirtschaftlicher Schlüssel | 20020703 | |||
| 2 | I_ID_PROVIDED | Call by reference | Type reference (TYPE) | TYP_ID_STATUS | 0 | Mit welchen Identifikatoren wurde geladen und geprüft | 20020626 | ||
| 3 | I_OBJECT_DATA | Call by reference | Type reference (TYPE) | TYP_DB_DATA | Von DB geladene Daten | 20020626 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20020626 |
Method PM_CREATE_REPRESENTANT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_BUSINESS_KEY | Call by reference | Type reference (TYPE) | TYP_BUSINESS_KEY | Betriebswirtschaftlicher Schlüssel | 20020703 | |||
| 2 | RESULT | Value transfer | Type reference (TYPE) | TYP_OBJECT_REF | Neu erzeugtes Hüllenobjekt | 20020626 |
Method PM_CREATE_REPRESENTANT on class CB_PT_REQ_HEADER has no exception.
Method PM_DELETE_PERSISTENT Signature
Method PM_DELETE_PERSISTENT on class CB_PT_REQ_HEADER has no parameter.
Method PM_DELETE_PERSISTENT on class CB_PT_REQ_HEADER has no exception.
Method PM_LOAD_AND_SET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_BUSINESS_KEY | Call by reference | Type reference (TYPE) | TYP_BUSINESS_KEY | Betriebswirtschaftlicher Schlüssel | 20020703 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20020626 |
History
| Last changed by/on | SAP | 20040315 |
| SAP Release Created in |