openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/AKB_GET_CHECK_PROJECTS: post: tags: - PA_AKB_COMPCHECK operationId: /rfc/AKB_GET_CHECK_PROJECTS requestBody: content: application/json: schema: properties: RFCDEST: type: string maxLength: 32 description: Logical Destination (Specified in Function Call) SERVER: type: object properties: NAME: type: string maxLength: 20 description: Software Product ID REL: type: string maxLength: 10 description: SAP Release PROJECTS: type: array items: type: object properties: ID: type: integer format: int64 description: ID of a Backwards-Compatibility Check ORIG_SYSNEW: type: string maxLength: 1 description: 'General Flag enumValues: X=Flag set. Event has occurred.,""=Flag is Not Set' enum: - X - '' RFCDESTNEW: type: string maxLength: 32 description: Logical Destination (Specified in Function Call) REF_RELNEW: type: string maxLength: 4 description: 'Version management: Release' ORIG_SYSOLD: type: string maxLength: 1 description: 'General Flag enumValues: X=Flag set. Event has occurred.,""=Flag is Not Set' enum: - X - '' RFCDESTOLD: type: string maxLength: 32 description: Logical Destination (Specified in Function Call) REF_RELOLD: type: string maxLength: 4 description: 'Version management: Release' START_DATE: type: string format: date description: Date of Last Change END_DATE: type: string format: date description: Date of Last Change TRKORR: type: string maxLength: 20 description: Request/Task RELEVANT_FOR_AKB: type: string maxLength: 1 description: 'General Flag enumValues: X=Flag set. Event has occurred.,""=Flag is Not Set' enum: - X - '' CHECK_PROFILE: type: integer format: int64 description: ID of a Backwards-Compatibility Check CREATE_VERSIONS: type: string maxLength: 1 description: 'General Flag enumValues: X=Flag set. Event has occurred.,""=Flag is Not Set' enum: - X - '' PROJECT_TEXTS: type: array items: type: object properties: ID: type: integer format: int64 description: ID of a Backwards-Compatibility Check LANGU: type: string maxLength: 1 description: Language Key NAME: type: string maxLength: 30 description: Project Name responses: '200': description: OK content: application/json: schema: properties: PROJECTS: type: array items: type: object properties: ID: type: integer format: int64 description: ID of a Backwards-Compatibility Check ORIG_SYSNEW: type: string maxLength: 1 description: 'General Flag enumValues: X=Flag set. Event has occurred.,""=Flag is Not Set' enum: - X - '' RFCDESTNEW: type: string maxLength: 32 description: Logical Destination (Specified in Function Call) REF_RELNEW: type: string maxLength: 4 description: 'Version management: Release' ORIG_SYSOLD: type: string maxLength: 1 description: 'General Flag enumValues: X=Flag set. Event has occurred.,""=Flag is Not Set' enum: - X - '' RFCDESTOLD: type: string maxLength: 32 description: Logical Destination (Specified in Function Call) REF_RELOLD: type: string maxLength: 4 description: 'Version management: Release' START_DATE: type: string format: date description: Date of Last Change END_DATE: type: string format: date description: Date of Last Change TRKORR: type: string maxLength: 20 description: Request/Task RELEVANT_FOR_AKB: type: string maxLength: 1 description: 'General Flag enumValues: X=Flag set. Event has occurred.,""=Flag is Not Set' enum: - X - '' CHECK_PROFILE: type: integer format: int64 description: ID of a Backwards-Compatibility Check CREATE_VERSIONS: type: string maxLength: 1 description: 'General Flag enumValues: X=Flag set. Event has occurred.,""=Flag is Not Set' enum: - X - '' PROJECT_TEXTS: type: array items: type: object properties: ID: type: integer format: int64 description: ID of a Backwards-Compatibility Check LANGU: type: string maxLength: 1 description: Language Key NAME: type: string maxLength: 30 description: Project Name '400': description: Bad request. 5XX: description: Unexpected error.