SAP ABAP Class IF_AUTH_OBJECTS_TO_SQL (Convert user authorizations to SQL condition)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_AUTH_OBJECTS_TO_SQL Convert authorizations into SQL conditions 20130307
Properties
Class IF_AUTH_OBJECTS_TO_SQL  
Short Description Convert user authorizations to SQL condition    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20130307   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_AUTH_OBJECTS_TO_SQL has no forward declaration.
Interfaces
Class IF_AUTH_OBJECTS_TO_SQL has no interface implemented.
Friends
Class IF_AUTH_OBJECTS_TO_SQL has no friend class.
Attributes
Class IF_AUTH_OBJECTS_TO_SQL has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_AUTHORIZATION_OBJECT Instance method Public Method 20130311
2 GET_SQL_CONDITION Instance method Public Method 20130311
3 IS_AUTHORIZED Instance method Public Method 20130311
Events
Class IF_AUTH_OBJECTS_TO_SQL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_ACTIVITIES Public See coding 20130307 tt_activities TYPE STANDARD TABLE OF ty_activity WITH DEFAULT KEY
2 TT_FIELD_MAPPING Public See coding 20130307 tt_field_mapping TYPE STANDARD TABLE OF ty_field_mapping WITH DEFAULT KEY
3 TY_ACTIVITY Public See coding 20130307 BEGIN OF ty_activity, auth_field TYPE xufield, value TYPE xuval, END OF ty_activity
4 TY_FIELD Public See coding 20130307 BEGIN OF ty_field, table_ddic_name TYPE tabname, table_alias TYPE c length 255, field_name TYPE fieldname, field_alias TYPE c length 255, * cannot_be_null TYPE abap_bool, END OF ty_field
5 TY_FIELD_MAPPING Public See coding 20130307 BEGIN OF ty_field_mapping, auth_field TYPE xufield, view_field TYPE ty_field, do_not_check TYPE abap_bool, END OF ty_field_mapping
Method Signatures

Method ADD_AUTHORIZATION_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ACTIVITIES Call by reference Type reference (TYPE) TT_ACTIVITIES 20130311
2 Importing IT_FIELD_MAPPING Call by reference Type reference (TYPE) TT_FIELD_MAPPING 20130311
3 Importing IV_AUTHORIZATION_OBJECT Call by reference Type reference (TYPE) XUOBJECT 20130311
4 Returning RV_AUTHORIZED Value transfer Type reference (TYPE) ABAP_BOOL 20130311
# Exception Resumable Description Created on
1 CX_AUTH_OBJECT_MAPPING 20130311

Method GET_SQL_CONDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SQL_CONDITION Value transfer Type reference (TYPE) STRING 20130311
# Exception Resumable Description Created on
1 CX_AUTH_NOT_AUTHORIZED 20130311

Method IS_AUTHORIZED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_AUTHORIZED Value transfer Type reference (TYPE) ABAP_BOOL 20130311

Method IS_AUTHORIZED on class IF_AUTH_OBJECTS_TO_SQL has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in