SAP ABAP Interface IF_GRFN_OBJTYPE_DESCR (GRC Object type descriptor)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷ GRC (Application Component) Governance, Risk and Compliance
⤷ GRFN_API_SERVICES (Package) GRC Foundation API Services
⤷ GRC (Application Component) Governance, Risk and Compliance
⤷ GRFN_API_SERVICES (Package) GRC Foundation API Services
Meta Relationship - Used By
Properties
Interface | IF_GRFN_OBJTYPE_DESCR | |
Short Description | GRC Object type descriptor |
General Data
Package | GRFN_API_SERVICES | GRC Foundation API Services |
Created | 20080123 | SAP |
Last changed | 20141106 | |
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) |
Interfaces
Interface IF_GRFN_OBJTYPE_DESCR has no interface.
Friends
Interface IF_GRFN_OBJTYPE_DESCR has no friend.
Attributes
Interface IF_GRFN_OBJTYPE_DESCR has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | CENTRAL_CHECK | Instance method | Public | Method | Determines if the object is centrally checked | 20110518 |
2 | GET | Static method | Public | Method | Returns a singleton instance of the descriiptor class | 20080508 |
3 | GET_REPORTING_COLUMNS | Instance method | Public | Method | Returns dynamic reporting columns for a certain entity | 20100621 |
4 | GET_REP_ATTR_TEXT | Instance method | Public | Method | 20100624 | |
5 | GET_STARTUP_OBJECTS | Instance method | Public | Method | Returns startup objects for a certain entity | 20100209 |
6 | GET_SUBENTITIES | Instance method | Public | Method | Returns all subtypes for this object type | 20080626 |
7 | GET_SUBENTITY | Instance method | Public | Method | Returns the subtype for a certain object | 20080626 |
8 | GET_SUBENTITY_DESCR | Instance method | Public | Method | Returns description for subentity | 20100622 |
Events
Interface IF_GRFN_OBJTYPE_DESCR has no event.
Types
Interface IF_GRFN_OBJTYPE_DESCR has no local type.
Method Signatures
Method CENTRAL_CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_SUBENTITY | Call by reference | Type reference (TYPE) | GRFN_SUBENTITY | Subentity | 20110524 | ||
2 | Returning | RV_CENTRAL_CHECK | Value transfer | Type reference (TYPE) | ABAP_BOOL | Central Check flag | 20110518 |
Method CENTRAL_CHECK on Interface IF_GRFN_OBJTYPE_DESCR has no exception.
Method GET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_GRFN_OBJTYPE_DESCR | GRC Object type descriptor | 20080508 |
Method GET on Interface IF_GRFN_OBJTYPE_DESCR has no exception.
Method GET_REPORTING_COLUMNS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_LANGU | Call by reference | Type reference (TYPE) | LANGU | SY-LANGU | Language Key | 20100629 | |
2 | Returning | RT_COLUMNS | Value transfer | Type reference (TYPE) | GRFN_T_FIELDMAP | List of fields | 20100621 |
Method GET_REPORTING_COLUMNS on Interface IF_GRFN_OBJTYPE_DESCR has no exception.
Method GET_REP_ATTR_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_ATTR_VALUE | Call by reference | Type reference (TYPE) | CLIKE | 20100624 | |||
2 | Importing | IV_FIELD_ID | Call by reference | Type reference (TYPE) | CLIKE | 20100624 | |||
3 | Importing | IV_LANGU | Call by reference | Type reference (TYPE) | LANGU | Language Key | 20100624 | ||
4 | Returning | RV_ATTR_TEXT | Value transfer | Type reference (TYPE) | GRFN_ATTRTEXT | Attribute text | 20100624 |
Method GET_REP_ATTR_TEXT on Interface IF_GRFN_OBJTYPE_DESCR has no exception.
Method GET_STARTUP_OBJECTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20100209 | ||
2 | Importing | IV_USER | Call by reference | Type reference (TYPE) | UNAME | SY-UNAME | User Name | 20100209 | |
3 | Returning | RT_OBJECTS | Value transfer | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20100209 |
Method GET_STARTUP_OBJECTS on Interface IF_GRFN_OBJTYPE_DESCR has no exception.
Method GET_SUBENTITIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | RT_SUBENTITY | Value transfer | Type reference (TYPE) | GRFN_T_SUBENTITY | Table of subentities | 20080626 |
Method GET_SUBENTITIES on Interface IF_GRFN_OBJTYPE_DESCR has no exception.
Method GET_SUBENTITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20080626 | ||
2 | Returning | RV_SUBENTITY | Value transfer | Type reference (TYPE) | GRFN_SUBENTITY | Subentity | 20080626 |
Method GET_SUBENTITY on Interface IF_GRFN_OBJTYPE_DESCR has no exception.
Method GET_SUBENTITY_DESCR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_SUBENTITY | Call by reference | Type reference (TYPE) | GRFN_SUBENTITY | Subentity | 20100622 | ||
2 | Returning | RV_DESCRIPTION | Value transfer | Type reference (TYPE) | GRFN_DESCRIPTION | Description | 20100622 |
Method GET_SUBENTITY_DESCR on Interface IF_GRFN_OBJTYPE_DESCR has no exception.
Meta Relationship - Used By (full list)
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 300 |