openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BAPI_CATTALE1_CHANGE: post: tags: - CATT_ALE summary: ALE CATT Session operationId: /rfc/BAPI_CATTALE1_CHANGE requestBody: content: application/json: schema: properties: CONTRL: type: object properties: MANDT: type: string maxLength: 3 description: Client DOCNUM: type: integer format: int64 description: IDoc number DOCREL: type: string maxLength: 4 description: SAP Release for IDoc STATUS: type: string maxLength: 2 description: Status of IDoc DOCTYP: type: string maxLength: 8 description: IDoc Type DIRECT: type: string maxLength: 1 description: 'Direction for IDoc enumValues: 1=Outbound,2=Inbound' enum: - '1' - '2' RCVPOR: type: string maxLength: 10 description: Receiver port (SAP System, EDI subsystem) RCVPRT: type: string maxLength: 2 description: Partner Type of Receiver RCVPRN: type: string maxLength: 10 description: Partner Number of Receiver RCVSAD: type: string maxLength: 10 description: Recipient address (SADR) RCVSMN: type: string maxLength: 3 description: SADR client (recipient) RCVSNA: type: string maxLength: 1 description: SADR flag for international recipient address RCVSCA: type: string maxLength: 3 description: Communication type (SADR) of recipient RCVSDF: type: string maxLength: 1 description: SADR default flag for recipient address RCVSLF: type: string maxLength: 3 description: Sequential Number of Recipient Address (SADR) RCVLAD: type: string maxLength: 70 description: Logical address of recipient STD: type: string maxLength: 1 description: EDI Standard STDVRS: type: string maxLength: 6 description: Version of EDI standard STDMES: type: string maxLength: 6 description: EDI message type MESCOD: type: string maxLength: 3 description: Logical Message Variant MESFCT: type: string maxLength: 3 description: Logical message function OUTMOD: type: string maxLength: 1 description: 'Output Mode enumValues: 4=Collect IDocs and transfer,3=Collect IDocs, transfer and start external subsystem,2=Transfer IDoc immediately,1=Transfer IDoc immediately and start external subsystem' enum: - '4' - '3' - '2' - '1' TEST: type: string maxLength: 1 description: 'Test Flag enumValues: ""=IDoc contains a productive message,X=IDoc contains a test message' enum: - '' - X SNDPOR: type: string maxLength: 10 description: Sender port (SAP System, EDI subsystem) SNDPRT: type: string maxLength: 2 description: Partner type of sender SNDPRN: type: string maxLength: 10 description: Partner Number of Sender SNDSAD: type: string maxLength: 10 description: Sender address (SADR) SNDSMN: type: string maxLength: 3 description: SADR client (sender) SNDSNA: type: string maxLength: 1 description: SADR flag for international sender address SNDSCA: type: string maxLength: 3 description: Communication type (SADR) of sender SNDSDF: type: string maxLength: 1 description: SADR default flag for sender address SNDSLF: type: string maxLength: 3 description: Sequential Number of the Sender Address (SADR) SNDLAD: type: string maxLength: 70 description: Logical address of sender REFINT: type: string maxLength: 14 description: Reference to interchange file REFGRP: type: string maxLength: 14 description: Reference to message group REFMES: type: string maxLength: 14 description: Reference to message ARCKEY: type: string maxLength: 70 description: EDI archive key CREDAT: type: string format: date description: IDoc Created On CRETIM: type: string maxLength: 6 description: IDoc Created at MESTYP: type: string maxLength: 30 description: Message Type IDOCTP: type: string maxLength: 30 description: Basic type CIMTYP: type: string maxLength: 30 description: Extension RCVPFC: type: string maxLength: 2 description: Partner Function of Receiver SNDPFC: type: string maxLength: 2 description: Partner Function of Sender SERIAL: type: string maxLength: 20 description: Serialization field EXPRSS: type: string maxLength: 1 description: 'Overriding in inbound processing enumValues: ""=No overriding,X=Overriding' enum: - '' - X UPDDAT: type: string format: date description: Date on which control record was last changed UPDTIM: type: string maxLength: 6 description: Time at which control record was last changed MAXSEGNUM: type: integer format: int64 description: Number of data records CRDATE: type: string format: date description: Date CRTIME: type: string maxLength: 6 description: Time DATA: type: object properties: OPSYS: type: string maxLength: 10 description: Name of operating system SAPRL: type: string maxLength: 4 description: SAP Release TCODE: type: string maxLength: 20 description: Transaction Code UNAME: type: string maxLength: 12 description: User Name CRTIME: type: string maxLength: 6 description: Time CRDATE: type: string format: date description: Date DATA1: type: object properties: CPROG: type: string maxLength: 40 description: Calling Program HOST: type: string maxLength: 32 description: Name of Current Application Server DBSYS: type: string maxLength: 10 description: Central Database System SYSID: type: string maxLength: 8 description: Name of the SAP System CRTIME: type: string maxLength: 6 description: Time CRDATE: type: string format: date description: Date DOCNUM: type: object properties: DOCNUM: type: integer format: int64 description: IDoc number FLTTYP: type: string maxLength: 10 description: Filter Type BAPITAB1: type: array items: type: object properties: CRTIME: type: string maxLength: 6 description: Time CRDATE: type: string format: date description: Date FAXNO: type: string maxLength: 25 description: Fax Number TELNO: type: string maxLength: 25 description: Telephone Number ADRESS: type: string maxLength: 110 description: 'Inbound distribution: Recipient address (also BOR objects)' BAPITAB2: type: array items: type: object properties: CRTIME: type: string maxLength: 6 description: Time CRDATE: type: string format: date description: Date FAXNO: type: string maxLength: 25 description: Fax Number TELNO: type: string maxLength: 25 description: Telephone Number ADRES1: type: string maxLength: 110 description: 'Inbound distribution: Recipient address (also BOR objects)' STREET: type: string maxLength: 30 description: Street required: - DATA - DATA1 responses: '200': description: OK content: application/json: schema: properties: BAPITAB1: type: array items: type: object properties: CRTIME: type: string maxLength: 6 description: Time CRDATE: type: string format: date description: Date FAXNO: type: string maxLength: 25 description: Fax Number TELNO: type: string maxLength: 25 description: Telephone Number ADRESS: type: string maxLength: 110 description: 'Inbound distribution: Recipient address (also BOR objects)' BAPITAB2: type: array items: type: object properties: CRTIME: type: string maxLength: 6 description: Time CRDATE: type: string format: date description: Date FAXNO: type: string maxLength: 25 description: Fax Number TELNO: type: string maxLength: 25 description: Telephone Number ADRES1: type: string maxLength: 110 description: 'Inbound distribution: Recipient address (also BOR objects)' STREET: type: string maxLength: 30 description: Street 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.