SAP ABAP Class CL_RS2HANA_AUTH_MANAGER (Main class)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-MTD-HMOD (Application Component) HANA Model Generation in BW
     RS2HANA_AUTH (Package) BW Authorization in HANA
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSPC_EXECUTE Execute Process 20130517
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSPC_GET_LOG Deliver Log 20130517
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSPC_GET_STATUS Current Status of the Process 20130517
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSPC_GET_VARIANT F4 Help for Process Variants 20130517
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSPC_MAINTAIN Maintaining a Process Variant 20130517
Properties
Class CL_RS2HANA_AUTH_MANAGER  
Short Description Main class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RS2HANA_AUTH   BW Authorization in HANA 
Created 20130517   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_RS2HANA_AUTH_CONST Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSPC_EXECUTE Execute Process 20130517
2 IF_RSPC_GET_LOG Deliver Log 20130517
3 IF_RSPC_GET_STATUS Current Status of the Process 20130517
4 IF_RSPC_GET_VARIANT F4 Help for Process Variants 20130517
5 IF_RSPC_MAINTAIN Maintaining a Process Variant 20130517
Friends
Class CL_RS2HANA_AUTH_MANAGER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CP_OBJ_BUFF Static Attribute Private Type reference (TYPE) RS_BOOL 20130905
2 N_USE_GRANT_SELECT Static Attribute Public Type reference (TYPE) RS_BOOL Boolean 20130619
3 P_ACTION Instance attribute Private Type reference (TYPE) RS2HANA_AUTH_ACTION Generation Action 20130517
4 P_DETLEVEL Instance attribute Private Type reference (TYPE) BALLEVEL Application Log: Level of detail 20130517
5 P_DETLEVEL_SUB Instance attribute Private Type reference (TYPE) I 0 20130916
6 P_FORCE_GENERATION Instance attribute Private Type reference (TYPE) RS_BOOL Boolean 20130517
7 P_NO_USER_MESSAGES Instance attribute Private Type reference (TYPE) RS_BOOL Boolean 20130517
8 P_R_MANAGER Static Attribute Private Object reference (TYPE REF TO) CL_RS2HANA_AUTH_MANAGER Main class 20130517
9 P_R_MSG Instance attribute Private Object reference (TYPE REF TO) CL_RSO_MSG Container for Messages 20130517
10 P_SIMULATE Instance attribute Private Type reference (TYPE) RS_BOOL Boolean 20130517
11 P_STATUS Instance attribute Private Type reference (TYPE) RSPC_STATE Status of Process 20130517
12 P_TS_OBJ Static Attribute Private Type reference (TYPE) RS2HANA_AUTH_TS_OBJ 20130905
13 P_T_INFOPROVIDER Instance attribute Private Type reference (TYPE) IF_RS2HANA_AUTH_CONST=>TY_T_OBJECT Table type of RSINFOPROV 20130517
14 P_T_STOPWATCH Instance attribute Private Type reference (TYPE) IF_RS2HANA_AUTH_CONST=>N_T_STOPWATCH 20130517
15 P_T_USER Instance attribute Private Type reference (TYPE) IF_RS2HANA_AUTH_CONST=>TY_T_OBJECT Table type of XUBNAME 20130517
Methods
# Method Level Visibility Method type Description Created on
1 ADD_MSG Instance method Private Method Adds message to container 20130517
2 ADD_MSGS Instance method Private Method Add messages to container 20130517
3 ADJUST_DETLEVEL Instance method Private Method Change detlevel of messages 20130521
4 ASSIGN_INPUT Instance method Private Method Assigns roles and privileges 20130517
5 CHECK_AUTHORIZED Instance method Public Method Static check to identify which users are authorized 20130604
6 CHECK_CONSISTENCY Static method Public Method Static check to identify inconsistencies 20130517
7 CHECK_INPUT Instance method Private Method Does delta checks 20130517
8 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20130619
9 COMPLETE_OBJ_DATA Static method Public Method Add TLOGO and hana model flag information for object 20130524
10 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130521
11 CONVERT_STORAGE_TO_TAB Static method Private Method Convert process chain storage parameters to itab 20130517
12 CONVERT_TAB_TO_STORAGE Static method Private Method Convert itab to process chain storage parameters 20130517
13 DECREASE_DETLEVEL Instance method Private Method Subtract 1 from detlevel 20130517
14 EXECUTE Instance method Public Method Execute authorization generation 20130517
15 GET_ALL_INFOPROVIDERS Static method Public Method Returns list of all infoproviders available 20130517
16 GET_ALL_USERS Static method Public Method Returns all available users 20130517
17 GET_DBHOST Static method Public Method Returns the database host 20130702
18 GET_STATUS Instance method Public Method Returns current status of generation 20130517
19 GET_UNIQUE_IOBJNM Static method Public Method Returns unique name for IOBJ 20130702
20 INCREASE_DETLEVEL Instance method Private Method Add 1 to detlevel 20130517
21 INITIALIZE Instance method Private Method Reset all variables 20130603
22 IS_ACTION_DELETE Instance method Public Method Flag if action is to delete artifacts 20130517
23 IS_GENERATION_FORCED Instance method Public Method Returns forced generation flag 20130517
24 IS_SIMULATION Instance method Public Method Returns flag if running in simulation mode 20130517
25 IS_USER_MSG_ALLOWED Instance method Public Method Flag is user messages are allowed 20130521
26 MEASURE_ADJUST_MSG Instance method Private Method Add runtime to messages 20130517
27 MEASURE_GET_PLACEHOLDER Instance method Private Method Return placeholder for event 20130517
28 MEASURE_START Instance method Private Method Start time measure for event 20130517
29 MEASURE_STOP Instance method Private Method Stop time measure for event 20130517
30 NOTIFY_BUFF Static method Public Method 20130904
31 PREPARE_INPUT Instance method Private Method Prepares input (InfoProviders and users) 20130517
32 PROCESS_INPUT Instance method Private Method Processes input (creates privileges, procedures, roles) 20130517
33 REMOVE_ITAB_DUPLICATES Instance method Private Method 20130923
34 UPDATE_FILTER_TABLE Instance method Private Method Updates filter table 20130517
Events
Class CL_RS2HANA_AUTH_MANAGER has no event.
Types
Class CL_RS2HANA_AUTH_MANAGER has no local type.
Method Signatures

