openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CRS_QUEUE_RESTART: post: tags: - CRMS operationId: /rfc/CRS_QUEUE_RESTART requestBody: content: application/json: schema: properties: I_CONSUMER: type: string maxLength: 10 I_OBJNAME: type: string maxLength: 15 I_QNAME: type: string maxLength: 24 I_RFCDEST: type: string maxLength: 32 T_BAPICRMMSG: type: array items: type: object properties: RECNO: type: string maxLength: 4 description: Sequential Record Number (Link to Key Information) MSG_TYPE: type: string maxLength: 1 description: 'Message Type: S Success, E Error, W Warning, I Info, A Abort' MSG_AREA: type: string maxLength: 20 description: Application Area Messages MESSAGENO: type: string maxLength: 3 description: Message number MESSAGETXT: type: string maxLength: 220 description: Message Text LANGU: type: string maxLength: 1 description: Language Key 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 SYSTEM: type: string maxLength: 10 description: Logical system from which message originates USER: type: string maxLength: 12 description: User Name TIMESTAMP: type: integer format: int64 description: UTC Time Stamp in Long Form (YYYYMMDDhhmmss,mmmuuun) ADDTEXT1: type: string maxLength: 10 description: Character Field Length = 10 ADDTEXT2: type: string maxLength: 30 description: 30 Characters responses: '200': description: OK content: application/json: schema: properties: T_BAPICRMMSG: type: array items: type: object properties: RECNO: type: string maxLength: 4 description: Sequential Record Number (Link to Key Information) MSG_TYPE: type: string maxLength: 1 description: 'Message Type: S Success, E Error, W Warning, I Info, A Abort' MSG_AREA: type: string maxLength: 20 description: Application Area Messages MESSAGENO: type: string maxLength: 3 description: Message number MESSAGETXT: type: string maxLength: 220 description: Message Text LANGU: type: string maxLength: 1 description: Language Key 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 SYSTEM: type: string maxLength: 10 description: Logical system from which message originates USER: type: string maxLength: 12 description: User Name TIMESTAMP: type: integer format: int64 description: UTC Time Stamp in Long Form (YYYYMMDDhhmmss,mmmuuun) ADDTEXT1: type: string maxLength: 10 description: Character Field Length = 10 ADDTEXT2: type: string maxLength: 30 description: 30 Characters '400': description: Bad request. 5XX: description: Unexpected error.