SAP ABAP Class IF_SIC_SERVICE_CONFIGURATION (Interface for Service Configuration)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SIC_SRV_FIELD_GROUP | Fields Group Service | 20060310 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SIC_SRV_FINE_MATCH | Fine Match Service | 20060315 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SIC_SRV_INDEX_OBJECT | Index Service | 20060313 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SIC_SRV_NORMALIZE_OBJECT | Normalize Object | 20060315 |
5 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SIC_SRV_READ_OBJECT_DATA | Generic Service for Accessing Object Data | 20060321 |
6 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SIC_SRV_SEARCH_OBJECT | Object Search Service | 20060313 |
Properties
Class | IF_SIC_SERVICE_CONFIGURATION | |
Short Description | Interface for Service Configuration | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20060209 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_SIC_SERVICE_CONFIGURATION has no interface implemented.
Friends
Class IF_SIC_SERVICE_CONFIGURATION has no friend class.
Attributes
Class IF_SIC_SERVICE_CONFIGURATION has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Add a new Service profile | 20060310 |
2 | ![]() |
Instance method | Public | Method | Check consistency of the specified Service profile | 20060310 |
3 | ![]() |
Static method | Public | Method | Create field provider instance | 20060322 |
4 | ![]() |
Instance method | Public | Method | Returns the list of container content types for the service | 20060310 |
5 | ![]() |
Instance method | Public | Method | Returns the list of fields for the specified service profile | 20060310 |
6 | ![]() |
Instance method | Public | Method | Returns the list of service profiles | 20060310 |
7 | ![]() |
Instance method | Public | Method | Maintain the specified Service profile | 20060310 |
8 | ![]() |
Instance method | Public | Method | Existence check for the specified service profile | 20060329 |
9 | ![]() |
Instance method | Public | Method | Set the field provider instance | 20060405 |
10 | ![]() |
Instance method | Public | Method | Set the specified service profile | 20060424 |
Events
Class IF_SIC_SERVICE_CONFIGURATION has no event.
Types
Class IF_SIC_SERVICE_CONFIGURATION has no local type.
Method Signatures
Method ADD_SERVICE_PROFILE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_APPL_OBJECT_TYPE | Value transfer | Type reference (TYPE) | SIC_S_APPL_OBJECT_TYPE | Unique identification of application and object type | 20060316 | ||
2 | ![]() |
IV_SERVICE_PROFILE | Value transfer | Type reference (TYPE) | SIC_SERVICE_PROFILE | Service Profile | 20060310 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Errors in service configuration | 20060314 |
Method CHECK_CONSISTENCY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SERVICE_PROFILE | Value transfer | Type reference (TYPE) | SIC_SERVICE_PROFILE | Service Profile | 20060310 | ||
2 | ![]() |
RV_CONSISTENT | Value transfer | Type reference (TYPE) | SIC_BOOLEAN_OUTPUT | Boolean: Output | 20060314 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Errors in service configuration | 20060314 |
Method CREATE_FIELD_PROVIDER_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_APPL_OBJECT_TYPE | Value transfer | Type reference (TYPE) | SIC_S_APPL_OBJECT_TYPE | Unique identification of application and object type | 20060322 | ||
2 | ![]() |
IV_SERVICE_PROFILE | Value transfer | Type reference (TYPE) | SIC_SERVICE_PROFILE | Service Profile | 20060322 | ||
3 | ![]() |
RR_FIELD_PROVIDER | Value transfer | Object reference (TYPE REF TO) | IF_SIC_SERVICE_CONFIGURATION | Interface for service configuration | 20060322 |
Method CREATE_FIELD_PROVIDER_INSTANCE on class IF_SIC_SERVICE_CONFIGURATION has no exception.
Method GET_CONTAINER_CONTENT_TYPES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_SERVICE_CONTENT_TYPES | Value transfer | Type reference (TYPE) | SIC_T_SERVICE_CONTENT_TYPE | List of content types the service can process | 20060310 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Errors in configuration of the framework | 20060321 |
Method GET_FIELD_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NODE_NAME | Value transfer | Type reference (TYPE) | SIC_NODE_NAME | Node name | 20060310 | ||
2 | ![]() |
RT_NODE_FIELDS | Value transfer | Type reference (TYPE) | SIC_T_NODE_FIELDS_NORM_TYPE | List of fields including normalization type | 20060310 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Errors in configuration of the framework | 20060314 |
Method GET_SERVICE_PROFILES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_APPL_OBJECT_TYPE | Value transfer | Type reference (TYPE) | SIC_S_APPL_OBJECT_TYPE | Unique identification of application and object type | 20060404 | ||
2 | ![]() |
RT_SERVICE_PROFILES | Value transfer | Type reference (TYPE) | SIC_T_SERVICE_PROFILE | Service profiles | 20060310 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Errors in configuration of the framework | 20060314 |
Method MAINTAIN_SERVICE_PROFILE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SERVICE_PROFILE | Value transfer | Type reference (TYPE) | SIC_SERVICE_PROFILE | Service Profile | 20060310 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Errors in service configuration | 20060314 |
Method SERVICE_PROFILE_EXIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SERVICE_PROFILE | Value transfer | Type reference (TYPE) | SIC_SERVICE_PROFILE | Service Profile | 20060329 | ||
2 | ![]() |
RV_EXIST | Value transfer | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE: Service profile exists | 20060329 |
Method SERVICE_PROFILE_EXIST on class IF_SIC_SERVICE_CONFIGURATION has no exception.
Method SET_FIELD_PROVIDER_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_FIELD_PROVIDER | Value transfer | Object reference (TYPE REF TO) | IF_SIC_SERVICE_CONFIGURATION | Interface for service configuration | 20060405 |
Method SET_FIELD_PROVIDER_INSTANCE on class IF_SIC_SERVICE_CONFIGURATION has no exception.
Method SET_SERVICE_PROFILE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_SERVICE_PROFILE | Value transfer | Type reference (TYPE) | SIC_SERVICE_PROFILE | Service Profile | 20060424 |
Method SET_SERVICE_PROFILE on class IF_SIC_SERVICE_CONFIGURATION has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in |