SAP ABAP Class CL_GRAC_AD_ACCESS_MGMT_RFC (Implementation class for Provisioning Integration Scenario)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-AC (Application Component) Access Control
     GRAC_ADAPTORS (Package) Access Control GRC Calls for Plag-in's and WSDL
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRAC_AD_ACCESS_MGMT Interface for AC Access Management Integration Scenario 20091030
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRAC_AD_TYPES Data types used in AC Adaptor interfaces 20091030
Properties
Class CL_GRAC_AD_ACCESS_MGMT_RFC  
Short Description Implementation class for Provisioning Integration Scenario    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRAC_ADAPTORS   Access Control GRC Calls for Plag-in's and WSDL 
Created 20091030   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_GRAC_AD_ACCESS_MGMT_RFC has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRAC_AD_ACCESS_MGMT Interface for AC Access Management Integration Scenario 20091030
2 IF_GRAC_AD_TYPES Data types used in AC Adaptor interfaces 20091030
Friends
# Friend Modeled only Created on Description
1 CL_GRAC_AD_ACCESS_MGMT 20091030 Interface class for User Provisioning Integration Scenario
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 G_INSTANCE_OBJECT Static Attribute Private Object reference (TYPE REF TO) CL_GRAC_AD_ACCESS_MGMT_RFC Implementation class for Provisioning Integration Scenario 20091030
2 YRETURN_CODE_FALSE Instance attribute Private Attribute reference (LIKE) 20100907
3 YRETURN_CODE_TRUE Instance attribute Private Attribute reference (LIKE) 20091030
Methods
# Method Level Visibility Method type Description Created on
1 APPLY_FIELD_MAPPING Instance method Private Method 20110818
2 CONSTRUCTOR Instance method Private Constructor Constructor 20091030
3 GET_ATTR Instance method Public Method 20100713
4 GET_INSTANCE Static method Protected Method Return the instance object (singleton) 20091030
5 UPDATE_FLAGS_AFTER_MAPPING Static method Private Method Update flags for fields to be updated after applying mapping 20120405
Events
Class CL_GRAC_AD_ACCESS_MGMT_RFC has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YAUTH Private Attribute reference (LIKE) 20091030
2 YBOOL Private Attribute reference (LIKE) 20091030
3 YCLASS Private Attribute reference (LIKE) 20091030
4 YCUAPARENT Public Attribute reference (LIKE) 20100601
5 YFIELD Private Attribute reference (LIKE) 20091030
6 YGEN_PROF Private Attribute reference (LIKE) 20091030
7 YHIGH Private Attribute reference (LIKE) 20091030
8 YLANG Private Attribute reference (LIKE) 20091030
9 YLOGICAL_DESTINATION Private Attribute reference (LIKE) 20091030
10 YLOW Private Attribute reference (LIKE) 20091030
11 YOBJECT Private Attribute reference (LIKE) 20091030
12 YOBJID Private Attribute reference (LIKE) 20100510
13 YOBJTYPE Private Attribute reference (LIKE) 20100510
14 YOPERATION Private Attribute reference (LIKE) 20091030
15 YPARENT Public Attribute reference (LIKE) 20100601
16 YPROFILE Private Attribute reference (LIKE) 20091030
17 YPRTYPE Private Attribute reference (LIKE) 20091030
18 YRETURN_CODE Private Attribute reference (LIKE) 20091030
19 YROLE Private Attribute reference (LIKE) 20091030
20 YROLE_TYPE Private Attribute reference (LIKE) 20091030
21 YSYSTEM_ID Private Attribute reference (LIKE) 20091030
22 YS_LANG Private Attribute reference (LIKE) 20091030
23 YS_OBJECTID Private Attribute reference (LIKE) 20100514
24 YS_OBJECT_ID Private Attribute reference (LIKE) 20100510
25 YS_ROLE Private Attribute reference (LIKE) 20100514
26 YS_ROLE_ASSIGN Private Attribute reference (LIKE) 20100521
27 YS_ROLE_DESCRIPTION Private Attribute reference (LIKE) 20091030
28 YS_ROLE_DETAIL Private Attribute reference (LIKE) 20091030
29 YS_ROLE_DETAIL_DESCRIPTION Private Attribute reference (LIKE) 20091030
30 YS_ROLE_OBJECT Private Attribute reference (LIKE) 20091030
31 YTCODE Private Attribute reference (LIKE) 20091030
32 YTEXT Private Attribute reference (LIKE) 20091030
33 YT_INFTY_RANGE Public Attribute reference (LIKE) 20100518
34 YT_INFTY_RANGE_FLD_VALUE Public Attribute reference (LIKE) 20100525
35 YT_LANG Private Attribute reference (LIKE) 20091030
36 YT_LANGUAGE Private Attribute reference (LIKE) 20100218
37 YT_MESSAGE Private Attribute reference (LIKE) 20091030
38 YT_OBJECT_ID Private Attribute reference (LIKE) 20100510
39 YT_PRINTER Public Attribute reference (LIKE) 20100907
40 YT_ROLE Private Attribute reference (LIKE) 20100514
41 YT_ROLE_DETAIL Private Attribute reference (LIKE) 20091030
42 YT_ROLE_DETAIL_DESCRIPTION Private Attribute reference (LIKE) 20091030
43 YT_ROLE_OBJECT Private Attribute reference (LIKE) 20091030
44 YT_SPOOLDEVICE Private Attribute reference (LIKE) 20100218
45 YT_STARTMENU Private Attribute reference (LIKE) 20100218
46 YT_TIMEZONE Private Attribute reference (LIKE) 20100218
47 YT_USER_HR_DATA Public Attribute reference (LIKE) 20100907
48 Y_PERNR_2 Public Attribute reference (LIKE) 20110307
49 Y_SYSID Public Attribute reference (LIKE) 20100615
Method Signatures

Method APPLY_FIELD_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_USER_DETAIL Call by reference Type reference (TYPE) GRAC_S_USER_DETAIL User Details 20110818
2 Importing IT_GRPFLDMAP Call by reference Type reference (TYPE) GRAC_T_GRPFLDMAP Group field mapping 20110818

Method APPLY_FIELD_MAPPING on class CL_GRAC_AD_ACCESS_MGMT_RFC has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_GRAC_AD_ACCESS_MGMT_RFC has no parameter.
Method CONSTRUCTOR on class CL_GRAC_AD_ACCESS_MGMT_RFC has no exception.

Method GET_ATTR Signature

Method GET_ATTR on class CL_GRAC_AD_ACCESS_MGMT_RFC has no parameter.
Method GET_ATTR on class CL_GRAC_AD_ACCESS_MGMT_RFC has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_INSTANCE Value transfer Object reference (TYPE REF TO) IF_GRAC_AD_ACCESS_MGMT Implementation class for Provisioning instance 20091030

Method GET_INSTANCE on class CL_GRAC_AD_ACCESS_MGMT_RFC has no exception.

Method UPDATE_FLAGS_AFTER_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_USER Call by reference Type reference (TYPE) IF_GRAC_AD_OUT_GRCPI_TYPES=>YT_CHANGE_USER 20120405
2 Importing IT_USER Call by reference Type reference (TYPE) IF_GRAC_AD_OUT_GRCPI_TYPES=>YT_CHANGE_USER 20120405

Method UPDATE_FLAGS_AFTER_MAPPING on class CL_GRAC_AD_ACCESS_MGMT_RFC has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 600