Class Method list used by SAP ABAP Class CL_SADL_AUTH_COND_TO_SADL_COND (Convert authorization conditions to SQL)
SAP ABAP Class CL_SADL_AUTH_COND_TO_SADL_COND (Convert authorization conditions to SQL) is using
# Object Type Object Name Object Description Note
     
1 Class Method  CL_ABAP_UNIT_ASSERT - ASSERT_INITIAL ABAP Unit: Assertions (see longtext)
2 Class Method  CL_ABAP_UNIT_ASSERT - ASSERT_EQUALS ABAP Unit: Assertions (see longtext)
3 Class Method  CL_SADL_AUTH_COND_TO_SADL_COND - PROVIDER_FOR_FIELD_SELECTIONS Convert authorization conditions to SQL SOURCE it_elements = mt_field_info_for_providers ).
4 Class Method  CL_SADL_AUTH_COND_TO_SADL_COND - UNIQUE_FIELD_NAME Convert authorization conditions to SQL SOURCE ls_range-column_name = ls_range-field_path = unique_field_name( -field ).
5 Class Method  CL_SADL_AUTH_COND_TO_SADL_COND - PROVIDER_FOR_ROLE_SELECTIONS Convert authorization conditions to SQL SOURCE lo_collector->and_condition_from_provider( provider_for_role_selections( ) ).
6 Class Method  CL_SADL_AUTH_COND_TO_SADL_COND - PROVIDER_FOR_FIELD_SELECTIONS Convert authorization conditions to SQL SOURCE lo_collector->or_condition_from_provider( io_provider = provider_for_field_selections( )
7 Class Method  CL_SADL_AUTH_COND_TO_SADL_COND - PROVIDER_FOR_FIELD_SELECTIONS Convert authorization conditions to SQL SOURCE it_elements = mt_field_info_for_providers ).
8 Class Method  CL_SADL_AUTH_COND_TO_SADL_COND - PROVIDER_FOR_FIELD_SELECTIONS Convert authorization conditions to SQL SOURCE DATA(lo_collector) = cl_sadl_condition=>create_from_provider( io_provider = provider_for_field_selections( it_role_selections[ 1 ] )
9 Class Method  CL_SADL_AUTH_COND_TO_SADL_COND - PROVIDER_FOR_AUTH_CONDITIONS Convert authorization conditions to SQL SOURCE DATA(lo_provider) = provider_for_auth_conditions( EXPORTING it_auth_conditions = it_auth_conditions ).
10 Class Method  CL_SADL_AUTH_COND_TO_SADL_COND - FIELD_SELECTIONS_TO_SELOPT Convert authorization conditions to SQL SOURCE IMPORTING et_selopt = ls_range-t_selopt ).
11 Class Method  CL_SADL_AUTH_COND_TO_SADL_COND - FIELD_SELECTIONS_TO_SELOPT Convert authorization conditions to SQL SOURCE field_selections_to_selopt( EXPORTING it_selections = -selections
12 Class Method  CL_SADL_AUTH_COND_TO_SADL_COND - CONVERT_AUTH_COND_TO_SADL_COND Convert authorization conditions to SQL
13 Class Method  CL_SADL_CONDITION - AND_CONDITION_FROM_PROVIDER Generates SADL conditions from range table
14 Class Method  CL_SADL_CONDITION - CONSTRUCTOR Generates SADL conditions from range table
15 Class Method  CL_SADL_CONDITION - CREATE_FROM_PROVIDER Generates SADL conditions from range table
16 Class Method  CL_SADL_CONDITION - OR_CONDITION_FROM_PROVIDER Generates SADL conditions from range table
17 Class Method  CL_SADL_CONDITION_PROVDR_FCTRY - CREATE_FOR_GROUPED_RANGES Factory for various types of condition providers
18 Class Method  IF_SADL_CONDITION_PROVIDER - GET_CONDITION Provider for a SADL Condition