SAP ABAP Class /GRCPI/CL_GRIA_BR_HANDLER_LOG (AM - BR Catelog Log)
Hierarchy
☛
GRCPINW (Software Component) SAP GRC NetWeaver Plug-In
⤷
GRC-PCP (Application Component) GRC Process Control Plug-in
⤷
/GRCPI/GRIA_NW_PC (Package) GRCPI PC package for NW
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /GRCPI/CL_GRIA_BR_HANDLER_BASE | AM - BR Handle Base | 20100401 |
Properties
| Class | /GRCPI/CL_GRIA_BR_HANDLER_LOG | |
| Short Description | AM - BR Catelog Log | |
| Super Class | /GRCPI/CL_GRIA_BR_HANDLER_BASE | AM - BR Handle Base |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /GRCPI/GRIA_NW_PC | GRCPI PC package for NW |
| Created | 20100401 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /GRCPI/CL_GRIA_BR_HANDLER_LOG has no forward declaration.
Interfaces
Class /GRCPI/CL_GRIA_BR_HANDLER_LOG has no interface implemented.
Friends
Class /GRCPI/CL_GRIA_BR_HANDLER_LOG has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | TABNAME | '/GRCPI/GRIA_S_UTCHANGELOG' | Table Name | 20100405 | ||
| 2 | Instance attribute | Protected | Type reference (TYPE) | DDFIELDS | DD: Field List | 20100424 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Add Created Master Data | 20100428 | |
| 2 | Instance method | Private | Method | Build return field catalog | 20100403 | |
| 3 | Instance method | Private | Method | Compose Change Log for MF | 20100427 | |
| 4 | Static method | Private | Method | Convert DB Data into Log Data Format | 20100428 | |
| 5 | Static method | Private | Method | Filter Log with Primary Fields | 20100428 | |
| 6 | Instance method | Private | Method | Get Additional Data | 20100422 | |
| 7 | Instance method | Private | Method | Get Addtional Data Field | 20100424 | |
| 8 | Instance method | Private | Method | Get Additional Data - Table only | 20100617 | |
| 9 | Instance method | Public | Method | Read change log | 20100422 | |
| 10 | Instance method | Private | Method | Get Log for CN | 20100525 | |
| 11 | Instance method | Private | Method | Get Log for MF | 20100428 | |
| 12 | Instance method | Public | Method | Reconstructe table | 20110112 |
Events
Class /GRCPI/CL_GRIA_BR_HANDLER_LOG has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_FCAT | Private | Type reference (TYPE) | /GRCPI/GRIA_S_FIELDCATALOG | ALV control: Field catalog | 20100619 | |
| 2 | S_FIELD_LIST | Private | Type reference (TYPE) | /GRCPI/GRIA_S_EXPLIST_FIELD | AM - Exception List Field | 20100428 | |
| 3 | S_LOG | Private | Type reference (TYPE) | /GRCPI/GRIA_S_UTCHANGELOG | 20100405 | |
|
| 4 | S_TABLE | Private | Type reference (TYPE) | /GRCPI/GRIA_S_TABLE | AM - Change Log Related Tables | 20100427 | |
| 5 | S_TABLE_FIELD | Private | See coding | 20100428 | BEGIN OF S_TABLE_FIELD,
tabname TYPE tabname,
fieldname TYPE fieldname,
END OF s_table_field
|
||
| 6 | T_FCAT | Private | Type reference (TYPE) | /GRCPI/GRIA_T_FIELDCATALOG | Field Catalog for List Viewer Control | 20100619 | |
| 7 | T_FIELD_LIST | Private | Type reference (TYPE) | /GRCPI/GRIA_T_EXPLIST_FIELD | AM - Exception List Field | 20100428 | |
| 8 | T_LOG | Private | Type reference (TYPE) | /GRCPI/GRIA_T_UTCHANGELOG | 20100405 | |
|
| 9 | T_TABLE | Private | Type reference (TYPE) | /GRCPI/GRIA_T_TABLE | AM - Change Log Related Tables | 20100427 | |
| 10 | T_TABLE_FIELD | Private | See coding | 20100428 | t_table_field TYPE STANDARD TABLE OF s_table_field
|
Method Signatures
Method ADD_CREATED_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_DATA | Call by reference | Type reference (TYPE) | ANY TABLE | 20100428 | ||||
| 2 | IT_DDFIELDS | Call by reference | Type reference (TYPE) | DDFIELDS | DD: Field List | 20100428 | |||
| 3 | IT_LOG_CURRENT | Call by reference | Type reference (TYPE) | T_LOG | 20100428 | ||||
| 4 | IT_LOG_PERIOD | Call by reference | Type reference (TYPE) | T_LOG | 20100428 | ||||
| 5 | IT_PRIMARY_FIELD | Call by reference | Type reference (TYPE) | T_FIELD_LIST | AM - Exception List Field | 20100428 | |||
| 6 | RT_LOG | Value transfer | Type reference (TYPE) | T_LOG | 20100428 |
Method ADD_CREATED_DATA on class /GRCPI/CL_GRIA_BR_HANDLER_LOG has no exception.
Method BUILD_FIELDCAT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FIELDCAT | Call by reference | Type reference (TYPE) | /GRCPI/GRIA_T_FIELDCATALOG | Field Catalog for List Viewer Control | 20100425 | |||
| 2 | ET_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20100425 | |||
| 3 | IT_EXPLIST_FIELD | Call by reference | Type reference (TYPE) | T_FIELD_LIST | AM - Exception List Field | 20100422 |
Method BUILD_FIELDCAT on class /GRCPI/CL_GRIA_BR_HANDLER_LOG has no exception.
Method COMPOSE_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LOG | Call by reference | Type reference (TYPE) | T_LOG | 20100725 | ||||
| 2 | ET_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20100725 | |||
| 3 | IT_LOG_CURRENT | Call by reference | Type reference (TYPE) | T_LOG | 20100427 | ||||
| 4 | IT_LOG_PERIOD | Call by reference | Type reference (TYPE) | T_LOG | 20100427 | ||||
| 5 | IT_PRIMARY_FIELD | Call by reference | Type reference (TYPE) | T_FIELD_LIST | AM - Exception List Field | 20100427 |
Method COMPOSE_LOG on class /GRCPI/CL_GRIA_BR_HANDLER_LOG has no exception.
Method CONVERT_DB_DATA_TO_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_LOG | Call by reference | Type reference (TYPE) | S_LOG | 20100428 | ||||
| 2 | IT_DATA | Call by reference | Type reference (TYPE) | ANY TABLE | 20100428 | ||||
| 3 | IT_DDFIELDS | Call by reference | Type reference (TYPE) | DDFIELDS | DD: Field List | 20100428 | |||
| 4 | IT_LOG | Call by reference | Type reference (TYPE) | T_LOG | 20100428 | ||||
| 5 | IT_PRIMARY_FIELD | Call by reference | Type reference (TYPE) | T_FIELD_LIST | AM - Exception List Field | 20100428 | |||
| 6 | RT_LOG | Value transfer | Type reference (TYPE) | T_LOG | 20100428 |
Method CONVERT_DB_DATA_TO_LOG on class /GRCPI/CL_GRIA_BR_HANDLER_LOG has no exception.
Method FILTER_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_LOG | Call by reference | Type reference (TYPE) | T_LOG | 20100428 | ||||
| 2 | IT_PRIMARY_FIELD | Call by reference | Type reference (TYPE) | T_FIELD_LIST | AM - Exception List Field | 20100428 | |||
| 3 | RT_LOG | Value transfer | Type reference (TYPE) | T_LOG | 20100428 |
Method FILTER_LOG on class /GRCPI/CL_GRIA_BR_HANDLER_LOG has no exception.
Method GET_ADDITIONAL_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20100424 | |||
| 2 | ET_OUTPUT | Call by reference | Type reference (TYPE) | ANY TABLE | 20100424 | ||||
| 3 | IT_EXPLIST_FIELD | Call by reference | Type reference (TYPE) | T_FIELD_LIST | AM - Exception List Field | 20100422 | |||
| 4 | IT_JOINS | Call by reference | Type reference (TYPE) | /GRCPI/GRIA_T_TB_RELATION | AM - Join Condition | 20100422 | |||
| 5 | IT_LOG | Call by reference | Type reference (TYPE) | T_LOG | 20100422 | ||||
| 6 | IV_FROM_CLAUSE | Call by reference | Type reference (TYPE) | STRING | From Clause | 20100728 |
Method GET_ADDITIONAL_DATA on class /GRCPI/CL_GRIA_BR_HANDLER_LOG has no exception.
Method GET_ADDITIONAL_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_JOINS | Call by reference | Type reference (TYPE) | /GRCPI/GRIA_T_TB_RELATION | AM - Join Condition | 20100424 | |||
| 2 | RT_DDFIELDS | Value transfer | Type reference (TYPE) | DDFIELDS | DD: Field List | 20100424 |
Method GET_ADDITIONAL_FIELD on class /GRCPI/CL_GRIA_BR_HANDLER_LOG has no exception.
Method GET_ADDITIONAL_FIELD_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_EXPLIST_FIELD | Call by reference | Type reference (TYPE) | /GRCPI/GRIA_T_EXPLIST_FIELD | AM - Exception List Field | 20100617 | |||
| 2 | RT_DDFIELDS | Value transfer | Type reference (TYPE) | DDFIELDS | DD: Field List | 20100617 |
Method GET_ADDITIONAL_FIELD_TAB on class /GRCPI/CL_GRIA_BR_HANDLER_LOG has no exception.
Method GET_CHANGELOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CHANGELOG | Call by reference | Type reference (TYPE) | /GRCPI/GRIA_T_UTCHANGELOG | AM - Change log generic output | 20100422 | |||
| 2 | ET_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20100422 | |||
| 3 | IS_DEFINITION | Call by reference | Type reference (TYPE) | /GRCPI/GRIA_S_BRDEF | AM - Business Rule Definition | 20100422 | |||
| 4 | IV_ENDDATE | Call by reference | Type reference (TYPE) | SY-DATUM | Current Date of Application Server | 20100422 | |||
| 5 | IV_FROMDATE | Call by reference | Type reference (TYPE) | SY-DATUM | Current Date of Application Server | 20100422 | |||
| 6 | IV_LOGTYPE | Call by reference | Type reference (TYPE) | CDCHNGIND | Change type (U, I, E, D) | 20100606 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic Exception Class | 20100422 |
Method GET_DATA_CN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_LOG | Call by reference | Type reference (TYPE) | T_LOG | 20100525 | ||||
| 2 | RT_LOG | Value transfer | Type reference (TYPE) | T_LOG | 20100525 |
Method GET_DATA_CN on class /GRCPI/CL_GRIA_BR_HANDLER_LOG has no exception.
Method GET_DATA_MF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LOG | Call by reference | Type reference (TYPE) | T_LOG | 20100428 | ||||
| 2 | ET_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20100428 | |||
| 3 | IS_BR_INFO | Call by reference | Type reference (TYPE) | /GRCPI/GRIA_S_BR_INFO | AM - BR Runtime Info | 20100428 | |||
| 4 | IT_LOG | Call by reference | Type reference (TYPE) | T_LOG | 20100428 | ||||
| 5 | IT_PRIMARY_FIELD | Call by reference | Type reference (TYPE) | T_FIELD_LIST | AM - Exception List Field | 20100428 |
Method GET_DATA_MF on class /GRCPI/CL_GRIA_BR_HANDLER_LOG has no exception.
Method RECONSTRUCT_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20110112 | |||
| 2 | EV_DATA | Call by reference | Type reference (TYPE) | XSTRING | Return data in Xstring | 20110112 | |||
| 3 | IT_EXPLIST_FIELD | Call by reference | Type reference (TYPE) | /GRCPI/GRIA_T_EXPLIST_FIELD | AM - Exception List Field | 20110126 | |||
| 4 | IT_FIELDCAT | Call by reference | Type reference (TYPE) | /GRCPI/GRIA_T_FIELDCATALOG | AM - Field Catalog for RFC Communication | 20110112 | |||
| 5 | IT_LOG | Call by reference | Type reference (TYPE) | /GRCPI/GRIA_T_UTCHANGELOG | AM - Change log generic output | 20110112 | |||
| 6 | IT_PRIMARY_FIELD | Call by reference | Type reference (TYPE) | /GRCPI/GRIA_T_EXPLIST_FIELD | AM - Exception List Field | 20110114 | |||
| 7 | IV_FROM_CLAUSE | Call by reference | Type reference (TYPE) | STRING | From Clause | 20110126 |
Method RECONSTRUCT_TABLE on class /GRCPI/CL_GRIA_BR_HANDLER_LOG has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | V1000_700 |