SAP ABAP Class IF_SADL_AUTHORIZATION (SADL Authorizations)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_SADL_COND_PROV_AUTH_OBJECTS Condition provider for standard authorizations 20130114
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SADL_COND_PROV_AUTHOBJ_BASE SADL Support for Authority Object 20130429
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SADL_COND_PROV_AUTH_OBJECTS SADL Support for Authority Object 20130114
Properties
Class IF_SADL_AUTHORIZATION  
Short Description SADL Authorizations    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20121128   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_SADL_AUTHORIZATION has no forward declaration.
Interfaces
Class IF_SADL_AUTHORIZATION has no interface implemented.
Friends
Class IF_SADL_AUTHORIZATION has no friend class.
Attributes
Class IF_SADL_AUTHORIZATION has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_AUTHORIZATION_FOR_OBJECT Instance method Public Method 20121128
Events
Class IF_SADL_AUTHORIZATION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_ACTIVITIES Public See coding 20121128 tt_activities TYPE STANDARD TABLE OF ty_activity WITH DEFAULT KEY
2 TT_FIELD_MAPPING Public See coding 20121128 tt_field_mapping TYPE STANDARD TABLE OF ty_field_mapping WITH DEFAULT KEY
3 TY_ACTIVITY Public See coding 20121128 BEGIN OF ty_activity, auth_field TYPE xufield, value TYPE xuval, END OF ty_activity
4 TY_AUTHORITY_OBJECT Public Type reference (TYPE) XUOBJECT 20121128
5 TY_FIELD_MAPPING Public See coding 20121128 BEGIN OF ty_field_mapping, auth_field TYPE xufield, view_field TYPE string, do_not_check TYPE abap_bool, END OF ty_field_mapping
Method Signatures

Method ADD_AUTHORIZATION_FOR_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 20121128
2 Importing IT_FIELD_MAPPING Call by reference Type reference (TYPE) TT_FIELD_MAPPING 20121128
3 Importing IV_AUTHORIZATION_OBJECT Call by reference Type reference (TYPE) TY_AUTHORITY_OBJECT 20121128
4 Importing IV_SERVICE Call by reference Type reference (TYPE) STRING 20131128
# Exception Resumable Description Created on
1 CX_SADL_CONTRACT_VIOLATION 20130113
History
Last changed by/on SAP  20141121 
SAP Release Created in