SAP ABAP Interface IF_AUTH_CONDITION_TYPES (Types used in authorization conditions)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SEC-USR-ADM (Application Component) User and Authorization Management
     SUSR_AUTHSQL (Package) Authorization in SQL Requests
Properties
Interface IF_AUTH_CONDITION_TYPES  
Short Description Types used in authorization conditions    
General Data
Package SUSR_AUTHSQL   Authorization in SQL Requests 
Created 20130307   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
Interface IF_AUTH_CONDITION_TYPES has no forward declaration.
Interfaces
Interface IF_AUTH_CONDITION_TYPES has no interface.
Friends
Interface IF_AUTH_CONDITION_TYPES has no friend.
Attributes
Interface IF_AUTH_CONDITION_TYPES has no attribute.
Methods
Interface IF_AUTH_CONDITION_TYPES has no method.
Events
Interface IF_AUTH_CONDITION_TYPES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_AUTHORIZATION_CONDITIONS Public See coding 20130307 tt_authorization_conditions TYPE STANDARD TABLE OF tt_role_selections WITH DEFAULT KEY
2 TT_FIELD_INFO Public See coding 20130409 tt_field_info TYPE SORTED TABLE OF ty_field WITH UNIQUE KEY primary_key ALIAS field COMPONENTS field_name table_ddic_name table_alias WITH UNIQUE SORTED KEY unique_name COMPONENTS field_alias
3 TT_FIELD_SELECTIONS Public See coding 20130307 tt_field_selections TYPE STANDARD TABLE OF ty_field_selections WITH DEFAULT KEY
4 TT_ROLE_SELECTIONS Public See coding 20130307 tt_role_selections TYPE STANDARD TABLE OF tt_field_selections WITH DEFAULT KEY
5 TT_SELECTIONS Public See coding 20130307 tt_selections TYPE STANDARD TABLE OF ty_selection WITH DEFAULT KEY
6 TY_FIELD Public See coding 20130409 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, END OF ty_field
7 TY_FIELD_SELECTIONS Public See coding 20130307 BEGIN OF ty_field_selections, field TYPE ty_field, selections TYPE tt_selections, END OF ty_field_selections
8 TY_SELECTION Public See coding 20130307 BEGIN OF ty_selection, operator TYPE char2, low TYPE string, high TYPE string, END OF ty_selection
History
Last changed by/on SAP  20140121 
SAP Release Created in 740