Namespace: com.sap.vocabularies.Support.v1
Terms for support tools
| Term | Type | Description |
|---|---|---|
| TechnicalInfoLinks | TechnicalInfoLinksType | How to retrieve links to technical information about the service |
Template for a function that retrieves links to technical information about a service and whose function import is named in TechnicalInfoLinks/FunctionImport
| Parameter | Type | Description |
|---|---|---|
| ServiceRoot | URL | Root URL of the UI service This URL is interpreted relative to the root URL of the service containing the function. |
| EdmPath | String | Path to the model element for which technical info is requested Uses the same syntax as annotation targets. |
| → | [TechnicalInfoLink] | Collection of development objects related to the model element |
| Property | Type | Description |
|---|---|---|
| Url | URL | URL of a CSDL document describing the function This URL is interpreted relative to the URL of the CSDL document containing the annotation. The function must follow this template. |
| FunctionImport | String | Name of a function import for retrieval of links to technical information about the service |
| Property | Type | Description |
|---|---|---|
| Text | String | Description of a development object |
| Url | URL | Link to open the development object This URL is interpreted relative to the root URL of the service containing the function. |