openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/COMP_REPOS_GET_REQOBJ: post: tags: - SCTS_COMP_REPOS operationId: /rfc/COMP_REPOS_GET_REQOBJ requestBody: content: application/json: schema: properties: IV_TRKORR: type: string maxLength: 20 description: Request/Task ET_E071K: type: array items: type: object properties: TRKORR: type: string maxLength: 20 description: Request/Task PGMID: type: string maxLength: 4 description: Program ID in Requests and Tasks OBJECT: type: string maxLength: 4 description: Object Type OBJNAME: type: string maxLength: 30 description: Table Name AS4POS: type: integer format: int64 description: 'Dictionary: Line item' MASTERTYPE: type: string maxLength: 4 description: Object Type MASTERNAME: type: string maxLength: 40 description: Object Name in Object Directory VIEWNAME: type: string maxLength: 30 description: Name of SAP table view OBJFUNC: type: string maxLength: 1 description: Do not use TABKEY: type: string maxLength: 120 description: Object Name in Object List SORTFLAG: type: string maxLength: 1 description: 'General Flag enumValues: X=Flag set. Event has occurred.,""=Flag is Not Set' enum: - X - '' FLAG: type: string maxLength: 1 description: 'General Flag enumValues: X=Flag set. Event has occurred.,""=Flag is Not Set' enum: - X - '' LANG: type: string maxLength: 1 description: Language Key ACTIVITY: type: string maxLength: 20 description: Activity that wrote the entry to the object list ET_OBJ: type: array items: type: object properties: TRKORR: type: string maxLength: 20 description: Request/Task AS4POS: type: integer format: int64 description: 'Dictionary: Line item' PGMID: type: string maxLength: 4 description: Program ID in Requests and Tasks OBJECT: type: string maxLength: 4 description: Object Type OBJ_NAME: type: string maxLength: 120 description: Object Name in Object List OBJFUNC: type: string maxLength: 1 description: 'Object function enumValues: M=Delete and recreate on the database,""=Normally: transport to the target system (see F1 help),D=The object was deleted (only functions with deleted objects),K=Object keys according to entries in the key list' enum: - M - '' - D - K LOCKFLAG: type: string maxLength: 1 description: 'Lock status or import status of an object entry enumValues: ""=Do not set flag,X=Set flag' enum: - '' - X GENNUM: type: string maxLength: 3 description: Language information for object entry in Transport Organizer LANG: type: string maxLength: 1 description: Language Key ACTIVITY: type: string maxLength: 20 description: Activity that wrote the entry to the object list required: - IV_TRKORR responses: '200': description: OK content: application/json: schema: properties: ET_E071K: type: array items: type: object properties: TRKORR: type: string maxLength: 20 description: Request/Task PGMID: type: string maxLength: 4 description: Program ID in Requests and Tasks OBJECT: type: string maxLength: 4 description: Object Type OBJNAME: type: string maxLength: 30 description: Table Name AS4POS: type: integer format: int64 description: 'Dictionary: Line item' MASTERTYPE: type: string maxLength: 4 description: Object Type MASTERNAME: type: string maxLength: 40 description: Object Name in Object Directory VIEWNAME: type: string maxLength: 30 description: Name of SAP table view OBJFUNC: type: string maxLength: 1 description: Do not use TABKEY: type: string maxLength: 120 description: Object Name in Object List SORTFLAG: type: string maxLength: 1 description: 'General Flag enumValues: X=Flag set. Event has occurred.,""=Flag is Not Set' enum: - X - '' FLAG: type: string maxLength: 1 description: 'General Flag enumValues: X=Flag set. Event has occurred.,""=Flag is Not Set' enum: - X - '' LANG: type: string maxLength: 1 description: Language Key ACTIVITY: type: string maxLength: 20 description: Activity that wrote the entry to the object list ET_OBJ: type: array items: type: object properties: TRKORR: type: string maxLength: 20 description: Request/Task AS4POS: type: integer format: int64 description: 'Dictionary: Line item' PGMID: type: string maxLength: 4 description: Program ID in Requests and Tasks OBJECT: type: string maxLength: 4 description: Object Type OBJ_NAME: type: string maxLength: 120 description: Object Name in Object List OBJFUNC: type: string maxLength: 1 description: 'Object function enumValues: M=Delete and recreate on the database,""=Normally: transport to the target system (see F1 help),D=The object was deleted (only functions with deleted objects),K=Object keys according to entries in the key list' enum: - M - '' - D - K LOCKFLAG: type: string maxLength: 1 description: 'Lock status or import status of an object entry enumValues: ""=Do not set flag,X=Set flag' enum: - '' - X GENNUM: type: string maxLength: 3 description: Language information for object entry in Transport Organizer LANG: type: string maxLength: 1 description: Language Key ACTIVITY: type: string maxLength: 20 description: Activity that wrote the entry to the object list '400': description: Bad request. 5XX: description: Unexpected error.