Class ZCL_JKRT_AREA
Package
ZJK_REG_TEST
- Included interfaces
-
ZIF_JK_AUTHORIZABLE
Test Case Application Area
Methods Summary
| Visibility | Level | Name | Description |
|---|---|---|---|
Public
|
Static
|
CHECK_AUTHORIZATION | Checks authorization for an area |
Public
|
Static
|
FIND | Returns an area instance for a given ID |
Public
|
Instance
|
GET_ID | Returns the id of this area |
Private
|
Instance
|
CONSTRUCTOR | CONSTRUCTOR |
Private
|
Static
|
GET_ACTIVITY_NAME | Returns the name of an activity |
Public
|
Instance
|
ZIF_JK_AUTHORIZABLE~AUTHORIZE | Authorize activity on the object |
Attributes Summary
| Visibility | Level | Name | Description |
|---|---|---|---|
Private
|
Instance
|
AV_AREA | Application Area |
Public
|
Constant
|
ZIF_JK_AUTHORIZABLE~AC_CHANGE | Activity |
Public
|
Constant
|
ZIF_JK_AUTHORIZABLE~AC_COPY | Activity |
Public
|
Constant
|
ZIF_JK_AUTHORIZABLE~AC_CREATE | Activity |
Public
|
Constant
|
ZIF_JK_AUTHORIZABLE~AC_DELETE | Activity |
Public
|
Constant
|
ZIF_JK_AUTHORIZABLE~AC_DISPLAY | Activity |
Public
|
Constant
|
ZIF_JK_AUTHORIZABLE~AC_EXECUTE | Activity |
Method Detail
-
CHECK_AUTHORIZATION
Public Static CHECK_AUTHORIZATION
Checks authorization for an area- Parameters
- Importing
IV_ACTIVITYTYPEACTIV_AUTH- Activity - Importing
IV_AREATYPEZJKRT_DT_AREA- Application Area - Exceptions
- ZCX_JK_NOT_AUTHORIZED
-
FIND
Public Static FIND
Returns an area instance for a given ID- Parameters
- Importing
IV_AREATYPEZJKRT_DT_AREA- Application Area - Returning
RO_AREATYPE REF TOZCL_JKRT_AREA- Test Case Application Area
-
GET_ID
Public Instance GET_ID
Returns the id of this area- Parameters
- Returning
RV_VALUETYPEZJKRT_DT_AREA- Application Area
-
CONSTRUCTOR
Private Instance CONSTRUCTOR
CONSTRUCTOR- Parameters
- Importing
IV_AREATYPEZJKRT_DT_AREA
-
GET_ACTIVITY_NAME
Private Static GET_ACTIVITY_NAME
Returns the name of an activity- Parameters
- Importing
IV_ACTIVITYTYPEACTIV_AUTH- Activity - Returning
RV_VALUETYPESTRING
-
ZIF_JK_AUTHORIZABLE~AUTHORIZE
Public Instance ZIF_JK_AUTHORIZABLE~AUTHORIZE
Authorize activity on the object- Parameters
- Importing
IV_ACTIVITYTYPEACTIV_AUTH- Activity - Exceptions
- ZCX_JK_NOT_AUTHORIZED
Attribute Detail
-
AV_AREA
Private Instance AV_AREA TYPE ZJKRT_DT_AREA
Application Area
-
ZIF_JK_AUTHORIZABLE~AC_CHANGE
Public Constant ZIF_JK_AUTHORIZABLE~AC_CHANGE TYPE ACTIV_AUTH VALUE '02'
Activity
-
ZIF_JK_AUTHORIZABLE~AC_COPY
Public Constant ZIF_JK_AUTHORIZABLE~AC_COPY TYPE ACTIV_AUTH VALUE '90'
Activity
-
ZIF_JK_AUTHORIZABLE~AC_CREATE
Public Constant ZIF_JK_AUTHORIZABLE~AC_CREATE TYPE ACTIV_AUTH VALUE '01'
Activity
-
ZIF_JK_AUTHORIZABLE~AC_DELETE
Public Constant ZIF_JK_AUTHORIZABLE~AC_DELETE TYPE ACTIV_AUTH VALUE '06'
Activity
-
ZIF_JK_AUTHORIZABLE~AC_DISPLAY
Public Constant ZIF_JK_AUTHORIZABLE~AC_DISPLAY TYPE ACTIV_AUTH VALUE '03'
Activity
-
ZIF_JK_AUTHORIZABLE~AC_EXECUTE
Public Constant ZIF_JK_AUTHORIZABLE~AC_EXECUTE TYPE ACTIV_AUTH VALUE '16'
Activity