on ‎2025 Mar 25 9:57 AM
Hello,
I am working on a procure-to-order scenario (individual purchase order) with item category group: BANC, item category: TAB, and schedule line category: CB. When I save the sales order, the system generates a single purchase requisition containing multiple line items corresponding to the sales order lines.
What is the configuration tbd so the system, will create different PRs when saving the sales order.
Request clarification before answering.
Hi marianpopa,
May I know the business requirement to have multiple PR's for a Sales Order.
Is the Vendor same for all line items or different.
Thanks
Prashanth
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Prashanth-Gaddam,
We have one sales order with many items, every item is a purchase requisition, and it has a fixed source of supply.
Then buyers mapped to vendors are making modifications on those PRs. If we have a single object, then we will have concurrency conflict between buyers, while modifying. Thats why we need different PR objects.
(removed)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Now, add the logic in USEREXIT_MOVE_FIELD_TO_ME_REQ in such a way that when an entry is created in VBAP or VBEP, each POSNR from VBAP to create a separate PR.
By this approach, you are not hardcoding the logic in user exit where no need to depend on ABAP team to modify in case of Business requirement changes. Super users can themselves change the field names or delete the entry if not required.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Based on what parameter or logic, you want SAP to generate different PRs for a single sales order ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 39 | |
| 26 | |
| 21 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.