SAP ABAP Class CL_GRAC_MIGRATION_SHMO_ROOT (AC Data Migration)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-AC (Application Component) Access Control
⤷
GRAC_UTILITIES (Package) Access Control GRC Various helping infrastructure for ABAP

⤷

⤷

Properties
Class | CL_GRAC_MIGRATION_SHMO_ROOT | |
Short Description | AC Data Migration | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRAC_UTILITIES | Access Control GRC Various helping infrastructure for ABAP |
Created | 20100828 | SAP |
Last change | 20141106 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_GRAC_MIGRATION_SHMO_ROOT has no forward declaration.
Interfaces
Class CL_GRAC_MIGRATION_SHMO_ROOT has no interface implemented.
Friends
Class CL_GRAC_MIGRATION_SHMO_ROOT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Type reference (TYPE) | YT_PERMAUTH_INPUT | 20100908 | |||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | YT_ROLEPERMAUTH | 20100908 | |||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | YT_ROLE_BUFFER | 20100915 | |||
4 | ![]() |
Instance attribute | Public | Type reference (TYPE) | YT_ROLE_INPUT | 20100828 | |||
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20100917 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Set Permission Authorization Data from file | 20100917 |
2 | ![]() |
Instance method | Public | Method | Set Role Data from file | 20100915 |
Events
Class CL_GRAC_MIGRATION_SHMO_ROOT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_PERMAUTH_INPUT | Public | See coding | 20100908 | BEGIN OF ys_permauth_input,
ac_permauth TYPE string,
roleid TYPE string,
permission TYPE string,
auth TYPE string,
active TYPE string,
mtn_level TYPE string,
END OF ys_permauth_input
|
||
2 | YS_ROLE_BUFFER | Public | See coding | 20100915 | BEGIN OF ys_role_buffer,
ac_roleid TYPE grac_roleid,
roleid TYPE grac_roleid,
role_name TYPE grac_role_name,
connector_grp TYPE grfn_connectorgrp,
role_type TYPE grac_role_type,
bproc TYPE grac_bproc,
bsubproc TYPE grac_bsubproc,
prjrel TYPE grac_prj_rel,
critlvl TYPE grac_critlvl,
profile TYPE grac_profile,
role_status TYPE grac_role_status,
nmcnv TYPE grac_nmcnv,
methodology TYPE grac_methodology,
locked TYPE grfn_boolean,
current_step TYPE grac_sequence,
max_step TYPE grac_sequence,
backend_mode TYPE grfn_boolean,
change_by TYPE xubname,
change_on TYPE grfn_timestamp,
create_by TYPE xubname,
create_on TYPE grfn_timestamp,
END OF ys_role_buffer
|
||
3 | YS_ROLE_INPUT | Public | See coding | 20100828 | BEGIN OF ys_role_input,
ac_roleid TYPE string,
* roleid TYPE string,
role_name TYPE string,
connector_grp TYPE string,
role_type TYPE string,
bproc TYPE string,
bsubproc TYPE string,
prjrel TYPE string,
critlvl TYPE string,
profile TYPE string,
role_status TYPE string,
nmcnv TYPE string,
methodology TYPE string,
locked TYPE string,
current_step TYPE string,
max_step TYPE string,
backend_mode TYPE string,
END OF ys_role_input
|
||
4 | YT_PERMAUTH_INPUT | Public | See coding | 20100908 | yt_permauth_input TYPE STANDARD TABLE OF ys_permauth_input
|
||
5 | YT_ROLEPERMAUTH | Public | Type reference (TYPE) | GRAC_T_ROLEPERMAUTH | 20100908 | |
|
6 | YT_ROLE_BUFFER | Public | See coding | 20100915 | yt_role_buffer TYPE STANDARD TABLE OF ys_role_buffer
|
||
7 | YT_ROLE_INPUT | Public | See coding | 20100828 | yt_role_input TYPE STANDARD TABLE OF ys_role_input
|
Method Signatures
Method BUILD_PERMAUTH_BUFFER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FILENAME | Call by reference | Type reference (TYPE) | LOCALFILE | File Name | 20100917 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100917 |
Method BUILD_ROLE_BUFFER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FILENAME | Call by reference | Type reference (TYPE) | EPSFILNAM | File Name | 20100915 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20100915 |
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | V1000 |