openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BICS_PROV_VAR_PERS_COMMAND: post: tags: - RSBOLAP_BICS_PROVIDER_VAR operationId: /rfc/BICS_PROV_VAR_PERS_COMMAND requestBody: content: application/json: schema: properties: I_COMMAND: type: string I_VARIABLE_CONTAINER_HANDLE: type: integer format: int64 I_VARIABLE_ID: type: integer format: int32 E_T_MESSAGE: type: array items: type: object properties: CONTEXT_ID: type: integer format: int32 description: Object ID MSGTY: type: string maxLength: 1 description: Message Type MSGID: type: string maxLength: 20 description: Message Class MSGNO: type: integer format: int64 description: Message Number MSGV1: type: string maxLength: 50 description: Message Variable MSGV2: type: string maxLength: 50 description: Message Variable MSGV3: type: string maxLength: 50 description: Message Variable MSGV4: type: string maxLength: 50 description: Message Variable TEXT: type: string maxLength: 220 description: Message Text 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_COMMAND - I_VARIABLE_CONTAINER_HANDLE - I_VARIABLE_ID responses: '200': description: OK content: application/json: schema: properties: E_T_MESSAGE: type: array items: type: object properties: CONTEXT_ID: type: integer format: int32 description: Object ID MSGTY: type: string maxLength: 1 description: Message Type MSGID: type: string maxLength: 20 description: Message Class MSGNO: type: integer format: int64 description: Message Number MSGV1: type: string maxLength: 50 description: Message Variable MSGV2: type: string maxLength: 50 description: Message Variable MSGV3: type: string maxLength: 50 description: Message Variable MSGV4: type: string maxLength: 50 description: Message Variable TEXT: type: string maxLength: 220 description: Message Text 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.