SAP ABAP Interface IF_RS2HANA_AUTH_CONST (Constants)
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
Properties
Interface IF_RS2HANA_AUTH_CONST  
Short Description Constants    
General Data
Package RS2HANA_AUTH   BW Authorization in HANA 
Created 20130517   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
Interface IF_RS2HANA_AUTH_CONST has no forward declaration.
Interfaces
Interface IF_RS2HANA_AUTH_CONST has no interface.
Friends
Interface IF_RS2HANA_AUTH_CONST has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_C_ACTION Constant Public See coding 20130712
2 N_C_CLASSNM Constant Public See coding 20130712
3 N_C_DIMENSION Constant Public See coding 20130712
4 N_C_FILTER_LIST_TABLE Constant Public Type reference (TYPE) TABNAME16 'RS2HANA_AUTH_FIL' Table name, 16 characters 20130517
5 N_C_FNAM Constant Public See coding 20130712
6 N_C_HANA_PROC_SCHEMA Constant Public Type reference (TYPE) STRING 'GET_BWAUTHS4HANA' 20130517
7 N_C_HANA_REP_SCHEMA Constant Public Type reference (TYPE) STRING '_SYS_BIC' 20130517
8 N_C_IOBJ_ALL Constant Public Type reference (TYPE) STRING 'ALL' 20130517
9 N_C_LOG Constant Public See coding 20130712
10 N_C_LOG_TITLE Constant Public Type reference (TYPE) SO_OBJ_DES 'BW authorization to HANA db generation' Short description of contents 20130517
11 N_C_MSR Constant Public See coding 20130712
12 N_C_NAME_PREFIX Constant Public Type reference (TYPE) STRING 'bw2hana/' 20130517
13 N_C_OBJTP Constant Public See coding 20130712
14 N_C_OPT_IN Constant Public Type reference (TYPE) STRING 'IN' 20130517
15 N_C_PREFIX_IOBJNM Constant Public Type reference (TYPE) RSDIOBJNM '$AUTH_' Prefix for unique iobjnm 20130517
16 N_C_SEPARATOR Constant Public Type reference (TYPE) C '/' 20130517
17 N_C_STATUS Constant Public See coding 20130712
18 N_C_TYPE_PC Constant Public Type reference (TYPE) RSPC_TYPE 'RS2HANA' Process Type 20130517
19 N_C_VERSION Constant Public See coding 20130712
Methods
Interface IF_RS2HANA_AUTH_CONST has no method.
Events
Interface IF_RS2HANA_AUTH_CONST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 N_S_STOPWATCH Public See coding 20130517 begin of N_S_STOPWATCh, id(1) type c, start type TZONREF-TSTAMPL, end type TZONREF-TSTAMPL, end of n_s_stopwatch
2 N_T_STOPWATCH Public See coding 20130517 n_t_stopwatch type HASHED TABLE OF n_s_stopwatch with UNIQUE key id
3 TY_S_AUTH_USER Public See coding 20130701 begin of TY_s_AUTH_user, r_user type REF TO cl_rs2hana_auth_user, t_auth type ty_t_object, end of ty_s_auth_user
4 TY_S_CONSISTENCY_OBJ Public See coding 20130517 begin of TY_S_CONSISTENCY_OBJ, objnm type rs2hana_auth_objnm, status type rs2hana_auth_status, end of ty_s_consistency_obj
5 TY_S_DIMATTR Public See coding 20130517 BEGIN OF ty_s_dimattr, attr TYPE rschanm, proc TYPE string, END OF ty_s_dimattr
6 TY_S_IPROV_AUTH Public See coding 20130916 BEGIN OF ty_s_iprov_auth, iprov type rsinfoprov, tsx_auths type rso_tsx_auths, END OF ty_s_iprov_auth
7 TY_S_IPRO_IOBJNM Public See coding 20130517 begin of TY_S_IPRO_IOBJNM, iobjnm type RSIOBJNM, multidim type i, authrelfl type RSDAUTHRELFL, pattern type ty_t_pattern, end of ty_s_ipro_iobjnm
8 TY_S_MISSING_USER Public See coding 20130517 begin of ty_s_missing_user, user type rs2hana_auth_objnm, multidim type i, end of ty_s_missing_user
9 TY_S_OBJECT_BUFFER Public See coding 20130517 begin of TY_S_OBJECT_BUFFER, id type rs2hana_auth_objid, ref type REF TO cl_rs2hana_auth_obj, end of ty_s_object_buffer
10 TY_S_PATTERN Public See coding 20130517 begin of TY_s_PATTERN, pattern type rsz_operator, multidim type i, end of ty_s_pattern
11 TY_TS_IPROV_AUTH Public See coding 20130916 ty_ts_iprov_auth type SORTED TABLE OF ty_s_iprov_auth with UNIQUE key iprov
12 TY_T_AUTH_OBJTP Public See coding 20130517 TY_T_AUTH_OBJTP type SORTED TABLE OF rs2hana_auth_objtp with UNIQUE key TABLE_LINE
13 TY_T_AUTH_USER Public See coding 20130701 ty_t_auth_user type SORTED TABLE OF ty_s_auth_user with UNIQUE key r_user
14 TY_T_CONSISTENCY_OBJ Public See coding 20130517 ty_t_consistency_obj type SORTED TABLE OF ty_s_consistency_obj with UNIQUE key objnm
15 TY_T_DIMATTR Public See coding 20130517 ty_t_dimattr type SORTED TABLE OF ty_s_dimattr with UNIQUE key attr
16 TY_T_FILTER Public See coding 20130517 TY_T_FILTER type STANDARD TABLE OF rs2hana_auth_fil with DEFAULT KEY
17 TY_T_IPRO_IOBJNM Public See coding 20130517 ty_t_ipro_iobjnm type SORTED TABLE Of ty_s_ipro_iobjnm with UNIQUE key iobjnm multidim
18 TY_T_MISSING_USER Public See coding 20130517 ty_t_missing_user type SORTED TABLE OF ty_s_missing_user with UNIQUE key user
19 TY_T_OBJECT Public See coding 20130517 TY_T_OBJECT type SORTED TABLE OF REF TO cl_rs2hana_auth_obj with UNIQUE key TABLE_LINE
20 TY_T_OBJECT_BUFFER Public See coding 20130517 ty_t_object_buffer type HASHED TABLE OF ty_s_object_buffer with UNIQUE key id
21 TY_T_OBJNM Public See coding 20130517 TY_T_OBJNM type SORTED TABLE OF rs2hana_auth_objnm with UNIQUE key TABLE_LINE
22 TY_T_PATTERN Public See coding 20130517 TY_T_PATTERN type SORTED TABLE OF ty_s_pattern with UNIQUE key pattern multidim
23 TY_T_PATTERN_SNG Public See coding 20130517 TY_T_PATTERN_SNG type SORTED TABLE OF rsz_operator with UNIQUE key TABLE_LINE
History
Last changed by/on SAP  20140121 
SAP Release Created in 740