openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BAPI_MDDATASET_GET_CELL_INFO: post: tags: - RSOB summary: (For Internal Use Only!!) operationId: /rfc/BAPI_MDDATASET_GET_CELL_INFO requestBody: content: application/json: schema: properties: CELL: type: integer format: int64 description: Ordinal Number of a Cell in a Data Set DATASETID: type: integer format: int64 description: 'BW: General Reference Field for Internal IDs' ALERTLEVEL: type: array items: type: object properties: ELTUID: type: string maxLength: 25 description: 'BW: Unequivocal ID in room and time' ALERTLEVEL: type: integer format: int64 description: 'Alert priority enumValues: 01=Good 1,02=Good 2,09=Bad 3,03=Good 3,08=Bad 2,07=Bad 1,05=Critical 2,04=Critical 1,06=Critical 3' enum: - '01' - '02' - '09' - '03' - '08' - '07' - '05' - '04' - '06' OPT: type: string maxLength: 2 description: 'Operator in Select Options and other Expressions enumValues: BT=Between: Range of Values,AL=All,TP=Top Percent,AG=Aggregated,BS=Bottom Sum,NB=Not Between: Everything Outside the Range,GE=Greater or Equal: Everything >= Value in Field LOW,NP=Not Contains Pattern: Masked Input: Reject Pattern,NE=Not Equal: Everything Apart from the Specified Single Value,HL=Hierarchy Level,NA=Not Aggregated,TS=Top Sum,TC=Top n,BP=Bottom Percentage,BC=Bottom Count,EQ=Equal: Single Value,LE=Less or Equal: Everything <= Value in Field LOW,CP=Contains Pattern: Masked Input: Find Pattern,GT=Greater Than: Everything > Value in Field LOW,LT=Less Than: Everything < Value in Field LOW' enum: - BT - AL - TP - AG - BS - NB - GE - NP - NE - HL - NA - TS - TC - BP - BC - EQ - LE - CP - GT - LT LOW: type: string maxLength: 60 description: 'Dim: Field for a User-Defined Characteristic Value' HIGH: type: string maxLength: 60 description: 'Dim: Field for a User-Defined Characteristic Value' CELL_DATA: type: array items: type: object properties: CELL_ORDINAL: type: integer format: int64 description: Ordinal Number of a Cell in a Data Set VALUE: type: string maxLength: 22 description: String Representation of a Float Number FORMATTED_VALUE: type: string maxLength: 40 description: Formatted value of a cell VALUE_TYPE: type: string maxLength: 1 description: 'Value Type: Date, Time, Normal, Overflow' CURRENCY: type: string maxLength: 5 description: Currency Key UNIT: type: string maxLength: 3 description: Unit key MWKZ: type: string maxLength: 1 description: Grouping of the key figures NUM_SCALE: type: string maxLength: 1 description: 'StrMember: Scaling factor of a number enumValues: 1=in 10,3=in 1,000,5=in 100,000,0=in 1,6=in 1,000,000,8=in 100,000,000,""=Not defined,2=in 100,4=in 10,000,7=in 10,000,000,9=in 1,000,000,000' enum: - '1' - '3' - '5' - '0' - '6' - '8' - '' - '2' - '4' - '7' - '9' NUM_PREC: type: string maxLength: 1 description: 'StrMember: Number of places after decimal point for output enumValues: 0=0,1=0.0,6=0.000000,5=0.00000,8=0.00000000,2=0.00,3=0.000,""=Not defined,4=0.0000,7=0.0000000,9=0.000000000' enum: - '0' - '1' - '6' - '5' - '8' - '2' - '3' - '' - '4' - '7' - '9' CELL_STATUS: type: string maxLength: 1 description: Status of a cell (E)mpty, (N)ill BACK_COLOR: type: string maxLength: 8 description: Background color EXCEPTION: type: array items: type: object properties: ELTUID: type: string maxLength: 25 description: 'BW: Unequivocal ID in room and time' ALERTLEVEL: type: integer format: int64 description: 'Alert priority enumValues: 01=Good 1,02=Good 2,09=Bad 3,03=Good 3,08=Bad 2,07=Bad 1,05=Critical 2,04=Critical 1,06=Critical 3' enum: - '01' - '02' - '09' - '03' - '08' - '07' - '05' - '04' - '06' APPLIED: type: string maxLength: 1 description: 'Boolean enumValues: X=True,""=False' enum: - X - '' DSCRPTN: type: string maxLength: 60 description: Description EXPLAIN: type: array items: type: object properties: NODEID: type: integer format: int64 description: Internal ID number of a hierarchy node PARENTID: type: integer format: int64 description: Parent ID for a hierarchy node CHILDID: type: integer format: int64 description: Child ID of a hierarchy node NEXTID: type: integer format: int64 description: Next ID of a hierarchy node CAPTION: type: string maxLength: 60 description: Description (caption) DSCRPTN1: type: string maxLength: 255 description: Description (long) DSCRPTN2: type: string maxLength: 255 description: Description (long) MEM_UNAM1: type: string maxLength: 143 description: Unique name of a member MEM_UNAM2: type: string maxLength: 143 description: Unique name of a member SEL_ORDINAL: type: integer format: int64 description: Ordinal nimber of a selection for a key figure CELL_ORDINAL: type: integer format: int64 description: Ordinal Number of a Cell in a Data Set MEMBERS: type: array items: type: object properties: MEM_UNAM: type: string maxLength: 143 description: Unique name of a member SELECTION: type: array items: type: object properties: SEL_ORDINAL: type: integer format: int64 description: Ordinal nimber of a selection for a key figure LINE_ORDINAL: type: integer format: int64 description: Ordinal number of row for a selection SEL_TYPE: type: string maxLength: 1 description: 'Type of selection: (V)alue, (N)ode, (T)able enumValues: ""=Blank,T=Table,V=Value,N=Nodes' enum: - '' - T - V - N DIM_UNAM: type: string maxLength: 32 description: Unique name of dimension (dimension unique name) SIGN: type: string maxLength: 1 description: 'Inclusion/exclusion criterion SIGN for range tables enumValues: E=Exclusive of defined values/range,I=Inclusive of defined values/range' enum: - E - I OPTION: type: string maxLength: 2 description: 'Selection operator OPTION for range tables enumValues: NB=Outside lower and upper value (x < Low und High < x ),NP=Does not contain the pattern,LE=less than or equal to (<= Low),EQ=equal to (= Low),BT=Between lower and upper value (Low <= x <= High),CP=Contains the pattern,GT=greater than than (> Low),NE=not equal to (<> Low),LT=less than than (< Low),GE=greater than or equal to (>=Low)' enum: - NB - NP - LE - EQ - BT - CP - GT - NE - LT - GE LOW: type: string maxLength: 60 description: 'Dim: Field for a User-Defined Characteristic Value' HIGH: type: string maxLength: 60 description: 'Dim: Field for a User-Defined Characteristic Value' LOW_CAP: type: string maxLength: 60 description: Description (caption) HIGH_CAP: type: string maxLength: 60 description: Description (caption) NODENAME: type: string maxLength: 32 description: Name of the hierarchy node NIOBJNM: type: string maxLength: 30 description: InfoObject type of the node HIENM: type: string maxLength: 30 description: Hierarchy name VERSION: type: string maxLength: 3 description: Hierarchy version HDATE: type: string format: date description: Valid-to date TABNAME: type: string maxLength: 30 description: Table Name FIELDNM: type: string maxLength: 30 description: Field name required: - CELL - DATASETID responses: '200': description: OK content: application/json: schema: properties: RETURN: type: object properties: TYPE: type: string maxLength: 1 description: 'Message type: S Success, E Error, W Warning, I Info, A Abort' ID: type: string maxLength: 20 description: Message Class NUMBER: type: integer format: int64 description: Message Number MESSAGE: type: string maxLength: 220 description: Message Text LOG_NO: type: string maxLength: 20 description: 'Application log: log number' LOG_MSG_NO: type: integer format: int64 description: 'Application log: Internal message serial number' MESSAGE_V1: type: string maxLength: 50 description: Message Variable MESSAGE_V2: type: string maxLength: 50 description: Message Variable MESSAGE_V3: type: string maxLength: 50 description: Message Variable MESSAGE_V4: type: string maxLength: 50 description: Message Variable PARAMETER: type: string maxLength: 32 description: Parameter Name ROW: type: integer format: int32 description: Lines in parameter FIELD: type: string maxLength: 30 description: Field in parameter SYSTEM: type: string maxLength: 10 description: Logical system from which message originates ALERTLEVEL: type: array items: type: object properties: ELTUID: type: string maxLength: 25 description: 'BW: Unequivocal ID in room and time' ALERTLEVEL: type: integer format: int64 description: 'Alert priority enumValues: 01=Good 1,02=Good 2,09=Bad 3,03=Good 3,08=Bad 2,07=Bad 1,05=Critical 2,04=Critical 1,06=Critical 3' enum: - '01' - '02' - '09' - '03' - '08' - '07' - '05' - '04' - '06' OPT: type: string maxLength: 2 description: 'Operator in Select Options and other Expressions enumValues: BT=Between: Range of Values,AL=All,TP=Top Percent,AG=Aggregated,BS=Bottom Sum,NB=Not Between: Everything Outside the Range,GE=Greater or Equal: Everything >= Value in Field LOW,NP=Not Contains Pattern: Masked Input: Reject Pattern,NE=Not Equal: Everything Apart from the Specified Single Value,HL=Hierarchy Level,NA=Not Aggregated,TS=Top Sum,TC=Top n,BP=Bottom Percentage,BC=Bottom Count,EQ=Equal: Single Value,LE=Less or Equal: Everything <= Value in Field LOW,CP=Contains Pattern: Masked Input: Find Pattern,GT=Greater Than: Everything > Value in Field LOW,LT=Less Than: Everything < Value in Field LOW' enum: - BT - AL - TP - AG - BS - NB - GE - NP - NE - HL - NA - TS - TC - BP - BC - EQ - LE - CP - GT - LT LOW: type: string maxLength: 60 description: 'Dim: Field for a User-Defined Characteristic Value' HIGH: type: string maxLength: 60 description: 'Dim: Field for a User-Defined Characteristic Value' CELL_DATA: type: array items: type: object properties: CELL_ORDINAL: type: integer format: int64 description: Ordinal Number of a Cell in a Data Set VALUE: type: string maxLength: 22 description: String Representation of a Float Number FORMATTED_VALUE: type: string maxLength: 40 description: Formatted value of a cell VALUE_TYPE: type: string maxLength: 1 description: 'Value Type: Date, Time, Normal, Overflow' CURRENCY: type: string maxLength: 5 description: Currency Key UNIT: type: string maxLength: 3 description: Unit key MWKZ: type: string maxLength: 1 description: Grouping of the key figures NUM_SCALE: type: string maxLength: 1 description: 'StrMember: Scaling factor of a number enumValues: 1=in 10,3=in 1,000,5=in 100,000,0=in 1,6=in 1,000,000,8=in 100,000,000,""=Not defined,2=in 100,4=in 10,000,7=in 10,000,000,9=in 1,000,000,000' enum: - '1' - '3' - '5' - '0' - '6' - '8' - '' - '2' - '4' - '7' - '9' NUM_PREC: type: string maxLength: 1 description: 'StrMember: Number of places after decimal point for output enumValues: 0=0,1=0.0,6=0.000000,5=0.00000,8=0.00000000,2=0.00,3=0.000,""=Not defined,4=0.0000,7=0.0000000,9=0.000000000' enum: - '0' - '1' - '6' - '5' - '8' - '2' - '3' - '' - '4' - '7' - '9' CELL_STATUS: type: string maxLength: 1 description: Status of a cell (E)mpty, (N)ill BACK_COLOR: type: string maxLength: 8 description: Background color EXCEPTION: type: array items: type: object properties: ELTUID: type: string maxLength: 25 description: 'BW: Unequivocal ID in room and time' ALERTLEVEL: type: integer format: int64 description: 'Alert priority enumValues: 01=Good 1,02=Good 2,09=Bad 3,03=Good 3,08=Bad 2,07=Bad 1,05=Critical 2,04=Critical 1,06=Critical 3' enum: - '01' - '02' - '09' - '03' - '08' - '07' - '05' - '04' - '06' APPLIED: type: string maxLength: 1 description: 'Boolean enumValues: X=True,""=False' enum: - X - '' DSCRPTN: type: string maxLength: 60 description: Description EXPLAIN: type: array items: type: object properties: NODEID: type: integer format: int64 description: Internal ID number of a hierarchy node PARENTID: type: integer format: int64 description: Parent ID for a hierarchy node CHILDID: type: integer format: int64 description: Child ID of a hierarchy node NEXTID: type: integer format: int64 description: Next ID of a hierarchy node CAPTION: type: string maxLength: 60 description: Description (caption) DSCRPTN1: type: string maxLength: 255 description: Description (long) DSCRPTN2: type: string maxLength: 255 description: Description (long) MEM_UNAM1: type: string maxLength: 143 description: Unique name of a member MEM_UNAM2: type: string maxLength: 143 description: Unique name of a member SEL_ORDINAL: type: integer format: int64 description: Ordinal nimber of a selection for a key figure CELL_ORDINAL: type: integer format: int64 description: Ordinal Number of a Cell in a Data Set MEMBERS: type: array items: type: object properties: MEM_UNAM: type: string maxLength: 143 description: Unique name of a member SELECTION: type: array items: type: object properties: SEL_ORDINAL: type: integer format: int64 description: Ordinal nimber of a selection for a key figure LINE_ORDINAL: type: integer format: int64 description: Ordinal number of row for a selection SEL_TYPE: type: string maxLength: 1 description: 'Type of selection: (V)alue, (N)ode, (T)able enumValues: ""=Blank,T=Table,V=Value,N=Nodes' enum: - '' - T - V - N DIM_UNAM: type: string maxLength: 32 description: Unique name of dimension (dimension unique name) SIGN: type: string maxLength: 1 description: 'Inclusion/exclusion criterion SIGN for range tables enumValues: E=Exclusive of defined values/range,I=Inclusive of defined values/range' enum: - E - I OPTION: type: string maxLength: 2 description: 'Selection operator OPTION for range tables enumValues: NB=Outside lower and upper value (x < Low und High < x ),NP=Does not contain the pattern,LE=less than or equal to (<= Low),EQ=equal to (= Low),BT=Between lower and upper value (Low <= x <= High),CP=Contains the pattern,GT=greater than than (> Low),NE=not equal to (<> Low),LT=less than than (< Low),GE=greater than or equal to (>=Low)' enum: - NB - NP - LE - EQ - BT - CP - GT - NE - LT - GE LOW: type: string maxLength: 60 description: 'Dim: Field for a User-Defined Characteristic Value' HIGH: type: string maxLength: 60 description: 'Dim: Field for a User-Defined Characteristic Value' LOW_CAP: type: string maxLength: 60 description: Description (caption) HIGH_CAP: type: string maxLength: 60 description: Description (caption) NODENAME: type: string maxLength: 32 description: Name of the hierarchy node NIOBJNM: type: string maxLength: 30 description: InfoObject type of the node HIENM: type: string maxLength: 30 description: Hierarchy name VERSION: type: string maxLength: 3 description: Hierarchy version HDATE: type: string format: date description: Valid-to date TABNAME: type: string maxLength: 30 description: Table Name FIELDNM: type: string maxLength: 30 description: Field name '400': description: Bad request. 5XX: description: Unexpected error.