Method ADD_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20130517

Method ADD_MSG on class CL_RS2HANA_AUTH_MANAGER has no exception.

Method ADD_MSGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20130521
2 Importing I_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20130517

Method ADD_MSGS on class CL_RS2HANA_AUTH_MANAGER has no exception.

Method ADJUST_DETLEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20130521

Method ADJUST_DETLEVEL on class CL_RS2HANA_AUTH_MANAGER has no exception.

Method ASSIGN_INPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC ABAP-Systemfeld: Rückgabewert von ABAP-Anweisungen 20130517
2 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20130517

Method ASSIGN_INPUT on class CL_RS2HANA_AUTH_MANAGER has no exception.

Method CHECK_AUTHORIZED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ALL_AUTHORIZED Call by reference Type reference (TYPE) RS_BOOL Boolean 20130604
2 Exporting E_T_LIST Call by reference Type reference (TYPE) RS2HANA_AUTH_T_AUTHORIZED List of InfoProviders with (non-)authorized list of users 20130604
3 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20130604
4 Importing I_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL Application Log: Level of detail 20130604
5 Importing I_T_INFOPROVIDER Call by reference Type reference (TYPE) RS2HANA_AUTH_TS_IPRO BW Objects with TLOGO type and HANA model flag 20130604
6 Importing I_T_USER Call by reference Type reference (TYPE) RS2HANA_AUTH_T_USER Table type of XUBNAME 20130604
7 Importing I_WITH_WARNINGS Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20130604

