openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BICS_CONS_SAVE_VIEW: post: tags: - RSBOLAP_BICS_CONSUMER operationId: /rfc/BICS_CONS_SAVE_VIEW requestBody: content: application/json: schema: properties: I_DEFINITION: type: string format: byte I_NAME: type: string maxLength: 45 I_OVERWRITE: type: string default: RS_C_FALSE maxLength: 1 I_TEXT: type: string maxLength: 60 I_VIEW_TYPE: type: string default: SELECTOR maxLength: 20 I_VIEW_VISIBILITY: type: string default: ' ' maxLength: 1 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_SERVICE_DESC_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_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_DEFINITION - I_NAME - I_TEXT responses: '200': description: OK content: application/json: schema: properties: E_MAX_MESSAGE_TYPE: type: string maxLength: 1 E_NAME: type: string maxLength: 45 E_SUCCESSFULL: type: string maxLength: 1 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_SERVICE_DESC_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_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.