openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BAPI_BUS2031010_GET_DETAIL: post: tags: - PLM_BUS2031010 operationId: /rfc/BAPI_BUS2031010_GET_DETAIL requestBody: content: application/json: schema: properties: EXTERNAL_ID: type: string maxLength: 24 description: External Identification of Question List Item GUID: type: string maxLength: 32 description: unique component identifier of question list item LANGU: type: string maxLength: 1 description: Language Key LANGU_ISO: type: string maxLength: 2 description: Language According to ISO 639 DOCUMENTS: 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_ISO: type: string maxLength: 2 description: Language according to ISO 639 OBJTYPE: type: string maxLength: 1 description: 'KW Framework: IO type enumValues: R=Relationship,L=LOIO,P=PHIO,""=Undefined (= all),F=Directory' enum: - R - L - P - '' - F NAME: type: string maxLength: 64 description: 'KW Framework: Description' DESCRIPT: type: string maxLength: 64 description: 'KW Framework: Description' FOLDER_NAME: type: string maxLength: 64 description: 'KW Framework: Description' FOLDER_DESCRIPT: type: string maxLength: 64 description: 'KW Framework: Description' 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 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: QUESTIONNAIRE: 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) QUESTIONNAIREITEM: type: object properties: EXTERNAL_ID: type: string maxLength: 24 description: Identification of Question List Item GUID: type: string maxLength: 32 description: unique object identifier in Audit Management (CHAR32) EXT_POSITION: type: string maxLength: 20 description: External Item Number GROUPING: type: string maxLength: 40 description: Grouping SEARCH_FIELD: type: string maxLength: 40 description: Search Field REF_EXTERNAL_ID: type: string maxLength: 24 description: Link to Question List/Element of Question List REF_QUEST_GUID: type: string maxLength: 32 description: unique object identifier in Audit Management (CHAR32) HIERARCHY_LEVEL: type: integer format: int64 description: Hierarchy Level TASK_LEVEL: type: integer format: int32 description: Level of Question List Item ASSESSM_PROFIL: type: string maxLength: 4 description: Valuation Profile ASSESSMENT_SUG: type: string maxLength: 4 description: Valuation Proposal SUGGESTION_SCORE: type: integer format: int64 description: Valuation Proposal AUDIT_CALCULATE: type: string maxLength: 4 description: Calculation of the Result and Degree of Fulfillment MIN_RESULT: type: integer format: int64 description: Minimum Result That Must Be Reached WEIGHTING: type: integer format: int32 description: Weighting PRIORITY: type: string maxLength: 2 description: Priority CREATED_BY: type: string maxLength: 12 description: Name of Person Who Created the Component CREATED_ON: type: string format: date description: Date on Which Component Was Created CHANGED_BY: type: string maxLength: 12 description: Name of Person, Who Last Changed the Component CHANGED_ON: type: string format: date description: Date on which the component was last changed PROFILE_TEXT: type: string maxLength: 40 description: Description of Valuation Profile PRIORITY_TEXT: type: string maxLength: 40 description: Description of Priority AUDIT_CALCULATE_TXT: type: string maxLength: 80 description: Calculation of Results and Degree of Fulfillment (Descript.) ASSESSM_TEXT: type: string maxLength: 40 description: Description of Valuation Proposal HIERARCHY_TEXT: type: string maxLength: 20 description: Description of Hierarchy Level LANGU: type: string maxLength: 1 description: Language Key LANGU_ISO: type: string maxLength: 2 description: Language according to ISO 639 LANGU_TEXT: type: string maxLength: 16 description: Language LISTITYP: type: integer format: int64 description: List Item Type DOCUMENTS: 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_ISO: type: string maxLength: 2 description: Language according to ISO 639 OBJTYPE: type: string maxLength: 1 description: 'KW Framework: IO type enumValues: R=Relationship,L=LOIO,P=PHIO,""=Undefined (= all),F=Directory' enum: - R - L - P - '' - F NAME: type: string maxLength: 64 description: 'KW Framework: Description' DESCRIPT: type: string maxLength: 64 description: 'KW Framework: Description' FOLDER_NAME: type: string maxLength: 64 description: 'KW Framework: Description' FOLDER_DESCRIPT: type: string maxLength: 64 description: 'KW Framework: Description' 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 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.