openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BAPI_ISET_GETDETAIL: post: tags: - RSAB summary: Read Detail Information for InfoSet operationId: /rfc/BAPI_ISET_GETDETAIL requestBody: content: application/json: schema: properties: INFOSET: type: string maxLength: 30 description: InfoSet OBJVERS: type: string default: RS_C_OBJVERS-ACTIVE maxLength: 1 description: Object Version FIELDOBJECTS: type: array items: type: object properties: FALIAS: type: string maxLength: 6 description: Alias Name for Table and Field Objects in InfoSets TALIAS: type: string maxLength: 6 description: Alias Name for Table and Field Objects in InfoSets FNAME: type: string maxLength: 30 description: InfoProvider FTYPE: type: string maxLength: 2 description: Type of a Field Object in the InfoSet INTIOBJNM: type: string maxLength: 30 description: InfoProvider REFALIAS: type: string maxLength: 6 description: Alias Name for Table and Field Objects in InfoSets KEYFLAG: type: string maxLength: 1 description: General Type (InfoSet) MARK: type: string maxLength: 1 description: General Type (InfoSet) ADDY: type: string maxLength: 1 description: General Type (InfoSet) TEXTLONG: type: string maxLength: 60 description: Long description ONCONDITION: type: array items: type: object properties: FALIAS_LEFT: type: string maxLength: 6 description: Alias Name for Table and Field Objects in InfoSets FALIAS_RIGHT: type: string maxLength: 6 description: Alias Name for Table and Field Objects in InfoSets TABLEOBJECTS: type: array items: type: object properties: TALIAS: type: string maxLength: 6 description: Alias Name for Table and Field Objects in InfoSets TNAME: type: string maxLength: 30 description: InfoProvider BNAME: type: string maxLength: 30 description: InfoProvider TTYPE: type: string maxLength: 2 description: Type of a Table Object in the InfoSet OUTERFLAG: type: string maxLength: 1 description: General Type (InfoSet) TEXTLONG: type: string maxLength: 60 description: Long description TEMPONCONDITION: type: array items: type: object properties: TEMPONTYPE: type: string maxLength: 2 description: Type of an Operator for Temporal ON Condition OPERANDTYPE: type: string maxLength: 2 description: Type of an Operator for Temporal ON Condition TFALIAS: type: string maxLength: 6 description: Alias Name for Table and Field Objects in InfoSets CFALIAS: type: string maxLength: 6 description: Alias Name for Table and Field Objects in InfoSets TIMESHIFT: type: string maxLength: 5 description: Defer Time Interval VARNAM: type: string maxLength: 30 description: Name (ID) of a Report Variable WHERECONDITION: type: array items: type: object properties: FALIAS: type: string maxLength: 6 description: Alias Name for Table and Field Objects in InfoSets 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: 30 description: Lower value of range tables HIGH: type: string maxLength: 30 description: Upper value for range tables FIELDFLAG: type: string maxLength: 1 description: General Type (InfoSet) CFALIAS: type: string maxLength: 6 description: Alias Name for Table and Field Objects in InfoSets required: - INFOSET responses: '200': description: OK content: application/json: schema: properties: DETAILS: type: object properties: INFOSET: type: string maxLength: 30 description: InfoSet OBJVERS: type: string maxLength: 1 description: 'Object version enumValues: N=New,A=Active,M=Revised,D=Content,H=Historic,T=Transport' enum: - N - A - M - D - H - T CONTREL: type: string maxLength: 6 description: Content release CONTTIMESTMP: type: integer format: int64 description: 'Content time stamp: Last modification to the object by SAP' OWNER: type: string maxLength: 12 description: Owner (Person Responsible) BWAPPL: type: string maxLength: 10 description: BW Application (Namespace) INFOAREA: type: string maxLength: 30 description: InfoArea BCTCOMP: type: string maxLength: 10 description: Obsolete (Component of BI Content) TSTPNM: type: string maxLength: 12 description: Last changed by TIMESTMP: type: integer format: int64 description: UTC Time Stamp in Short Form (YYYYMMDDhhmmss) CRNM: type: string maxLength: 12 description: Author CRTSTP: type: integer format: int64 description: UTC Time Stamp in Short Form (YYYYMMDDhhmmss) TEXTLONG: type: string maxLength: 60 description: Long description TEXTSHORT: type: string maxLength: 20 description: Short description FIELDOBJECTS: type: array items: type: object properties: FALIAS: type: string maxLength: 6 description: Alias Name for Table and Field Objects in InfoSets TALIAS: type: string maxLength: 6 description: Alias Name for Table and Field Objects in InfoSets FNAME: type: string maxLength: 30 description: InfoProvider FTYPE: type: string maxLength: 2 description: Type of a Field Object in the InfoSet INTIOBJNM: type: string maxLength: 30 description: InfoProvider REFALIAS: type: string maxLength: 6 description: Alias Name for Table and Field Objects in InfoSets KEYFLAG: type: string maxLength: 1 description: General Type (InfoSet) MARK: type: string maxLength: 1 description: General Type (InfoSet) ADDY: type: string maxLength: 1 description: General Type (InfoSet) TEXTLONG: type: string maxLength: 60 description: Long description ONCONDITION: type: array items: type: object properties: FALIAS_LEFT: type: string maxLength: 6 description: Alias Name for Table and Field Objects in InfoSets FALIAS_RIGHT: type: string maxLength: 6 description: Alias Name for Table and Field Objects in InfoSets RETURN: type: array items: 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 TABLEOBJECTS: type: array items: type: object properties: TALIAS: type: string maxLength: 6 description: Alias Name for Table and Field Objects in InfoSets TNAME: type: string maxLength: 30 description: InfoProvider BNAME: type: string maxLength: 30 description: InfoProvider TTYPE: type: string maxLength: 2 description: Type of a Table Object in the InfoSet OUTERFLAG: type: string maxLength: 1 description: General Type (InfoSet) TEXTLONG: type: string maxLength: 60 description: Long description TEMPONCONDITION: type: array items: type: object properties: TEMPONTYPE: type: string maxLength: 2 description: Type of an Operator for Temporal ON Condition OPERANDTYPE: type: string maxLength: 2 description: Type of an Operator for Temporal ON Condition TFALIAS: type: string maxLength: 6 description: Alias Name for Table and Field Objects in InfoSets CFALIAS: type: string maxLength: 6 description: Alias Name for Table and Field Objects in InfoSets TIMESHIFT: type: string maxLength: 5 description: Defer Time Interval VARNAM: type: string maxLength: 30 description: Name (ID) of a Report Variable WHERECONDITION: type: array items: type: object properties: FALIAS: type: string maxLength: 6 description: Alias Name for Table and Field Objects in InfoSets 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: 30 description: Lower value of range tables HIGH: type: string maxLength: 30 description: Upper value for range tables FIELDFLAG: type: string maxLength: 1 description: General Type (InfoSet) CFALIAS: type: string maxLength: 6 description: Alias Name for Table and Field Objects in InfoSets '400': description: Bad request. 5XX: description: Unexpected error.