Class Method list used by SAP ABAP Class CL_SOAP_RT_CONFIG (SOAP runtime configuration)
SAP ABAP Class
CL_SOAP_RT_CONFIG (SOAP runtime configuration) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | CL_ABAP_UNIT_ASSERT - ASSERT_EQUALS | ABAP Unit: Assertions (see longtext) | ||
| 2 | CL_ABAP_UNIT_ASSERT - ASSERT_BOUND | ABAP Unit: Assertions (see longtext) | ||
| 3 | CL_ABAP_UNIT_ASSERT - FAIL | ABAP Unit: Assertions (see longtext) | ||
| 4 | CL_ABAP_UNIT_ASSERT - ASSERT_SUBRC | ABAP Unit: Assertions (see longtext) | ||
| 5 | CL_ABAP_UNIT_ASSERT - ASSERT_INITIAL | ABAP Unit: Assertions (see longtext) | ||
| 6 | CL_ABAP_UNIT_ASSERT - ASSERT_NOT_INITIAL | ABAP Unit: Assertions (see longtext) | ||
| 7 | CL_SOAP_RT_CONFIG - SET_VALUE | SOAP runtime configuration | SOURCE set_value( iv_cfg_key = co_key_active_persist iv_value = iv_active_persistency iv_client = iv_client ). |
|
| 8 | CL_SOAP_RT_CONFIG - SET_VALUE | SOAP runtime configuration | SOURCE set_value( iv_cfg_key = co_key_retention_type iv_value = iv_retention_type iv_client = sy-mandt ). |
|
| 9 | CL_SOAP_RT_CONFIG - SET_VALUE | SOAP runtime configuration | SOURCE set_value( iv_cfg_key = co_key_retention_period iv_value = iv_retention iv_client = sy-mandt ). |
|
| 10 | CL_SOAP_RT_CONFIG - SET_VALUE | SOAP runtime configuration | SOURCE set_value( iv_cfg_key = co_key_inbound_dest iv_value = iv_inbound_dest iv_client = co_central_client ). |
|
| 11 | CL_SOAP_RT_CONFIG - SET_VALUE | SOAP runtime configuration | SOURCE set_value( iv_cfg_key = co_key_persistency_type iv_value = iv_persistency_type iv_client = sy-mandt ). |
|
| 12 | CL_SOAP_RT_CONFIG - READ_VALUE_FROM_DB | SOAP runtime configuration | SOURCE rv_value = read_value_from_db( iv_cfg_key = iv_cfg_key iv_default = iv_default iv_client = iv_client ). |
|
| 13 | CL_SOAP_RT_CONFIG - READ_VALUE | SOAP runtime configuration | SOURCE rv_retention_type = read_value( iv_cfg_key = co_key_retention_type iv_default = co_default_retention_type iv_client = sy-mandt ). |
|
| 14 | CL_SOAP_RT_CONFIG - READ_VALUE | SOAP runtime configuration | SOURCE data(lv_retention) = read_value( iv_cfg_key = co_key_retention_period iv_default = co_default_retention_period iv_client = sy-mandt ). |
|
| 15 | CL_SOAP_RT_CONFIG - READ_VALUE | SOAP runtime configuration | SOURCE rv_inbound_dest = read_value( iv_cfg_key = co_key_inbound_dest iv_client = co_central_client ). |
|
| 16 | CL_SOAP_RT_CONFIG - READ_VALUE | SOAP runtime configuration | SOURCE data(lv_persistency_type) = read_value( iv_cfg_key = co_key_persistency_type iv_client = iv_client ). |
|
| 17 | CL_SOAP_RT_CONFIG - READ_VALUE | SOAP runtime configuration | SOURCE rv_active_persistency = read_value( iv_cfg_key = co_key_active_persist iv_default = co_default_active_persist iv_client = iv_client ). |
|
| 18 | CL_SOAP_RT_CONFIG - READ_VALUE | SOAP runtime configuration | SOURCE rv_persistency_type = read_value( iv_cfg_key = co_key_persistency_type iv_default = co_default_persistency_type iv_client = iv_client ). |
|
| 19 | CL_SOAP_RT_CONFIG - GET_RT_CONFIG | SOAP runtime configuration | ||
| 20 | IF_SOAP_RT_CONFIG - GET_RETENTION_TYPE | SOAP runtime configuration | ||
| 21 | IF_SOAP_RT_CONFIG - GET_RETENTION_TYPE | SOAP runtime configuration | ||
| 22 | IF_SOAP_RT_CONFIG - GET_RETENTION_PERIOD | SOAP runtime configuration | ||
| 23 | IF_SOAP_RT_CONFIG - GET_RETENTION_PERIOD | SOAP runtime configuration | ||
| 24 | IF_SOAP_RT_CONFIG - GET_PERSISTENCY_TYPE | SOAP runtime configuration | ||
| 25 | IF_SOAP_RT_CONFIG - GET_INBOUND_DEST | SOAP runtime configuration | ||
| 26 | IF_SOAP_RT_CONFIG - GET_INBOUND_DEST | SOAP runtime configuration | ||
| 27 | IF_SOAP_RT_CONFIG - GET_ACTIVE_PERSISTENCY | SOAP runtime configuration | ||
| 28 | IF_SOAP_RT_CONFIG - GET_ACTIVE_PERSISTENCY | SOAP runtime configuration | ||
| 29 | IF_SOAP_RT_CONFIG - GET_PERSISTENCY_TYPE | SOAP runtime configuration | ||
| 30 | IF_SOAP_RT_CONFIG_EX - SET_RETENTION_TYPE | Extended RT Config interface for RT config manager | ||
| 31 | IF_SOAP_RT_CONFIG_EX - SET_RETENTION_TYPE | Extended RT Config interface for RT config manager | ||
| 32 | IF_SOAP_RT_CONFIG_EX - SET_RETENTION_PERIOD | Extended RT Config interface for RT config manager | ||
| 33 | IF_SOAP_RT_CONFIG_EX - SET_RETENTION_PERIOD | Extended RT Config interface for RT config manager | ||
| 34 | IF_SOAP_RT_CONFIG_EX - SET_PERSISTENCY_TYPE | Extended RT Config interface for RT config manager | ||
| 35 | IF_SOAP_RT_CONFIG_EX - SET_PERSISTENCY_TYPE | Extended RT Config interface for RT config manager | ||
| 36 | IF_SOAP_RT_CONFIG_EX - SET_INBOUND_DEST | Extended RT Config interface for RT config manager | ||
| 37 | IF_SOAP_RT_CONFIG_EX - SET_INBOUND_DEST | Extended RT Config interface for RT config manager | ||
| 38 | IF_SOAP_RT_CONFIG_EX - SET_ACTIVE_PERSISTENCY | Extended RT Config interface for RT config manager | ||
| 39 | IF_SOAP_RT_CONFIG_EX - SET_ACTIVE_PERSISTENCY | Extended RT Config interface for RT config manager | ||
| 40 | IF_SOAP_RT_CONFIG_EX - IS_ACTIVE_CLIENT | Extended RT Config interface for RT config manager | ||
| 41 | IF_SOAP_RT_CONFIG_EX - IS_ACTIVE_CLIENT | Extended RT Config interface for RT config manager | ||
| 42 | IF_SOAP_RT_CONFIG_EX - GET_RETENTION_TYPE | Extended RT Config interface for RT config manager | ||
| 43 | IF_SOAP_RT_CONFIG_EX - GET_RETENTION_PERIOD | Extended RT Config interface for RT config manager | ||
| 44 | IF_SOAP_RT_CONFIG_EX - GET_PERSISTENCY_TYPE | Extended RT Config interface for RT config manager | ||
| 45 | IF_SOAP_RT_CONFIG_EX - GET_INBOUND_DEST | Extended RT Config interface for RT config manager | ||
| 46 | IF_SOAP_RT_CONFIG_EX - GET_ACTIVE_PERSISTENCY | Extended RT Config interface for RT config manager |