SAP ABAP Interface IF_GRFN_API_EXT_ASGN (Extension API Interface)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC (Application Component) Governance, Risk and Compliance
⤷
GRFN_ENTITY_API (Package) GRC Foundation API

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_GRFN_API_EXT_ASGN | Extension API Class | 20091202 |
Properties
Interface | IF_GRFN_API_EXT_ASGN | |
Short Description | Extension API Interface |
General Data
Package | GRFN_ENTITY_API | GRC Foundation API |
Created | 20091202 | 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_API_EXT_ASGN has no interface.
Friends
Interface IF_GRFN_API_EXT_ASGN has no friend.
Attributes
Interface IF_GRFN_API_EXT_ASGN has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Fill required fields by import | 20110315 |
2 | ![]() |
Instance method | Public | Method | Get extensions | 20091202 |
3 | ![]() |
Instance method | Public | Method | Get line type of extension | 20100304 |
4 | ![]() |
Instance method | Public | Method | Query all | 20091202 |
5 | ![]() |
Instance method | Public | Method | Retrieve an extension's detail information | 20091202 |
6 | ![]() |
Static method | Public | Method | Search objects by extension | 20091228 |
7 | ![]() |
Instance method | Public | Method | Set extensions | 20091202 |
8 | ![]() |
Instance method | Public | Method | Validate extensions | 20100425 |
Events
Interface IF_GRFN_API_EXT_ASGN has no event.
Types
Interface IF_GRFN_API_EXT_ASGN has no local type.
Method Signatures
Method FILL_REQUIRED_FIELD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Extensions | 20110315 | ||
2 | ![]() |
IV_INDEX | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20110315 | ||
3 | ![]() |
IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20110315 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20110315 |
Method GET_EXTENSIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_EXT | Call by reference | Type reference (TYPE) | GRFN_EXT | Extension object | 20091202 | ||
2 | ![]() |
IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091202 | ||
3 | ![]() |
RT_EXT | Value transfer | Type reference (TYPE) | GRFN_T_EXT | Extension object table | 20091202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20091202 |
Method GET_LINE_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_EXT | Value transfer | Type reference (TYPE) | GRFN_EXT | Extension object type | 20100304 | ||
2 | ![]() |
RO_LINE_TYPE | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20100304 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100304 |
Method QUERY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_LINE_TYPE | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20091202 | ||
2 | ![]() |
ET_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20091222 | |||
3 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20091202 | ||
4 | ![]() |
IT_QUERY_OPTION | Call by reference | Type reference (TYPE) | GRFN_T_QUERY_OPTION | Field Query Options | 20100827 | ||
5 | ![]() |
IV_EXT | Call by reference | Type reference (TYPE) | GRFN_EXT | Extension object type | 20091202 | ||
6 | ![]() |
IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRPC_API_OBJECT_ID | GRPC ID of the individual object | 20091202 | ||
7 | ![]() |
IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20091218 |
Method RETRIEVE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_LINE_TYPE | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20091202 | ||
2 | ![]() |
ER_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20091229 | |||
3 | ![]() |
ES_EXT_DATA | Call by reference | Type reference (TYPE) | GRFN_S_EXT_DATA | Extension object | 20091202 | ||
4 | ![]() |
IS_EXT | Call by reference | Type reference (TYPE) | GRFN_S_EXT | Extension object | 20091202 | ||
5 | ![]() |
IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20091218 |
Method SEARCH_BY_EXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20091228 | ||
2 | ![]() |
IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20091228 | ||
3 | ![]() |
IS_EXT | Call by reference | Type reference (TYPE) | GRFN_S_EXT | Extension object | 20091228 | ||
4 | ![]() |
IV_REVERSE_WILDCARD | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20110107 | ||
5 | ![]() |
IV_WILDCARD | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20100226 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20091228 |
Method SET_EXTENSIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_EXT | Call by reference | Type reference (TYPE) | GRFN_T_EXT | Extension object table | 20091202 | ||
2 | ![]() |
IV_EXT | Call by reference | Type reference (TYPE) | GRFN_EXT | Extension object type | 20091202 | ||
3 | ![]() |
IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091202 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20091202 |
Method VALIDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | Extensions | 20100425 | ||
2 | ![]() |
IV_INDEX | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20100426 | ||
3 | ![]() |
IV_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20100425 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100425 |
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 600 |