Class Method list used by SAP ABAP Class CL_EXM_DG_FACTORY (EPM: Common factory methods for channels and targets)
SAP ABAP Class CL_EXM_DG_FACTORY (EPM: Common factory methods for channels and targets) is using
# Object Type Object Name Object Description Note
     
1 Class Method  CL_ABAP_TYPEDESCR - IS_INSTANTIATABLE Runtime Type Services
2 Class Method  CL_ABAP_TYPEDESCR - DESCRIBE_BY_NAME Runtime Type Services
3 Class Method  CL_EPM_BOL_TEST_BASE - REMOVE_SYNTAX_ERROR_TBOL_DG EPM: BO Test Listener base class
4 Class Method  CL_EPM_BOL_TEST_BASE - FORCE_SYNTAX_ERROR_TBOL_DG EPM: BO Test Listener base class
5 Class Method  CL_EPM_SETTINGS - IS_BO_SYNTAX_CHECK_SUPPRESSED EPM: Utility to Read Settings from table snwd_settings
6 Class Method  CL_EPM_TEST_BASE - __CLASS_SETUP Test Data used for Unit and Scenario Tests
7 Class Method  CL_EPM_TEST_BASE - __CLASS_TEARDOWN Test Data used for Unit and Scenario Tests
8 Class Method  CL_EPM_UNIT_TEST_BASE - ENFORCE_BO_CHECK Unit test base class
9 Class Method  CL_EXM_DG_CHANNEL_BASE - GET_REFERENCE_TARGET EPM/ESM base class for channels
10 Class Method  CL_EXM_DG_FACTORY - GET_CLASS_DESCRIPTION EPM: Common factory methods for channels and targets SOURCE ls_admin_info-description = get_class_description( -clsname ).
11 Class Method  CL_EXM_DG_FACTORY - GET_TARGET EPM: Common factory methods for channels and targets
12 Class Method  CL_EXM_DG_FACTORY - GET_TARGET_LIST EPM: Common factory methods for channels and targets
13 Class Method  CL_EXM_DG_FACTORY - GET_TARGET_LIST EPM: Common factory methods for channels and targets
14 Class Method  CL_EXM_DG_FACTORY - PERFORM_CLASS_SYNTAX_CHECK EPM: Common factory methods for channels and targets SOURCE perform_class_syntax_check(
15 Class Method  CL_EXM_DG_FACTORY - PERFORM_CLASS_SYNTAX_CHECK EPM: Common factory methods for channels and targets SOURCE EXPORTING
16 Class Method  CL_EXM_DG_FACTORY - PERFORM_CLASS_SYNTAX_CHECK EPM: Common factory methods for channels and targets SOURCE iv_abap_class_name = -clsname
17 Class Method  CL_EXM_DG_FACTORY - PERFORM_CLASS_SYNTAX_CHECK EPM: Common factory methods for channels and targets SOURCE iv_suppress_syntax_check = boolc( cl_epm_settings=>is_bo_syntax_check_suppressed( ) = abap_true AND -clsname <> 'CL_EPM_DGC_TEST' AND -clsname <> 'CL_EPM_DGT_TEST' )
18 Class Method  CL_EXM_DG_FACTORY - PERFORM_CLASS_SYNTAX_CHECK EPM: Common factory methods for channels and targets SOURCE IMPORTING
19 Class Method  CL_EXM_DG_FACTORY - PERFORM_CLASS_SYNTAX_CHECK EPM: Common factory methods for channels and targets SOURCE ev_syntax_is_ok = lv_syntax_ok
20 Class Method  CL_EXM_DG_FACTORY - PERFORM_CLASS_SYNTAX_CHECK EPM: Common factory methods for channels and targets SOURCE ).
21 Class Method  CL_EXM_DG_FACTORY - GET_CHANNEL EPM: Common factory methods for channels and targets
22 Class Method  CL_EXM_DG_FACTORY - FILL_INSTANCES EPM: Common factory methods for channels and targets SOURCE fill_instances( ).
23 Class Method  CL_EXM_DG_FACTORY - GET_ADMIN_INFOS EPM: Common factory methods for channels and targets SOURCE lt_admin_infos[] = get_admin_infos(
24 Class Method  CL_EXM_DG_FACTORY - GET_ADMIN_INFOS EPM: Common factory methods for channels and targets SOURCE iv_base_class_name = lc_channel_base_class_name
25 Class Method  CL_EXM_DG_FACTORY - GET_ADMIN_INFOS EPM: Common factory methods for channels and targets SOURCE iv_attr_2 = 'GC_CHANNEL_TYPE' "#EC NOTEXT
26 Class Method  CL_EXM_DG_FACTORY - GET_ADMIN_INFOS EPM: Common factory methods for channels and targets SOURCE ).
27 Class Method  CL_EXM_DG_FACTORY - GET_ADMIN_INFOS EPM: Common factory methods for channels and targets SOURCE lt_admin_infos[] = get_admin_infos(
28 Class Method  CL_EXM_DG_FACTORY - GET_ADMIN_INFOS EPM: Common factory methods for channels and targets SOURCE iv_base_class_name = lc_target_base_class_name
29 Class Method  CL_EXM_DG_FACTORY - GET_ADMIN_INFOS EPM: Common factory methods for channels and targets SOURCE iv_attr_2 = 'GC_TARGET_TYPE' "#EC NOTEXT
30 Class Method  CL_EXM_DG_FACTORY - GET_ADMIN_INFOS EPM: Common factory methods for channels and targets SOURCE ).
31 Class Method  CL_EXM_DG_FACTORY - GET_CHANNEL_LIST EPM: Common factory methods for channels and targets
32 Class Method  CX_EXM_API_EXCEPTION - RAISE EPM/ESM data generator exceptions
33 Class Method  CX_EXM_API_EXCEPTION - RAISE EPM/ESM data generator exceptions
34 Class Method  IF_EPM_TEST_LOGGER - ASSERT_EQUALS This interface logs all errors, warnings ... of tests
35 Class Method  IF_EPM_TEST_LOGGER - ASSERT_INITIAL This interface logs all errors, warnings ... of tests
36 Class Method  IF_EPM_TEST_LOGGER - ASSERT_NOT_INITIAL This interface logs all errors, warnings ... of tests
37 Class Method  IF_EPM_TEST_LOGGER - ASSERT_SUBRC This interface logs all errors, warnings ... of tests
38 Class Method  IF_EPM_TEST_LOGGER - FAIL This interface logs all errors, warnings ... of tests
39 Class Method  IF_EPM_TEST_LOGGER - LOG_ERROR This interface logs all errors, warnings ... of tests
40 Class Method  IF_EPM_TEST_LOGGER - TEST_BEGIN This interface logs all errors, warnings ... of tests
41 Class Method  IF_EPM_TEST_LOGGER - TEST_END This interface logs all errors, warnings ... of tests