INTF IF_MBC_CP_API_BUSINESS_CONFIG
Source Link
Open in ADT
Home
Previous Object: IF_IXML_XPATH
Next Object: IF_MBC_CP_APP_CONFIGURATION
Status: RELEASED
Public
Type ty_identifier TYPE c LENGTH 20
Type ty_technical_id TYPE c LENGTH 30
Type ty_namespace TYPE c LENGTH 10
Type ty_name TYPE c LENGTH 50
Type ty_description TYPE c LENGTH 50
Type ty_application_component TYPE c LENGTH 20
Type ty_service_binding TYPE c LENGTH 40
Type ty_service_name TYPE c LENGTH 40
Type ty_service_version TYPE n LENGTH 4
Type ty_root_entity_set TYPE c LENGTH 30
Type ty_transport TYPE c LENGTH 20
Type ty_skip_root_entity_list_rep TYPE c LENGTH 1
Type ts_business_configuration TYPE if_mbc_cp_api_business_config=>ts_business_configuration
Attribute identifier TYPE c LENGTH 20
Attribute namespace TYPE c LENGTH 10
Attribute technical_id TYPE c LENGTH 30
Method exists
RETURNING rv_exists TYPE ABAP_BOOL
RAISING cx_mbc_api_exception
Method read
RETURNING rs_business_configuration TYPE if_mbc_cp_api_business_config=>ts_business_configuration
RAISING cx_mbc_api_exception
Method read_app_configuration
RETURNING result TYPE if_mbc_cp_app_configuration=>settings
Method create
IMPORTING
 iv_name TYPE c LENGTH 50
 iv_description TYPE c LENGTH 50
 iv_service_binding TYPE c LENGTH 40
 iv_service_name TYPE c LENGTH 40
 iv_service_version TYPE n LENGTH 4
 iv_root_entity_set TYPE c LENGTH 30
 iv_transport TYPE c LENGTH 20
 iv_skip_root_entity_list_rep TYPE c LENGTH 1 Optional
 app_configuration TYPE if_mbc_cp_app_configuration=>settings Optional
RAISING cx_mbc_api_exception
Method update_name
IMPORTING
 iv_name TYPE c LENGTH 50
 iv_transport TYPE c LENGTH 20
RAISING cx_mbc_api_exception
Method update_description
IMPORTING
 iv_description TYPE c LENGTH 50
 iv_transport TYPE c LENGTH 20
RAISING cx_mbc_api_exception
Method update_app_configuration
IMPORTING
 app_configuration TYPE if_mbc_cp_app_configuration=>settings
 transport TYPE c LENGTH 20
RAISING cx_mbc_api_exception
Method delete
IMPORTING
 iv_transport TYPE c LENGTH 20
RAISING cx_mbc_api_exception
Exists on:
754 | false |
750 | false |
702 | false |
Bug reports and ideas welcome
Made using abaplint.app