SAP ABAP Class /GRCPI/CL_GRIA_TCODE (Tcode Class)
Hierarchy
☛
GRCPINW (Software Component) SAP GRC NetWeaver Plug-In
⤷
GRC-ACP (Application Component) GRC Access Control Plug-In
⤷
/GRCPI/GRIA_NW_AC (Package) GRCPI AC package for NW

⤷

⤷

Properties
Class | /GRCPI/CL_GRIA_TCODE | |
Short Description | Tcode Class | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /GRCPI/GRIA_NW_AC | GRCPI AC package for NW |
Created | 20090828 | SAP |
Last change | 20141106 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /GRCPI/CL_GRIA_TCODE has no forward declaration.
Interfaces
Class /GRCPI/CL_GRIA_TCODE has no interface implemented.
Friends
Class /GRCPI/CL_GRIA_TCODE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | RALDB_OPTI | 'CP' | OPTION field in structure of SELECT-OPTIONS tables | 20091005 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | RALDB_SIGN | 'I' | SIGN field in creation of SELECT-OPTIONS tables | 20091005 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Get Action Info | 20140605 |
2 | ![]() |
Static method | Public | Method | Get Action Object Info | 20140606 |
3 | ![]() |
Static method | Public | Method | Get Tcode by role | 20090902 |
4 | ![]() |
Static method | Public | Method | Get Tcode Info | 20090914 |
5 | ![]() |
Static method | Public | Method | Get Tcode Object info | 20090828 |
Events
Class /GRCPI/CL_GRIA_TCODE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_ORG_TCODE | Public | See coding | 20100922 | begin of ty_org_tcode,
tcode type char30,
org_tcode type char30,
end of ty_org_tcode
|
||
2 | YS_OBJ_INFO | Public | See coding | 20100922 | begin of ys_obj_info,
name type xupname,
object type xuobject,
* ttext TYPE xutext,
end of ys_obj_info
|
||
3 | YS_RANGE | Public | See coding | 20091005 | BEGIN OF ys_range ,
sign TYPE raldb_sign ,
option TYPE raldb_opti,
low TYPE tcode,
high TYPE tcode,
END OF ys_range
|
||
4 | YS_WDY_OBJ_INFO | Public | See coding | 20140610 | begin of ys_wdy_obj_info,
name type SOBJ_NAME,
object type xuobject,
end of ys_wdy_obj_info
|
||
5 | YT_OBJ_INFO | Public | See coding | 20100922 | yt_obj_info type table of ys_obj_info
|
||
6 | YT_RANGE | Public | See coding | 20091005 | yt_range TYPE STANDARD TABLE OF ys_range
|
||
7 | YT_WDY_OBJ_INFO | Public | See coding | 20140610 | yt_wdy_obj_info type table of ys_wdy_obj_info
|
Method Signatures
Method GET_ACTION_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ACTION_INFO | Value transfer | Type reference (TYPE) | /GRCPI/GRIA_T_ACTIONT | Action Info | 20140605 | ||
2 | ![]() |
ET_MESSAGE | Value transfer | Type reference (TYPE) | BAPIRET2_TAB | Error Messages | 20140605 | ||
3 | ![]() |
EV_RETURN_CODE | Value transfer | Type reference (TYPE) | /GRCPI/GRIA_COUNT | Index/Count | 20140605 | ||
4 | ![]() |
IT_ACTION_RANGE | Value transfer | Type reference (TYPE) | /GRCPI/GRIA_T_SOD_OBJECT_RANGE | Object Range table | 20140605 | ||
5 | ![]() |
IV_LANGU | Value transfer | Type reference (TYPE) | LANGU | SY-LANGU | Language Key | 20140605 |
Method GET_ACTION_INFO on class /GRCPI/CL_GRIA_TCODE has no exception.
Method GET_ACTION_OBJINFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Error Messages | 20140606 | ||
2 | ![]() |
ET_OBJECT | Call by reference | Type reference (TYPE) | /GRCPI/GRIA_T_ACTION_OBJECT | Action & Object Table | 20140606 | ||
3 | ![]() |
EV_RETURN_CODE | Call by reference | Type reference (TYPE) | /GRCPI/GRIA_COUNT | Index/Count | 20140606 | ||
4 | ![]() |
IT_ACTION | Call by reference | Type reference (TYPE) | /GRCPI/GRIA_T_ACTIONT | Action Text | 20140606 |
Method GET_ACTION_OBJINFO on class /GRCPI/CL_GRIA_TCODE has no exception.
Method GET_TCODE_FOR_ROLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | 20090902 | |||
2 | ![]() |
ET_ROLE_TCODE_LIST | Call by reference | Type reference (TYPE) | /GRCPI/GRIA_T_ROLE_TCODE | List of Role and TCODE | 20090902 | ||
3 | ![]() |
EV_RETURN_CODE | Call by reference | Type reference (TYPE) | /GRCPI/GRIA_COUNT | 20090902 | |||
4 | ![]() |
IT_ROLE_LIST | Call by reference | Type reference (TYPE) | /GRCPI/GRIA_T_ROLE | Role List | 20090902 |
Method GET_TCODE_FOR_ROLE on class /GRCPI/CL_GRIA_TCODE has no exception.
Method GET_TCODE_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGE | Value transfer | Type reference (TYPE) | BAPIRET2_TAB | Error Messages | 20090914 | ||
2 | ![]() |
ET_TCODE_TAB | Value transfer | Type reference (TYPE) | /GRCPI/GRIA_T_TCODE | 20091111 | |||
3 | ![]() |
EV_RETURN_CODE | Value transfer | Type reference (TYPE) | /GRCPI/GRIA_COUNT | Index/Count | 20090914 | ||
4 | ![]() |
IT_TCODE_RANGE | Value transfer | Type reference (TYPE) | /GRCPI/GRIA_T_TCODE_RANGE | Tcode Range Table Type | 20100121 | ||
5 | ![]() |
IV_LANGU | Value transfer | Type reference (TYPE) | LANGU | SY-LANGU | Language Key | 20090914 |
Method GET_TCODE_INFO on class /GRCPI/CL_GRIA_TCODE has no exception.
Method GET_TCODE_OBJINFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRET2_TAB | Error Messages | 20090917 | ||
2 | ![]() |
ET_OBJECT | Call by reference | Type reference (TYPE) | /GRCPI/GRIA_T_TCODE_OBJECT | List of TCode & Object | 20090917 | ||
3 | ![]() |
EV_RETURN_CODE | Call by reference | Type reference (TYPE) | /GRCPI/GRIA_COUNT | Index/Count | 20090917 | ||
4 | ![]() |
IT_TCODE | Call by reference | Type reference (TYPE) | /GRCPI/GRIA_T_TCODE | TCode List | 20091006 |
Method GET_TCODE_OBJINFO on class /GRCPI/CL_GRIA_TCODE has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 600_700 |