openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BAPI_DIAVAR_READMULTIPLE: post: tags: - BEDIAVAR summary: Read diagram variants operationId: /rfc/BAPI_DIAVAR_READMULTIPLE requestBody: content: application/json: schema: properties: CICOREQUESTNO: type: string maxLength: 20 description: Request/Task FROMTIMESTAMP: type: integer format: int64 description: Time stamp in short form (Local date and time/format) LASTUSER: type: string default: SY-UNAME maxLength: 12 description: Last changed on/by MODE: type: string default: SHOW maxLength: 6 description: CICO mode ACTIVENODES: type: array items: type: object properties: ID: type: string maxLength: 20 description: Variant NODE_ID: type: string maxLength: 10 description: Node ID SELECTED: type: string maxLength: 1 description: 'Selected explicitly enumValues: X=Selected,""=Deselected' enum: - X - '' FIX: type: string maxLength: 1 description: 'Template value cannot be changed enumValues: X=Fixed,""=Changeable' enum: - X - '' DIAGRAMVARIANTSTOREAD: type: array items: type: object properties: ID: type: string maxLength: 20 description: Object definition GUID: type: string format: byte description: 16 byte GUID HEADERS: type: array items: type: object properties: ID: type: string maxLength: 20 description: Variant GUID: type: string format: byte description: 16 byte GUID DEVCLASS: type: string maxLength: 30 description: Package HSTRUCT_ID: type: string format: byte description: 16 byte GUID HNODE_ID: type: string format: byte description: 16 byte GUID COMP_DIA: type: string maxLength: 20 description: Parent object ID PROC_VAR: type: string maxLength: 20 description: Variant STATE: type: string maxLength: 2 description: 'Modeling status enumValues: 01=In Process,02=Locked,""=Released' enum: - '01' - '02' - '' responses: '200': description: OK content: application/json: schema: properties: ACTIVENODES: type: array items: type: object properties: ID: type: string maxLength: 20 description: Variant NODE_ID: type: string maxLength: 10 description: Node ID SELECTED: type: string maxLength: 1 description: 'Selected explicitly enumValues: X=Selected,""=Deselected' enum: - X - '' FIX: type: string maxLength: 1 description: 'Template value cannot be changed enumValues: X=Fixed,""=Changeable' enum: - X - '' DIAGRAMVARIANTSTOREAD: type: array items: type: object properties: ID: type: string maxLength: 20 description: Object definition GUID: type: string format: byte description: 16 byte GUID HEADERS: type: array items: type: object properties: ID: type: string maxLength: 20 description: Variant GUID: type: string format: byte description: 16 byte GUID DEVCLASS: type: string maxLength: 30 description: Package HSTRUCT_ID: type: string format: byte description: 16 byte GUID HNODE_ID: type: string format: byte description: 16 byte GUID COMP_DIA: type: string maxLength: 20 description: Parent object ID PROC_VAR: type: string maxLength: 20 description: Variant STATE: type: string maxLength: 2 description: 'Modeling status enumValues: 01=In Process,02=Locked,""=Released' enum: - '01' - '02' - '' 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 '400': description: Bad request. 5XX: description: Unexpected error.