openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BICS_PROV_GET_MEMBER_ACC_PROP: post: tags: - RSBOLAP_BICS_PROVIDER operationId: /rfc/BICS_PROV_GET_MEMBER_ACC_PROP requestBody: content: application/json: schema: properties: I_ATTRIBUTE_NAME: type: string maxLength: 40 I_CHARACTERISTIC_NAME: type: string maxLength: 40 I_DATA_PROVIDER_HANDLE: type: integer format: int64 I_NODE_TYPE: type: string maxLength: 40 E_T_SUPPORTED_READ_MODES: type: array items: type: object properties: READ_MODE: type: string maxLength: 1 description: 'Read Mode(F4) for Master Data Read Services enumValues: D=Only values posted to dimension of Basic InfoCube(s),A=Attributes: only values appearing as attribute values,P=Only values for characteristic combination,M=Master Data tables,Q=Only values with booked data in current navigational state' enum: - D - A - P - M - Q TEXT: type: string maxLength: 60 description: Long description FUZZY_SEARCH: type: string maxLength: 1 description: 'Boolean enumValues: X=True,""=False' enum: - X - '' 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_CHARACTERISTIC_NAME - I_DATA_PROVIDER_HANDLE responses: '200': description: OK content: application/json: schema: properties: E_MAX_MESSAGE_TYPE: type: string maxLength: 1 E_T_SUPPORTED_READ_MODES: type: array items: type: object properties: READ_MODE: type: string maxLength: 1 description: 'Read Mode(F4) for Master Data Read Services enumValues: D=Only values posted to dimension of Basic InfoCube(s),A=Attributes: only values appearing as attribute values,P=Only values for characteristic combination,M=Master Data tables,Q=Only values with booked data in current navigational state' enum: - D - A - P - M - Q TEXT: type: string maxLength: 60 description: Long description FUZZY_SEARCH: type: string maxLength: 1 description: 'Boolean enumValues: X=True,""=False' enum: - X - '' 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.