openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BM_GET_ENTITIES_RFC: post: tags: - SF20 operationId: /rfc/BM_GET_ENTITIES_RFC requestBody: content: application/json: schema: properties: ENTITIES: type: array items: type: object properties: SPRACHE: type: string maxLength: 1 description: Language Key ENTID: type: string maxLength: 26 description: Entity type name AS4LOCAL: type: string maxLength: 1 description: 'Activation Status of a Repository Object enumValues: S=Previously active entry, backup copy,T=Temporary version when editing,N=Entry edited, but not activated,A=Entry activated or generated in this form,L=Lock entry (first N version)' enum: - S - T - N - A - L LANGBEZ: type: string maxLength: 60 description: Short text GRAFBEZ: type: string maxLength: 60 description: Name of Graphic LSTUSER: type: string maxLength: 12 description: Changed by LSTDATE: type: string format: date description: Changed on LSTTIME: type: string maxLength: 6 description: Last changed at LOESCHZ: type: string maxLength: 1 description: Deletion Indicator responses: '200': description: OK content: application/json: schema: properties: ENTITIES: type: array items: type: object properties: SPRACHE: type: string maxLength: 1 description: Language Key ENTID: type: string maxLength: 26 description: Entity type name AS4LOCAL: type: string maxLength: 1 description: 'Activation Status of a Repository Object enumValues: S=Previously active entry, backup copy,T=Temporary version when editing,N=Entry edited, but not activated,A=Entry activated or generated in this form,L=Lock entry (first N version)' enum: - S - T - N - A - L LANGBEZ: type: string maxLength: 60 description: Short text GRAFBEZ: type: string maxLength: 60 description: Name of Graphic LSTUSER: type: string maxLength: 12 description: Changed by LSTDATE: type: string format: date description: Changed on LSTTIME: type: string maxLength: 6 description: Last changed at LOESCHZ: type: string maxLength: 1 description: Deletion Indicator '400': description: Bad request. 5XX: description: Unexpected error.