Class Method list used by SAP ABAP Class CL_DSH_DDIC_ASSIGNMENT (Dictionary Search Helps: Dictionary Assignment Handling)
SAP ABAP Class CL_DSH_DDIC_ASSIGNMENT (Dictionary Search Helps: Dictionary Assignment Handling) is using
# Object Type Object Name Object Description Note
     
1 Class Method  CL_ABAP_UNIT_ASSERT - ASSERT_EQUALS ABAP Unit: Assertions (see longtext)
2 Class Method  CL_ABAP_UNIT_ASSERT - ASSERT_INITIAL ABAP Unit: Assertions (see longtext)
3 Class Method  CL_ABAP_UNIT_ASSERT - ASSERT_NOT_INITIAL ABAP Unit: Assertions (see longtext)
4 Class Method  CL_ABAP_UNIT_ASSERT - ASSERT_TRUE ABAP Unit: Assertions (see longtext)
5 Class Method  CL_ABAP_UNIT_ASSERT - FAIL ABAP Unit: Assertions (see longtext)
6 Class Method  CL_ABAP_UNIT_ASSERT - ASSERT_DIFFERS ABAP Unit: Assertions (see longtext)
7 Class Method  CL_DSH_DDIC_ASSIGNMENT - IS_CACHE_VALID Dictionary Search Helps: Dictionary Assignment Handling SOURCE IF me->is_cache_valid( i_cached_field_info = cached_field_info ) = abap_true.
8 Class Method  CL_DSH_DDIC_ASSIGNMENT - GET_ENTITY_TIMESTAMP Dictionary Search Helps: Dictionary Assignment Handling SOURCE r_cache_is_valid = boolc( me->get_entity_timestamp( i_entity_name = i_cached_field_info-assignment-other_entity-name ) = i_cached_field_info-assignment-other_entity-timestamp ).
9 Class Method  CL_DSH_DDIC_ASSIGNMENT - GET_ENTITY_TIMESTAMP Dictionary Search Helps: Dictionary Assignment Handling SOURCE r_cache_is_valid = boolc( me->get_entity_timestamp( i_entity_name = me->field_id-tabname ) = i_cached_field_info-timestamp ).
10 Class Method  CL_DSH_DDIC_ASSIGNMENT - GET_ENTITY_TIMESTAMP Dictionary Search Helps: Dictionary Assignment Handling SOURCE c_field_assignment-other_entity-timestamp = get_entity_timestamp( i_entity_name = data_element_assignment-rollname ).
11 Class Method  CL_DSH_DDIC_ASSIGNMENT - GET_ENTITY_TIMESTAMP Dictionary Search Helps: Dictionary Assignment Handling SOURCE c_field_assignment-other_entity-timestamp = get_entity_timestamp( i_entity_name = check_table ).
12 Class Method  CL_DSH_DDIC_ASSIGNMENT - GET_DOMAIN_TIMESTAMP Dictionary Search Helps: Dictionary Assignment Handling SOURCE r_cache_is_valid = boolc( me->get_domain_timestamp( i_domain_name = i_cached_field_info-assignment-other_entity-name ) = i_cached_field_info-assignment-other_entity-timestamp ).
13 Class Method  CL_DSH_DDIC_ASSIGNMENT - GET_DOMAIN_TIMESTAMP Dictionary Search Helps: Dictionary Assignment Handling SOURCE c_field_assignment-other_entity-timestamp = get_domain_timestamp( i_domain_name = domain_fixed_values-domname ).
14 Class Method  CL_DSH_DDIC_ASSIGNMENT - GET_DOMAIN_TIMESTAMP Dictionary Search Helps: Dictionary Assignment Handling SOURCE c_field_assignment-other_entity-timestamp = get_domain_timestamp( i_domain_name = domain_fixed_values-domname ).
15 Class Method  CL_DSH_DDIC_ASSIGNMENT - GET_DOMAIN Dictionary Search Helps: Dictionary Assignment Handling SOURCE me->get_domain( CHANGING c_field_assignment = e_field_assignment ).
16 Class Method  CL_DSH_DDIC_ASSIGNMENT - GET_DIRECT_ASSIGNMENT Dictionary Search Helps: Dictionary Assignment Handling SOURCE me->get_direct_assignment( CHANGING c_field_assignment = e_field_assignment ).
17 Class Method  CL_DSH_DDIC_ASSIGNMENT - GET_DATA_ELEMENT Dictionary Search Helps: Dictionary Assignment Handling SOURCE me->get_data_element( CHANGING c_field_assignment = e_field_assignment ).
18 Class Method  CL_DSH_DDIC_ASSIGNMENT - GET_CHECK_TABLE Dictionary Search Helps: Dictionary Assignment Handling SOURCE me->get_check_table( CHANGING c_field_assignment = e_field_assignment ).
19 Class Method  CL_DSH_DDIC_ASSIGNMENT - GET_ASSIGNMENT_FOR_FIELD Dictionary Search Helps: Dictionary Assignment Handling
20 Class Method  CL_DSH_DDIC_ASSIGNMENT - CREATE_INSTANCE Dictionary Search Helps: Dictionary Assignment Handling
21 Class Method  CL_DSH_DDIC_ASSIGNMENT - CONSTRUCTOR Dictionary Search Helps: Dictionary Assignment Handling SOURCE CREATE OBJECT r_ddic_assignment EXPORTING i_field_id = field_id.
22 Class Method  CL_DSH_DDIC_ASSIGNMENT - CLEAR_CACHE Dictionary Search Helps: Dictionary Assignment Handling