openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BAPI_BUS20300_CREATE: post: tags: - PLM_BUS20300 operationId: /rfc/BAPI_BUS20300_CREATE requestBody: content: application/json: schema: properties: AUDITPLAN: type: object properties: EXTERNAL_ID: type: string maxLength: 24 description: Key that Flags an Audit Plan GUID: type: string maxLength: 32 description: unique object identifier in Audit Management (CHAR32) AUTH_GROUP: type: string maxLength: 6 description: Authorization Group GROUPING: type: string maxLength: 40 description: Grouping SEARCH_FIELD: type: string maxLength: 40 description: Search Field VALIDFROMDATE: type: string format: date description: Valid From (Date) VALIDTODATE: type: string format: date description: Valid To (Date) ORIGINAL_LANGU: type: string maxLength: 1 description: Language the Audit Plan Was Created In ORIGINAL_LANGU_ISO: type: string maxLength: 2 description: Language according to ISO 639 STAT_PROF: type: string maxLength: 8 description: Status Profile BELOW: type: object properties: EXTERNAL_ID: type: string maxLength: 24 description: Object Key GUID: type: string maxLength: 32 description: unique object identifier in Audit Management (CHAR32) LEFT_TO: type: object properties: EXTERNAL_ID: type: string maxLength: 24 description: Object Key GUID: type: string maxLength: 32 description: unique object identifier in Audit Management (CHAR32) LONGTEXTS: type: array items: type: object properties: REF_GUID: type: string maxLength: 32 description: unique object identifier in Audit Management (CHAR32) EXTERNAL_ID: type: string maxLength: 24 description: Object Key TEXT_ID: type: string maxLength: 4 description: Text ID LANGU: type: string maxLength: 1 description: Language Key LANGU_ISO: type: string maxLength: 2 description: Language according to ISO 639 FORMAT_COL: type: string maxLength: 2 description: Tag column TEXT_LINE: type: string maxLength: 132 description: Text Line PARTNER: type: array items: type: object properties: ROLE_SORTNR: type: integer format: int32 description: Sort Order of Roles for Audit Component GUID: type: string maxLength: 32 description: unique object identifier in Audit Management (CHAR32) EXTERNAL_ID: type: string maxLength: 24 description: Object Key ROLE: type: string maxLength: 2 description: Role in Processing of Investigations (Audits, FMEA,...) PARTNER_ROLE: type: string maxLength: 6 description: Business Partner Role RESPONSIBLE_NAME: type: string maxLength: 10 description: Business Partner Number PARTNER_GUID: type: string maxLength: 32 description: Business Partner GUID TEXTS: type: array items: type: object properties: REF_GUID: type: string maxLength: 32 description: unique object identifier in Audit Management (CHAR32) EXTERNAL_ID: type: string maxLength: 24 description: Object Key LANGU: type: string maxLength: 1 description: Language Key LANGU_ISO: type: string maxLength: 2 description: Language according to ISO 639 DESCRIPTION: type: string maxLength: 40 description: Language-Dependent Short Text responses: '200': description: OK content: application/json: schema: properties: GUID: type: string maxLength: 32 description: unique audit plan identifier LONGTEXTS: type: array items: type: object properties: REF_GUID: type: string maxLength: 32 description: unique object identifier in Audit Management (CHAR32) EXTERNAL_ID: type: string maxLength: 24 description: Object Key TEXT_ID: type: string maxLength: 4 description: Text ID LANGU: type: string maxLength: 1 description: Language Key LANGU_ISO: type: string maxLength: 2 description: Language according to ISO 639 FORMAT_COL: type: string maxLength: 2 description: Tag column TEXT_LINE: type: string maxLength: 132 description: Text Line PARTNER: type: array items: type: object properties: ROLE_SORTNR: type: integer format: int32 description: Sort Order of Roles for Audit Component GUID: type: string maxLength: 32 description: unique object identifier in Audit Management (CHAR32) EXTERNAL_ID: type: string maxLength: 24 description: Object Key ROLE: type: string maxLength: 2 description: Role in Processing of Investigations (Audits, FMEA,...) PARTNER_ROLE: type: string maxLength: 6 description: Business Partner Role RESPONSIBLE_NAME: type: string maxLength: 10 description: Business Partner Number PARTNER_GUID: type: string maxLength: 32 description: Business Partner GUID 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 TEXTS: type: array items: type: object properties: REF_GUID: type: string maxLength: 32 description: unique object identifier in Audit Management (CHAR32) EXTERNAL_ID: type: string maxLength: 24 description: Object Key LANGU: type: string maxLength: 1 description: Language Key LANGU_ISO: type: string maxLength: 2 description: Language according to ISO 639 DESCRIPTION: type: string maxLength: 40 description: Language-Dependent Short Text '400': description: Bad request. 5XX: description: Unexpected error.