Class Method list used by SAP ABAP Class CL_AUTH_OBJECTS_TO_SQL (Convert authorizations into SQL conditions)
SAP ABAP Class
CL_AUTH_OBJECTS_TO_SQL (Convert authorizations into SQL conditions) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | CL_ABAP_UNIT_ASSERT - ASSERT_FALSE | ABAP Unit: Assertions (see longtext) | ||
| 2 | CL_ABAP_UNIT_ASSERT - ASSERT_TRUE | ABAP Unit: Assertions (see longtext) | ||
| 3 | CL_ABAP_UNIT_ASSERT - FAIL | ABAP Unit: Assertions (see longtext) | ||
| 4 | CL_ABAP_UNIT_ASSERT - ASSERT_EQUALS | ABAP Unit: Assertions (see longtext) | ||
| 5 | CL_AUTH_OBJECTS_TO_CONDITIONS - CREATE | Convert user authorizations to conditions | ||
| 6 | CL_AUTH_OBJECTS_TO_CONDITIONS - CREATE | Convert user authorizations to conditions | ||
| 7 | CL_AUTH_OBJECTS_TO_SQL - CHECK_MAPPING | Convert authorizations into SQL conditions | SOURCE check_mapping( iv_authorization_object ). |
|
| 8 | CL_AUTH_OBJECTS_TO_SQL - CONSTRUCTOR | Convert authorizations into SQL conditions | SOURCE ro_instance = NEW cl_auth_objects_to_sql( cl_sadl_auth2sql_conv_factory=>create_for_hdb( ) ). |
|
| 9 | CL_AUTH_OBJECTS_TO_SQL - CONSTRUCTOR | Convert authorizations into SQL conditions | SOURCE ro_instance = NEW cl_auth_objects_to_sql( cl_sadl_auth2sql_conv_factory=>create_for_open_sql( ) ). |
|
| 10 | CL_AUTH_OBJECTS_TO_SQL - CREATE_FOR_HDB | Convert authorizations into SQL conditions | ||
| 11 | CL_AUTH_OBJECTS_TO_SQL - CREATE_FOR_OPEN_SQL | Convert authorizations into SQL conditions | ||
| 12 | CL_SADL_AUTH2SQL_CONV_FACTORY - CREATE_FOR_HDB | Convert authorization conditions to SQL | ||
| 13 | CL_SADL_AUTH2SQL_CONV_FACTORY - CREATE_FOR_OPEN_SQL | Convert authorization conditions to SQL | ||
| 14 | IF_AUTH_CONDITIONS_TO_SQL - CONVERT_CONDITIONS_TO_SQL | Convert authorization conditions to SQL condition | ||
| 15 | IF_AUTH_CONDITIONS_TO_SQL - CONVERT_CONDITIONS_TO_SQL | Convert authorization conditions to SQL condition | ||
| 16 | IF_AUTH_OBJECTS_TO_CONDITIONS - ADD_AUTHORIZATION_OBJECT | Converter from authorization objects to condition table | ||
| 17 | IF_AUTH_OBJECTS_TO_CONDITIONS - GET_CONDITIONS | Converter from authorization objects to condition table | ||
| 18 | IF_AUTH_OBJECTS_TO_CONDITIONS - GET_CONDITIONS | Converter from authorization objects to condition table | ||
| 19 | IF_AUTH_OBJECTS_TO_CONDITIONS - GET_CONDITIONS | Converter from authorization objects to condition table | ||
| 20 | IF_AUTH_OBJECTS_TO_SQL - ADD_AUTHORIZATION_OBJECT | Convert user authorizations to SQL condition | ||
| 21 | IF_AUTH_OBJECTS_TO_SQL - ADD_AUTHORIZATION_OBJECT | Convert user authorizations to SQL condition | ||
| 22 | IF_AUTH_OBJECTS_TO_SQL - GET_SQL_CONDITION | Convert user authorizations to SQL condition | ||
| 23 | IF_AUTH_OBJECTS_TO_SQL - GET_SQL_CONDITION | Convert user authorizations to SQL condition | ||
| 24 | IF_AUTH_OBJECTS_TO_SQL - IS_AUTHORIZED | Convert user authorizations to SQL condition | ||
| 25 | IF_AUTH_OBJECTS_TO_SQL - IS_AUTHORIZED | Convert user authorizations to SQL condition | ||
| 26 | IF_AUTH_OBJECT_VALUES_PROVIDER - GET_AUTH_OBJECT_VALUES | Provides values for authorization objects |