Navigation
Lead / Send Request Scenario
General
Design
APIs
Lead / Send Request Scenario
General
Design
APIs
This is an excerpt from the official SAP OCI Documentation.
See OCI Example (general) and OCI Example (with Child) for examples.
| Field name | Length | Description |
|---|---|---|
NEW_ITEM-DESCRIPTION[n] | 40 | Description of the item |
NEW_ITEM-MATNR[n] | 40 | SRM product number of the item |
NEW_ITEM-QUANTITY[n] | 15 | Item quantity |
NEW_ITEM-UNIT[n] | 3 | Quantity unit for item quantity |
NEW_ITEM-PRICE[n] | 15 | Price of an item per price unit |
NEW_ITEM-CURRENCY[n] | 5 | Item currency |
NEW_ITEM-PRICEUNIT[n] | 5 | Price unit of the item (if empty, 1 is used) |
NEW_ITEM-LEADTIME[n] | 5 | Delivery time of the item in days |
NEW_ITEM-LONGTEXT_n:132[] | ∞ | Long text for the item |
NEW_ITEM-VENDOR[n] | 10 | SRM vendor number (business partner) forthe item |
NEW_ITEM-VENDORMAT[n] | 40 | Vendor product number for the item |
NEW_ITEM-MANUFACTCODE[n] | 10 | SRM manufacturer number of the item |
NEW_ITEM-MANUFACTMAT[n] | 40 | Item’s manufacturer part number |
NEW_ITEM-MATGROUP[n] | 10 | SRM material group for the item |
NEW_ITEM-SERVICE[n] | 1 | Flag: the item is a service. |
NEW_ITEM-CONTRACT[n] | 10 | SRM contract to which the item refers |
NEW_ITEM-CONTRACT_ITEM[n] | 5 | Item within the SRM contract |
NEW_ITEM-EXT_QUOTE_ID[n] | 35 | Number of an external bid for this item (as reference for a subsequent purchase order) |
NEW_ITEM-EXT_QUOTE_ITEM[n] | 10 | Item of external bid |
NEW_ITEM-EXT_PRODUCT_ID[n] | 40 | Unique database key for this item in thecatalog |
NEW_ITEM-ATTACHMENT[n] | 255 | URL of the attachment (the attachment must be accessible for downloading under this URL) |
NEW_ITEM-ATTACHMENT_TITLE[n] | 255 | Title of the attachment (if this is empty the file name from the URL above is used) |
NEW_ITEM-ATTACHMENT_PURPOSE[n] | 1 | Purpose of the attachment. C corresponds here to configuration. |
NEW_ITEM-EXT_SCHEMA_TYPE[n] | 10 | Name of a schema via which it was imported in the SRM Server |
NEW_ITEM-EXT_CATEGORY_ID[n] | 60 | Unique key for an external category from the schema above, independent of the version of the schema |
NEW_ITEM-EXT_CATEGORY[n] | 40 | Unique key for an external category from the schema above, dependent on the version of the schema |
NEW_ITEM-SLD_SYS_NAME[n] | 60 | Name of a system in the System Landscape Directory (SLD) |
NEW_ITEM-CUST_FIELD1[n] | 10 | User-defined field |
NEW_ITEM-CUST_FIELD2[n] | 10 | User-defined field |
NEW_ITEM-CUST_FIELD3[n] | 10 | User-defined field |
NEW_ITEM-CUST_FIELD4[n] | 20 | User-defined field |
NEW_ITEM-CUST_FIELD5[n] | 50 | User-defined field |
NEW_ITEM-ITEM_TYPE[n] | 1 | Item type Root, Outline, Leaf. Introduced since SRM 7.0 onwards. |
NEW_ITEM-PARENT_ID[n] | 5 | An integer field that defines what the parent of the current item is in the Hierarchy structure. This field will be blank for an item which does not have any parent. Introduced since SRM 7.0 onwards. |