
This is an interface which represents an OData Channel EntitySet object.
Method SET_TITLE
This method is deprecated. Use method SET_MEMBER_TITLE_FR_TELEMENT instead.
The method creates a description for a field <atom:title> that differs from those of the ABAP Dictionary. A source of this text can be a text symbol of a class.
The semantics of the input parameter must be the CLASS NAME and the symbol ID of the text element separated by -. The corresponding text object key is defined in class /IWBEP/CL_MGW_ABS_MODEL.
|
Parameter |
Description |
|---|---|
|
IV_TEXT_KEY |
Text key, for example, a reference to a text symbol from text references of a class or report. Example: /IWFBEP/CL_MGW_MED_SFLIGHT-000 The text is not case-sensitive. |
|
IV_TEXT_OBJ_TYPE |
Text object type. Example: GCS_SAP_TEXT_OBJECT_TYPES-BACKEND_GATEWAY_TEXT |
Method SET_MEMBER_TITLE
This method is deprecated. Use method SET_MEMBER_TITLE_FR_TELEMENT instead.
The method creates a description for a field <sap:member-title> that differs from those of the ABAP Dictionary. A source of this text can be a text symbol of a class.
The semantics of the input parameter must be the CLASS NAME and the symbol ID of the text element separated by -. The corresponding text object key is defined in class /IWBEP/CL_MGW_ABS_MODEL .
|
Parameter |
Description |
|---|---|
|
IV_TEXT_KEY |
Text key in the class name and the text element separated by -. Example: /IWFBEP/CL_MGW_MED_POOL_TX_LOAD-000 The text is not case-sensitive. |
|
IV_TEXT_OBJ_TYPE |
Text in the text object type defined in the field mentioned above. Example: GCS_SAP_TEXT_OBJECT_TYPES-BACKEND_GATEWAY_TEXT |
Method SET_MEMBER_TITLE_FR_TELEMENT
This method creates the <sap:member-title> of a collection from a reference to a text element.
|
Parameter |
Description |
|---|---|
|
IW_TEXT_ELEMENT_SYMBOL |
Symbol of the text element, for example 000. |
|
IV_TEXT_ELEMENT_CONTAINER |
Name of the text element container, for example, a report name or the class name. This is an optional parameter which should be filled if the text reference is located in another class or report and not the MPC. |
|
IO_OBJECT_REF |
Reference of the class which contains the text element. If the MPC contains the texts ABAP me needs to be passed. |
| Parameter | Description |
|---|---|
| IV_CREATABLE | Value of EntitySet |
| Parameter | Description |
|---|---|
| IV_UPDATABLE | Value of EntitySet |
| Parameter | Description |
|---|---|
| IV_DELETABLE | Value of EntitySet |
| Parameter | Description |
|---|---|
| IV_PAGEABLE | Value |
| Parameter | Description |
|---|---|
| IV_ADDRESSABLE | Value |
| Parameter | Description |
|---|---|
| IV_IS_SUBSCRIBABLE | Value |
| Parameter | Description |
|---|---|
| IV_FSEARCH | Value |
For more information, see Search and Open Search Capabilities.