openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BAPI_TRKOBJ_ACKNSTATUS: post: tags: - /SAPTRX/ASBAPI summary: Acknowledge changes to tracking object in appl. system operationId: /rfc/BAPI_TRKOBJ_ACKNSTATUS requestBody: content: application/json: schema: properties: MESSAGE_LOG: 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 OBJECTSTATUS: type: array items: type: object properties: APPOBJTYPE: type: string maxLength: 20 description: Application Object Type APPOBJID: type: string maxLength: 50 description: Application Object TRKOBJNUM: type: string maxLength: 22 description: Event Handler Number for Application Object TRACKACTIVE: type: string maxLength: 1 description: 'Application Object is Active enumValues: ""=Event Handling Not Active,X=Event Handling Active,R=Event Handling Activation Requested' enum: - '' - X - R POSTSTATUS: type: string maxLength: 1 description: 'Application Object Posting Status enumValues: B=Object Acknowledged by Event Handler,A=Object Posted to Event Handler,D=Object Posting Rejected Due to Error in Event Handler,C=Object Posting Rejected Due to Lock on Event Handler' enum: - B - A - D - C TRACKOBJSTATUS: type: string maxLength: 1 description: 'Event Handler Overall Status enumValues: 2=Event Handler Exists but Is Inactive,1=Event Handler Exists and Is Active,4=Event Handler Cannot be Changed,5=Event Handler Could Not Be Determined,3=Event Handler Was Deleted,0=Event Handler Does Not Exist' enum: - '2' - '1' - '4' - '5' - '3' - '0' AOPOSTACTION: type: string maxLength: 1 description: 'Update Indicator enumValues: D=Deleted Object,I=New Object /New Insert,U=Updated Object,T=Undefined: Event Manager Has to Check Changes,""=Unchanged' enum: - D - I - U - T - '' responses: '200': description: OK content: application/json: schema: properties: MESSAGE_LOG: 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 OBJECTSTATUS: type: array items: type: object properties: APPOBJTYPE: type: string maxLength: 20 description: Application Object Type APPOBJID: type: string maxLength: 50 description: Application Object TRKOBJNUM: type: string maxLength: 22 description: Event Handler Number for Application Object TRACKACTIVE: type: string maxLength: 1 description: 'Application Object is Active enumValues: ""=Event Handling Not Active,X=Event Handling Active,R=Event Handling Activation Requested' enum: - '' - X - R POSTSTATUS: type: string maxLength: 1 description: 'Application Object Posting Status enumValues: B=Object Acknowledged by Event Handler,A=Object Posted to Event Handler,D=Object Posting Rejected Due to Error in Event Handler,C=Object Posting Rejected Due to Lock on Event Handler' enum: - B - A - D - C TRACKOBJSTATUS: type: string maxLength: 1 description: 'Event Handler Overall Status enumValues: 2=Event Handler Exists but Is Inactive,1=Event Handler Exists and Is Active,4=Event Handler Cannot be Changed,5=Event Handler Could Not Be Determined,3=Event Handler Was Deleted,0=Event Handler Does Not Exist' enum: - '2' - '1' - '4' - '5' - '3' - '0' AOPOSTACTION: type: string maxLength: 1 description: 'Update Indicator enumValues: D=Deleted Object,I=New Object /New Insert,U=Updated Object,T=Undefined: Event Manager Has to Check Changes,""=Unchanged' enum: - D - I - U - T - '' 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.