openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BICS_CONS_CREATE_PLANNING_SEQU: post: tags: - RSBOLAP_BICS_CONSUMER operationId: /rfc/BICS_CONS_CREATE_PLANNING_SEQU requestBody: content: application/json: schema: properties: I_APPLICATION_HANDLE: type: integer format: int64 default: 0 I_DATA_AREA: type: string default: DEFAULT maxLength: 30 I_SEQUENCE_NAME: type: string maxLength: 40 I_VARIABLE_CONTAINER_HANDLE: type: integer format: int64 default: 0 I_VARIANT: type: string maxLength: 40 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_SEQUENCE_NAME responses: '200': description: OK content: application/json: schema: properties: E_APPLICATION_HANDLE: type: integer format: int64 E_MAX_MESSAGE_TYPE: type: string maxLength: 1 E_SEQUENCE_HANDLE: type: integer format: int64 E_VARIABLE_CONTAINER_HANDLE: type: integer format: int64 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.