openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BICS_PROV_GET_RESULTSET_DETAIL: post: tags: - RSBOLAP_BICS_PROVIDER operationId: /rfc/BICS_PROV_GET_RESULTSET_DETAIL requestBody: content: application/json: schema: properties: I_APPLY_SORTING_COLUMNS: type: string maxLength: 1 I_APPLY_SORTING_ROWS: type: string maxLength: 1 I_DATA_PROVIDER_HANDLE: type: integer format: int64 E_T_ACTIVE_CONDITIONS: type: array items: type: object properties: ID: type: integer format: int32 description: Object ID E_T_COLUMNS: type: array items: type: object properties: ELEMENT_INDEX: type: integer format: int32 description: Position of an Object (1 Based) MEMBER_TABLE_INDEX: type: integer format: int32 description: Position of an Object (1 Based) DRILL_STATE: type: integer format: int32 description: 'Expansion Status of a Hierarchy Node enumValues: 3=Node Expanded,4=Node Expanded After Next Characteristic,0=No Hierarchy,1=Page,2=Node Collapsed' enum: - '3' - '4' - '0' - '1' - '2' LEVEL: type: integer format: int32 description: Level Number in a Hierarchy E_T_CUDIM_INFO: type: array items: type: object properties: SID: type: integer format: int32 description: Master data ID CURRENCY: type: string maxLength: 5 description: 'StrMember: Target currency for currency translation' UNIT: type: string maxLength: 3 description: Unit key NUM_PREC: type: integer format: int64 description: Number of Decimal Places Real Display MAX_PREC: type: string maxLength: 2 description: Maximum Precision (Space = All Places) NUM_SCALE: type: string maxLength: 1 description: 'Scaling factor enumValues: ""=Undefined,2=Display in 100s,7=Display in 10,000,000s,6=Display in 1,000,000s,0=No rounding off,5=Display in 100,000s,9=Display in 1,000,000,000s,3=Display in 1,000s,8=Display in 100,000,000s,1=Display in 10s,4=Display in 10,000s' enum: - '' - '2' - '7' - '6' - '0' - '5' - '9' - '3' - '8' - '1' - '4' FACTOR: type: number description: '' CURRTXT: type: string maxLength: 10 description: Alternative currency display in BEx CURRFLAG: type: string maxLength: 1 description: 'Currency Before/After Value enumValues: A=After value,B=Before value' enum: - A - B E_T_DATA_CELLS: type: array items: type: object properties: KID: type: integer format: int32 description: Object ID ROW: type: integer format: int32 description: Position of an Object (1 Based) COLUMN: type: integer format: int32 description: Position of an Object (1 Based) CUDIM_ID: type: integer format: int32 description: Object ID VALTYPE: type: integer format: int32 description: Vale Type Encoded as Int VALEXCP: type: integer format: int32 description: Exception of Value Encoded as Int 1 NOINPUT: type: integer format: int32 description: Boolean Value Encoded as Int 1 NUM_PREC: type: integer format: int32 description: Accuracy of Figure MAX_PREC: type: integer format: int32 description: Accuracy of Figure BLFV: type: integer format: int32 description: Boolean Value Encoded as Int 1 VALUE: type: number description: Value Field in the OLAP Processor E_T_MEMBER: type: array items: type: object properties: MEMBER_ID: type: integer format: int32 description: Object ID NODE_PARENT_ID: type: integer format: int32 description: Object ID NODE_TYPE_ID: type: integer format: int32 description: Object ID LEVEL: type: integer format: int32 description: Level Number in a Hierarchy PRESENTATION_INDEX_FROM: type: integer format: int32 description: Position of an Object (1 Based) PRESENTATION_INDEX_TO: type: integer format: int32 description: Position of an Object (1 Based) E_T_MEMBER_PRESENTATION: type: array items: type: object properties: PRESENTATION: type: integer format: int32 description: Display of an Object ATTRIBUTE_ID: type: integer format: int32 description: Object ID CONTINUE: type: integer format: int32 description: Boolean Value Encoded as Int 1 VALUE: type: string maxLength: 70 description: Value of a Display E_T_ROWS: type: array items: type: object properties: ELEMENT_INDEX: type: integer format: int32 description: Position of an Object (1 Based) MEMBER_TABLE_INDEX: type: integer format: int32 description: Position of an Object (1 Based) DRILL_STATE: type: integer format: int32 description: 'Expansion Status of a Hierarchy Node enumValues: 3=Node Expanded,4=Node Expanded After Next Characteristic,0=No Hierarchy,1=Page,2=Node Collapsed' enum: - '3' - '4' - '0' - '1' - '2' LEVEL: type: integer format: int32 description: Level Number in a Hierarchy I_T_CHAR_DETAILS: type: array items: type: object properties: AXIS: type: string maxLength: 1 description: Axis Name INDEX: type: integer format: int32 description: Position of an Object (1 Based) CHARACTERISTIC_ID: type: integer format: int32 description: Object ID HAS_FOCUS_MEMBER: type: string maxLength: 1 description: 'Boolean enumValues: X=True,""=False' enum: - X - '' FOCUS_MEMBER_ID: type: integer format: int32 description: Object ID FOCUS_MEMBER_LEVEL: type: integer format: int32 description: Level Number in a Hierarchy OMIT_FOCUS_MEMBER: type: string maxLength: 1 description: 'Boolean enumValues: X=True,""=False' enum: - X - '' DRILL_LEVEL: type: integer format: int32 description: Level Number in a Hierarchy APPLY_CONDITIONS: 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_APPLY_SORTING_COLUMNS - I_APPLY_SORTING_ROWS - I_DATA_PROVIDER_HANDLE responses: '200': description: OK content: application/json: schema: properties: E_MAX_MESSAGE_TYPE: type: string maxLength: 1 E_N_COLUMNS: type: integer format: int32 E_N_ROWS: type: integer format: int32 E_STATE: type: integer format: int32 E_S_STATE: type: object properties: DATA_REFRESH_DATE: type: string format: date description: Changed On DATA_REFRESH_TIME: type: string maxLength: 6 description: Changed at DATA_ROLLUP_DATE: type: string format: date description: Changed On DATA_ROLLUP_TIME: type: string maxLength: 6 description: Changed at DATA_ROLLUP_DATE_MAX: type: string format: date description: Changed On DATA_ROLLUP_TIME_MAX: type: string maxLength: 6 description: Changed at E_TH_CURRENCY_UNIT: type: array items: type: object properties: ID: type: integer format: int32 description: Object ID CUDIM: type: array items: type: object properties: SID: type: integer format: int32 description: Master data ID EXP: type: integer format: int32 description: Master data ID E_T_ACTIVE_CONDITIONS: type: array items: type: object properties: ID: type: integer format: int32 description: Object ID E_T_COLUMNS: type: array items: type: object properties: ELEMENT_INDEX: type: integer format: int32 description: Position of an Object (1 Based) MEMBER_TABLE_INDEX: type: integer format: int32 description: Position of an Object (1 Based) DRILL_STATE: type: integer format: int32 description: 'Expansion Status of a Hierarchy Node enumValues: 3=Node Expanded,4=Node Expanded After Next Characteristic,0=No Hierarchy,1=Page,2=Node Collapsed' enum: - '3' - '4' - '0' - '1' - '2' LEVEL: type: integer format: int32 description: Level Number in a Hierarchy E_T_CUDIM_INFO: type: array items: type: object properties: SID: type: integer format: int32 description: Master data ID CURRENCY: type: string maxLength: 5 description: 'StrMember: Target currency for currency translation' UNIT: type: string maxLength: 3 description: Unit key NUM_PREC: type: integer format: int64 description: Number of Decimal Places Real Display MAX_PREC: type: string maxLength: 2 description: Maximum Precision (Space = All Places) NUM_SCALE: type: string maxLength: 1 description: 'Scaling factor enumValues: ""=Undefined,2=Display in 100s,7=Display in 10,000,000s,6=Display in 1,000,000s,0=No rounding off,5=Display in 100,000s,9=Display in 1,000,000,000s,3=Display in 1,000s,8=Display in 100,000,000s,1=Display in 10s,4=Display in 10,000s' enum: - '' - '2' - '7' - '6' - '0' - '5' - '9' - '3' - '8' - '1' - '4' FACTOR: type: number description: '' CURRTXT: type: string maxLength: 10 description: Alternative currency display in BEx CURRFLAG: type: string maxLength: 1 description: 'Currency Before/After Value enumValues: A=After value,B=Before value' enum: - A - B E_T_DATA_CELLS: type: array items: type: object properties: KID: type: integer format: int32 description: Object ID ROW: type: integer format: int32 description: Position of an Object (1 Based) COLUMN: type: integer format: int32 description: Position of an Object (1 Based) CUDIM_ID: type: integer format: int32 description: Object ID VALTYPE: type: integer format: int32 description: Vale Type Encoded as Int VALEXCP: type: integer format: int32 description: Exception of Value Encoded as Int 1 NOINPUT: type: integer format: int32 description: Boolean Value Encoded as Int 1 NUM_PREC: type: integer format: int32 description: Accuracy of Figure MAX_PREC: type: integer format: int32 description: Accuracy of Figure BLFV: type: integer format: int32 description: Boolean Value Encoded as Int 1 VALUE: type: number description: Value Field in the OLAP Processor E_T_MEMBER: type: array items: type: object properties: MEMBER_ID: type: integer format: int32 description: Object ID NODE_PARENT_ID: type: integer format: int32 description: Object ID NODE_TYPE_ID: type: integer format: int32 description: Object ID LEVEL: type: integer format: int32 description: Level Number in a Hierarchy PRESENTATION_INDEX_FROM: type: integer format: int32 description: Position of an Object (1 Based) PRESENTATION_INDEX_TO: type: integer format: int32 description: Position of an Object (1 Based) E_T_MEMBER_PRESENTATION: type: array items: type: object properties: PRESENTATION: type: integer format: int32 description: Display of an Object ATTRIBUTE_ID: type: integer format: int32 description: Object ID CONTINUE: type: integer format: int32 description: Boolean Value Encoded as Int 1 VALUE: type: string maxLength: 70 description: Value of a Display E_T_ROWS: type: array items: type: object properties: ELEMENT_INDEX: type: integer format: int32 description: Position of an Object (1 Based) MEMBER_TABLE_INDEX: type: integer format: int32 description: Position of an Object (1 Based) DRILL_STATE: type: integer format: int32 description: 'Expansion Status of a Hierarchy Node enumValues: 3=Node Expanded,4=Node Expanded After Next Characteristic,0=No Hierarchy,1=Page,2=Node Collapsed' enum: - '3' - '4' - '0' - '1' - '2' LEVEL: type: integer format: int32 description: Level Number in a Hierarchy I_T_CHAR_DETAILS: type: array items: type: object properties: AXIS: type: string maxLength: 1 description: Axis Name INDEX: type: integer format: int32 description: Position of an Object (1 Based) CHARACTERISTIC_ID: type: integer format: int32 description: Object ID HAS_FOCUS_MEMBER: type: string maxLength: 1 description: 'Boolean enumValues: X=True,""=False' enum: - X - '' FOCUS_MEMBER_ID: type: integer format: int32 description: Object ID FOCUS_MEMBER_LEVEL: type: integer format: int32 description: Level Number in a Hierarchy OMIT_FOCUS_MEMBER: type: string maxLength: 1 description: 'Boolean enumValues: X=True,""=False' enum: - X - '' DRILL_LEVEL: type: integer format: int32 description: Level Number in a Hierarchy APPLY_CONDITIONS: 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.