Method CHECK_AUTHORIZED on class CL_RS2HANA_AUTH_MANAGER has no exception.

Method CHECK_CONSISTENCY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_IS_CONSISTENT Call by reference Type reference (TYPE) RS_BOOL Boolean 20130517
2 Exporting E_T_INFOPROVIDER Call by reference Type reference (TYPE) IF_RS2HANA_AUTH_CONST=>TY_T_CONSISTENCY_OBJ 20130517
3 Exporting E_T_PRIVILEGES Call by reference Type reference (TYPE) IF_RS2HANA_AUTH_CONST=>TY_T_CONSISTENCY_OBJ 20130517
4 Exporting E_T_PROCEDURES Call by reference Type reference (TYPE) IF_RS2HANA_AUTH_CONST=>TY_T_CONSISTENCY_OBJ 20130517
5 Exporting E_T_ROLES Call by reference Type reference (TYPE) IF_RS2HANA_AUTH_CONST=>TY_T_CONSISTENCY_OBJ 20130517
6 Importing I_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL Application Log: Level of detail 20130517
7 Importing I_T_INFOPROVIDER Call by reference Type reference (TYPE) RS2HANA_AUTH_TS_IPRO Table type of RSINFOPROV 20130517
# Exception Resumable Description Created on
1 SQL_EXCEPTION 20130517

Method CHECK_INPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC ABAP-Systemfeld: Rückgabewert von ABAP-Anweisungen 20130517
2 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20130517

Method CHECK_INPUT on class CL_RS2HANA_AUTH_MANAGER has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_RS2HANA_AUTH_MANAGER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_RS2HANA_AUTH_MANAGER has no exception.

Method COMPLETE_OBJ_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_IPRO Call by reference Type reference (TYPE) RS2HANA_AUTH_S_IPRO BW Objects with TLOGO type and HANA Model flag 20130524
# Exception Resumable Description Created on
1 NAME_IS_INITIAL 20130524
2 OBJECT_NOT_EXISTENT_IN_VERS_A 20130524
3 TLOGO_NOT_SUPPORTED 20130524

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTION Call by reference Type reference (TYPE) RS2HANA_AUTH_ACTION IF_RS2HANA_AUTH_CONST=>N_C_ACTION-CREATE Generation Action 20130604
2 Importing I_DETLEVEL Call by reference Type reference (TYPE) BALLEVEL '1' Application Log: Level of detail 20130604
3 Importing I_FORCE_GENERATION Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20130604
4 Importing I_NO_USER_MESSAGES Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20130604
5 Importing I_SIMULATE Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20130604

Method CONSTRUCTOR on class CL_RS2HANA_AUTH_MANAGER has no exception.

Method CONVERT_STORAGE_TO_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ACTION Call by reference Type reference (TYPE) RS2HANA_AUTH_ACTION Boolean 20130517
2 Exporting E_ALL_IPRO Call by reference Type reference (TYPE) RS_BOOL Boolean 20130517
3 Exporting E_ALL_USER Call by reference Type reference (TYPE) RS_BOOL Generation Action 20130517
4 Exporting E_FORCE_GENERATION Call by reference Type reference (TYPE) RS_BOOL Process Variant (Name) 20130517
5 Exporting E_T_IPRO Call by reference Type reference (TYPE) RS2HANA_AUTH_TS_IPRO Table type of XUBNAME 20130517
6 Exporting E_T_USER Call by reference Type reference (TYPE) RS2HANA_AUTH_T_USER Boolean 20130517
7 Importing I_T_STORAGE Call by reference Type reference (TYPE) RSPC_T_VARIANT Table type of RSINFOPROV 20130517

Method CONVERT_STORAGE_TO_TAB on class CL_RS2HANA_AUTH_MANAGER has no exception.

