SAP ABAP Class CL_GRFN_CHANGE_DOCUMENT (Change Document API for GRFN)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC (Application Component) Governance, Risk and Compliance
⤷
GRFN_MD_CHANGE (Package) GRC Master Data Change
⤷
⤷
Properties
| Class | CL_GRFN_CHANGE_DOCUMENT | |
| Short Description | Change Document API for GRFN | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRFN_MD_CHANGE | GRC Master Data Change |
| Created | 20080701 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_GRFN_CHANGE_DOCUMENT has no interface implemented.
Friends
Class CL_GRFN_CHANGE_DOCUMENT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | GRFN_T_ASSGNMNT_CD | Assignment Change Document Table Type | 20080707 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | GRFN_T_ATTR_CD | Table type for attribute change document | 20080707 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | CDHDR_TAB | Internal Table CDHDR | 20080701 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | CDPOS_TAB | Internal Table for cdpos | 20080701 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | GRFN_T_CD | Change Document Table Type | 20080707 | |||
| 6 | Static Attribute | Private | Type reference (TYPE) | GRFN_T_FIELD | Data Field Table Type | 20080701 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20080701 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20080701 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20080701 | |||
| 10 | Instance attribute | Public | Type reference (TYPE) | GRFN_USERID | User ID | 20080702 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Build change documents | 20080707 | |
| 2 | Static method | Private | Method | Build field mapping list | 20080707 | |
| 3 | Static method | Public | Constructor | 20080701 | ||
| 4 | Instance method | Public | Constructor | 20080701 | ||
| 5 | Instance method | Private | Method | Gets the fix values of field domain | 20081103 | |
| 6 | Instance method | Private | Method | 20081030 | ||
| 7 | Instance method | Private | Method | 20080710 | ||
| 8 | Instance method | Private | Method | Make the change document more user-friendly | 20080701 | |
| 9 | Instance method | Private | Method | Read raw change document from HR framework | 20080701 | |
| 10 | Instance method | Private | Method | Translate values to readable texts | 20081103 |
Events
Class CL_GRFN_CHANGE_DOCUMENT has no event.
Types
Class CL_GRFN_CHANGE_DOCUMENT has no local type.
Method Signatures
Method BUILD Signature
Method BUILD on class CL_GRFN_CHANGE_DOCUMENT has no parameter.
Method BUILD on class CL_GRFN_CHANGE_DOCUMENT has no exception.
Method BUILD_FIELD_LIST Signature
Method BUILD_FIELD_LIST on class CL_GRFN_CHANGE_DOCUMENT has no parameter.
Method BUILD_FIELD_LIST on class CL_GRFN_CHANGE_DOCUMENT has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_GRFN_CHANGE_DOCUMENT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_GRFN_CHANGE_DOCUMENT has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20080701 | |||
| 2 | I_TIME_FROM | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20080701 | |||
| 3 | I_TIME_UNTIL | Call by reference | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20080701 | |||
| 4 | I_USERID | Call by reference | Type reference (TYPE) | GRFN_USERID | User ID | 20080702 |
Method CONSTRUCTOR on class CL_GRFN_CHANGE_DOCUMENT has no exception.
Method GET_FIELD_DOMAIN_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CD | Call by reference | Type reference (TYPE) | GRFN_S_ATTR_CD | Attribute Change Document | 20081103 | |||
| 2 | RT_FIXVALUES | Value transfer | Type reference (TYPE) | DDFIXVALUES | Description of Domain Fixed Values | 20081103 |
Method GET_FIELD_DOMAIN_VALUES on class CL_GRFN_CHANGE_DOCUMENT has no exception.
Method GET_FIELD_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_CD | Call by reference | Type reference (TYPE) | GRFN_S_ATTR_CD | Change Document | 20081030 | |||
| 2 | R_FIELD | Value transfer | Type reference (TYPE) | GRFN_S_FIELD | Data Field | 20081030 |
Method GET_FIELD_INFO on class CL_GRFN_CHANGE_DOCUMENT has no exception.
Method GET_OPERATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHANGE_ID | Value transfer | Type reference (TYPE) | CDCHNGIND | Change type (U, I, E, D) | 20080710 | |||
| 2 | R_OPERATION | Value transfer | Type reference (TYPE) | STRING | 20080710 |
Method GET_OPERATION on class CL_GRFN_CHANGE_DOCUMENT has no exception.
Method PREPARE Signature
Method PREPARE on class CL_GRFN_CHANGE_DOCUMENT has no parameter.
Method PREPARE on class CL_GRFN_CHANGE_DOCUMENT has no exception.
Method READ_RAW Signature
Method READ_RAW on class CL_GRFN_CHANGE_DOCUMENT has no parameter.
Method READ_RAW on class CL_GRFN_CHANGE_DOCUMENT has no exception.
Method TRANSLATE_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | XS_CD | Call by reference | Type reference (TYPE) | GRFN_S_ATTR_CD | Attribute Change Document | 20081103 |
Method TRANSLATE_VALUES on class CL_GRFN_CHANGE_DOCUMENT has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 300 |