create_purchase_order โ Create Purchase Order
Creates a SAP purchase order for a supplier โ a write, always held for human review.
Creates a SAP purchase order for a supplier โ a write, so it is always held for human review. Use it when the user wants to order, buy, or procure items from a supplier. Prices come from the item master.
Not for purchase quotations, goods receipts, or A/P invoices โ and not when the user only wants to see data.
Try these prompts
- “order 20 of I001 from V001”
- “procure 10 units of I002 from vendor V001”
- “raise a purchase order with our supplier”
ื ืกื ืื ืืขืืจืืช
- “ืืืื ืกืืืจื ืืกืคืง”
- “ืฆืืจ ืืืื ืช ืจืืฉ ืืกืคืง”
- “ืืฆืข ืจืืฉ ืืืกืคืง ืฉืื ื”
Arguments
| Arg | Required | Meaning |
|---|---|---|
card_code | required | The supplier’s partner code, e.g. V001. |
lines[].item_code | required | Item to procure, e.g. I001. |
lines[].quantity | required | How many units of the item. |
Example result
Purchase order drafted for review. V001 โ 20 ร I001. Priced from the item master. Held for your approval before it posts to SAP.
Related
create_purchase_quotationโ get a supplier’s price before ordering.get_purchase_orderโ look up an existing PO by number.get_grpoโ the goods-receipt that follows a PO.