Method CONVERT_TAB_TO_STORAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_STORAGE Call by reference Type reference (TYPE) RSPC_T_VARIANT Generic Variant Storage 20130517
2 Importing I_ACTION Call by reference Type reference (TYPE) RS2HANA_AUTH_ACTION Generation Action 20130517
3 Importing I_ALL_IPRO Call by reference Type reference (TYPE) RS_BOOL Boolean 20130517
4 Importing I_ALL_USER Call by reference Type reference (TYPE) RS_BOOL Boolean 20130517
5 Importing I_FORCE_GENERATION Call by reference Type reference (TYPE) RS_BOOL Boolean 20130517
6 Importing I_T_IPRO Call by reference Type reference (TYPE) RS2HANA_AUTH_TS_IPRO Table type of RSINFOPROV 20130517
7 Importing I_T_USER Call by reference Type reference (TYPE) RS2HANA_AUTH_T_USER Table type of XUBNAME 20130517
8 Importing I_VARIANT Call by reference Type reference (TYPE) RSPC_VARIANT Process Variant (Name) 20130517

Method CONVERT_TAB_TO_STORAGE on class CL_RS2HANA_AUTH_MANAGER has no exception.

Method DECREASE_DETLEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LEVEL Call by reference Type reference (TYPE) BALLEVEL '1' 20130517

Method DECREASE_DETLEVEL on class CL_RS2HANA_AUTH_MANAGER has no exception.

Method EXECUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC ABAP-Systemfeld: Rückgabewert von ABAP-Anweisungen 20130517
2 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20130517
3 Importing I_T_INFOPROVIDER Call by reference Type reference (TYPE) RS2HANA_AUTH_TS_IPRO Table type of RSINFOPROV 20130517
4 Importing I_T_USER Call by reference Type reference (TYPE) RS2HANA_AUTH_T_USER Table type of XUBNAME 20130517

Method EXECUTE on class CL_RS2HANA_AUTH_MANAGER has no exception.

Method GET_ALL_INFOPROVIDERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TS_OBJECTS Call by reference Type reference (TYPE) RS2HANA_AUTH_TS_OBJ BW Objects with TLOGO type and HANA model flag 20130524

Method GET_ALL_INFOPROVIDERS on class CL_RS2HANA_AUTH_MANAGER has no exception.

Method GET_ALL_USERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_USER Value transfer Type reference (TYPE) RS2HANA_AUTH_T_USER Table type of XUBNAME 20130517

Method GET_ALL_USERS on class CL_RS2HANA_AUTH_MANAGER has no exception.

Method GET_DBHOST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DBHOST Value transfer Type reference (TYPE) STRING 20130702

Method GET_DBHOST on class CL_RS2HANA_AUTH_MANAGER has no exception.

Method GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_STATUS Value transfer Type reference (TYPE) RSPC_STATE Status of Process 20130517

Method GET_STATUS on class CL_RS2HANA_AUTH_MANAGER has no exception.

Method GET_UNIQUE_IOBJNM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_IOBJNM Call by reference Type reference (TYPE) RS2HANA_AUTH_CHANM Characteristic 20130702
2 Returning R_IOBJNM Value transfer Type reference (TYPE) RS2HANA_AUTH_CHANM Characteristic 20130702

Method GET_UNIQUE_IOBJNM on class CL_RS2HANA_AUTH_MANAGER has no exception.

Method INCREASE_DETLEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LEVEL Call by reference Type reference (TYPE) BALLEVEL '1' 20130517

Method INCREASE_DETLEVEL on class CL_RS2HANA_AUTH_MANAGER has no exception.

Method INITIALIZE Signature

Method INITIALIZE on class CL_RS2HANA_AUTH_MANAGER has no parameter.
Method INITIALIZE on class CL_RS2HANA_AUTH_MANAGER has no exception.

Method IS_ACTION_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_DELETE Value transfer Type reference (TYPE) RS_BOOL Boolean 20130517

