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 | CL_ABAP_UNIT_ASSERT - ASSERT_INITIAL | ABAP Unit: Assertions (see longtext) | ||
| 2 | CL_ABAP_UNIT_ASSERT - ASSERT_EQUALS | ABAP Unit: Assertions (see longtext) | ||
| 3 | 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 | 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( |
|
| 5 | 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 | 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 | 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 | 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 | 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 | 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 | CL_SADL_AUTH_COND_TO_SADL_COND - FIELD_SELECTIONS_TO_SELOPT | Convert authorization conditions to SQL | SOURCE field_selections_to_selopt( EXPORTING it_selections = |
|
| 12 | CL_SADL_AUTH_COND_TO_SADL_COND - CONVERT_AUTH_COND_TO_SADL_COND | Convert authorization conditions to SQL | ||
| 13 | CL_SADL_CONDITION - AND_CONDITION_FROM_PROVIDER | Generates SADL conditions from range table | ||
| 14 | CL_SADL_CONDITION - CONSTRUCTOR | Generates SADL conditions from range table | ||
| 15 | CL_SADL_CONDITION - CREATE_FROM_PROVIDER | Generates SADL conditions from range table | ||
| 16 | CL_SADL_CONDITION - OR_CONDITION_FROM_PROVIDER | Generates SADL conditions from range table | ||
| 17 | CL_SADL_CONDITION_PROVDR_FCTRY - CREATE_FOR_GROUPED_RANGES | Factory for various types of condition providers | ||
| 18 | IF_SADL_CONDITION_PROVIDER - GET_CONDITION | Provider for a SADL Condition |