openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/COM_PRODUCT_READ_VIA_RFC: post: tags: - COM_PRODUCT operationId: /rfc/COM_PRODUCT_READ_VIA_RFC requestBody: content: application/json: schema: properties: IV_LOGSYS: type: string maxLength: 10 description: System in Which the Set Was Created IV_OBJECT_FAMILY: type: string default: ' ' maxLength: 4 description: Object Family IV_PRODUCT_TYPE: type: string maxLength: 2 description: Product Type ET_PRODUCT: type: array items: type: object properties: CLIENT: type: string maxLength: 3 description: Client PRODUCT_GUID: type: string format: byte description: Internal Unique ID of Product PRODUCT_ID: type: string maxLength: 40 description: Product ID PRODUCT_TYPE: type: string maxLength: 2 description: Product Type CONFIG: type: string maxLength: 1 description: Determines Whether a Product Is Configurable XNOSEARCH: type: string maxLength: 1 description: 'Product Is Not Relevant for Search Help enumValues: X=True,""=False' enum: - X - '' OBJECT_FAMILY: type: string maxLength: 4 description: Object Family BATCH_DEDICATED: type: string maxLength: 1 description: 'Specifies Whether Batches Are Maintained for Product enumValues: X=True,""=False' enum: - X - '' COMPETITOR_PROD: type: string maxLength: 1 description: 'Indicates Product Is a Competitor Product enumValues: 2=Saleable Competitor Product,""=Not a Competitor Product,1=Unsaleable Competitor Product' enum: - '2' - '' - '1' VALID_FROM: type: integer format: int64 description: Valid From (Time Stamp) VALID_TO: type: integer format: int64 description: Valid To (Time Stamp) UPNAME: type: string maxLength: 12 description: Name of the User Who Last Changed the Set HISTEX: type: string maxLength: 1 description: 'History Exists enumValues: X=True,""=False' enum: - X - '' LOGSYS: type: string maxLength: 10 description: Original System IT_PRODUCT_GUID: type: array items: type: object properties: PRODUCT_GUID: type: string format: byte description: Internal Unique ID of Product IT_PRODUCT_ID: type: array items: type: object properties: SIGN: type: string maxLength: 1 description: 'Inclusion/exclusion criterion SIGN for range tables enumValues: E=Exclusive of defined values/range,I=Inclusive of defined values/range' enum: - E - I OPTION: type: string maxLength: 2 description: 'Selection operator OPTION for range tables enumValues: NB=Outside lower and upper value (x < Low und High < x ),NP=Does not contain the pattern,LE=less than or equal to (<= Low),EQ=equal to (= Low),BT=Between lower and upper value (Low <= x <= High),CP=Contains the pattern,GT=greater than than (> Low),NE=not equal to (<> Low),LT=less than than (< Low),GE=greater than or equal to (>=Low)' enum: - NB - NP - LE - EQ - BT - CP - GT - NE - LT - GE LOW: type: string maxLength: 40 description: Product ID HIGH: type: string maxLength: 40 description: Product ID required: - IV_LOGSYS - IV_PRODUCT_TYPE responses: '200': description: OK content: application/json: schema: properties: ET_PRODUCT: type: array items: type: object properties: CLIENT: type: string maxLength: 3 description: Client PRODUCT_GUID: type: string format: byte description: Internal Unique ID of Product PRODUCT_ID: type: string maxLength: 40 description: Product ID PRODUCT_TYPE: type: string maxLength: 2 description: Product Type CONFIG: type: string maxLength: 1 description: Determines Whether a Product Is Configurable XNOSEARCH: type: string maxLength: 1 description: 'Product Is Not Relevant for Search Help enumValues: X=True,""=False' enum: - X - '' OBJECT_FAMILY: type: string maxLength: 4 description: Object Family BATCH_DEDICATED: type: string maxLength: 1 description: 'Specifies Whether Batches Are Maintained for Product enumValues: X=True,""=False' enum: - X - '' COMPETITOR_PROD: type: string maxLength: 1 description: 'Indicates Product Is a Competitor Product enumValues: 2=Saleable Competitor Product,""=Not a Competitor Product,1=Unsaleable Competitor Product' enum: - '2' - '' - '1' VALID_FROM: type: integer format: int64 description: Valid From (Time Stamp) VALID_TO: type: integer format: int64 description: Valid To (Time Stamp) UPNAME: type: string maxLength: 12 description: Name of the User Who Last Changed the Set HISTEX: type: string maxLength: 1 description: 'History Exists enumValues: X=True,""=False' enum: - X - '' LOGSYS: type: string maxLength: 10 description: Original System IT_PRODUCT_GUID: type: array items: type: object properties: PRODUCT_GUID: type: string format: byte description: Internal Unique ID of Product IT_PRODUCT_ID: type: array items: type: object properties: SIGN: type: string maxLength: 1 description: 'Inclusion/exclusion criterion SIGN for range tables enumValues: E=Exclusive of defined values/range,I=Inclusive of defined values/range' enum: - E - I OPTION: type: string maxLength: 2 description: 'Selection operator OPTION for range tables enumValues: NB=Outside lower and upper value (x < Low und High < x ),NP=Does not contain the pattern,LE=less than or equal to (<= Low),EQ=equal to (= Low),BT=Between lower and upper value (Low <= x <= High),CP=Contains the pattern,GT=greater than than (> Low),NE=not equal to (<> Low),LT=less than than (< Low),GE=greater than or equal to (>=Low)' enum: - NB - NP - LE - EQ - BT - CP - GT - NE - LT - GE LOW: type: string maxLength: 40 description: Product ID HIGH: type: string maxLength: 40 description: Product ID '400': description: Bad request. 5XX: description: Unexpected error.