openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CPE_APPLSETTING_READ_CB: post: tags: - CPE_APPLSETTING_CB summary: 'CPE_C - CPE Application Settings: Read Customizing Buffer' operationId: /rfc/CPE_APPLSETTING_READ_CB requestBody: content: application/json: schema: properties: IV_APPLICATION: type: string default: 'CRM ' maxLength: 4 description: CPE Caller - Application using CPE IV_NO_BUFFER: type: string default: ' ' maxLength: 1 description: Single-character flag responses: '200': description: OK content: application/json: schema: properties: ES_APPLSETTING: type: object properties: CLIENT: type: string maxLength: 3 description: Client APPLICATION: type: string maxLength: 4 description: 'CPE Caller - Application using CPE enumValues: M=ERP Materials Management,CRM=Customer Relationship Management,V=ERP Sales and Distribution' enum: - M - CRM - V ACTIVATED: type: string maxLength: 1 description: 'CPE - Activate Commodity Pricing Engine enumValues: ""=Not Selected,X=Selected' enum: - '' - X FUNCNAME_F4: type: string maxLength: 30 description: not used anymore!!! CPE-Function Module for JAVA-F4-Help MAX_TERMNO: type: integer format: int64 description: CPE Term - Maximum Number of Terms in Formula CONVERSIONRULE: type: string maxLength: 5 description: CPE - Default Conversion Rule ROUNDRULE: type: string maxLength: 5 description: CPE - Default Rounding Rule '400': description: Bad request. 5XX: description: Unexpected error.