openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BICS_PROV_RRI: post: tags: - RSBOLAP_BICS_PROVIDER operationId: /rfc/BICS_PROV_RRI requestBody: content: application/json: schema: properties: I_DATA_PROVIDER_HANDLE: type: integer format: int64 I_RECEIVER_NAME: type: string maxLength: 40 E_T_PROPERTIES: type: array items: type: object properties: NAME: type: string maxLength: 40 description: Object Name VALUE: type: string maxLength: 255 description: Object Service Information for External Cubes I_T_MEMBER_CONTEXT: type: array items: type: object properties: CHARACTERISTIC_ID: type: integer format: int32 description: Object ID MEMBER_ID: type: integer format: int32 description: Object ID I_T_STATISTIC_INFO: type: array items: type: object properties: EVENTID: type: integer format: int64 description: OLAP Statistics Event (Type NUMC9) HANDLEID: type: integer format: int64 description: Internal ID of a Query Runtime Object HANDLETP: type: string maxLength: 4 description: Internal Type of Query Runtime Object OBJNAME: type: string maxLength: 30 description: OLAP Statistik Object Name (QueryID, TemplateID,...) EVTIME: type: integer format: int64 description: Validity Period EVCOUNT: type: integer format: int64 description: 'BW Statistics: Number' required: - I_DATA_PROVIDER_HANDLE responses: '200': description: OK content: application/json: schema: properties: E_MAX_MESSAGE_TYPE: type: string maxLength: 1 E_RETURN_CODE: type: integer format: int32 E_URL: type: string E_T_PROPERTIES: type: array items: type: object properties: NAME: type: string maxLength: 40 description: Object Name VALUE: type: string maxLength: 255 description: Object Service Information for External Cubes I_T_MEMBER_CONTEXT: type: array items: type: object properties: CHARACTERISTIC_ID: type: integer format: int32 description: Object ID MEMBER_ID: type: integer format: int32 description: Object ID I_T_STATISTIC_INFO: type: array items: type: object properties: EVENTID: type: integer format: int64 description: OLAP Statistics Event (Type NUMC9) HANDLEID: type: integer format: int64 description: Internal ID of a Query Runtime Object HANDLETP: type: string maxLength: 4 description: Internal Type of Query Runtime Object OBJNAME: type: string maxLength: 30 description: OLAP Statistik Object Name (QueryID, TemplateID,...) EVTIME: type: integer format: int64 description: Validity Period EVCOUNT: type: integer format: int64 description: 'BW Statistics: Number' '400': description: Bad request. 5XX: description: Unexpected error.