Method IS_ACTION_DELETE on class CL_RS2HANA_AUTH_MANAGER has no exception.

Method IS_GENERATION_FORCED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_FORCED_GENERATION Value transfer Type reference (TYPE) RS_BOOL Boolean 20130517

Method IS_GENERATION_FORCED on class CL_RS2HANA_AUTH_MANAGER has no exception.

Method IS_SIMULATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SIMULATION Value transfer Type reference (TYPE) RS_BOOL Boolean 20130517

Method IS_SIMULATION on class CL_RS2HANA_AUTH_MANAGER has no exception.

Method IS_USER_MSG_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_IS_ALLOWED Value transfer Type reference (TYPE) RS_BOOL Boolean 20130521

Method IS_USER_MSG_ALLOWED on class CL_RS2HANA_AUTH_MANAGER has no exception.

Method MEASURE_ADJUST_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20130517

Method MEASURE_ADJUST_MSG on class CL_RS2HANA_AUTH_MANAGER has no exception.

Method MEASURE_GET_PLACEHOLDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EVENT Call by reference Type reference (TYPE) C 20130517
2 Returning R_PLACEHOLDER Value transfer Type reference (TYPE) STRING 20130517

Method MEASURE_GET_PLACEHOLDER on class CL_RS2HANA_AUTH_MANAGER has no exception.

Method MEASURE_START Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EVENT Call by reference Type reference (TYPE) C 20130517

Method MEASURE_START on class CL_RS2HANA_AUTH_MANAGER has no exception.

Method MEASURE_STOP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EVENT Call by reference Type reference (TYPE) C 20130517
2 Importing I_OBJECTS Call by reference Type reference (TYPE) I 20130517

Method MEASURE_STOP on class CL_RS2HANA_AUTH_MANAGER has no exception.

Method NOTIFY_BUFF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DELETE Call by reference Type reference (TYPE) RS_BOOL 20130904
2 Importing I_S_OBJ Call by reference Type reference (TYPE) RS2HANA_AUTH_S_IPRO 20130905

Method NOTIFY_BUFF on class CL_RS2HANA_AUTH_MANAGER has no exception.

Method PREPARE_INPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC ABAP-Systemfeld: Rückgabewert von ABAP-Anweisungen 20130517
2 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20130517
3 Importing I_T_INFOPROVIDER Call by reference Type reference (TYPE) RS2HANA_AUTH_TS_IPRO Table type of RSINFOPROV 20130517
4 Importing I_T_USER Call by reference Type reference (TYPE) RS2HANA_AUTH_T_USER Table type of XUBNAME 20130517

Method PREPARE_INPUT on class CL_RS2HANA_AUTH_MANAGER has no exception.

Method PROCESS_INPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC ABAP-Systemfeld: Rückgabewert von ABAP-Anweisungen 20130517
2 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20130517

Method PROCESS_INPUT on class CL_RS2HANA_AUTH_MANAGER has no exception.

Method REMOVE_ITAB_DUPLICATES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_ITAB Call by reference Type reference (TYPE) IF_RS2HANA_AUTH_CONST=>TY_T_OBJNM 20130923
2 Importing I_T_ITAB Call by reference Type reference (TYPE) IF_RS2HANA_AUTH_CONST=>TY_T_OBJNM 20130923

Method REMOVE_ITAB_DUPLICATES on class CL_RS2HANA_AUTH_MANAGER has no exception.

Method UPDATE_FILTER_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_SUBRC Call by reference Type reference (TYPE) SY-SUBRC ABAP-Systemfeld: Rückgabewert von ABAP-Anweisungen 20130517
2 Exporting E_T_MSG Call by reference Type reference (TYPE) RS_T_MSG BW: Table with Messages (Application Log) 20130517

Method UPDATE_FILTER_TABLE on class CL_RS2HANA_AUTH_MANAGER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740