on 2012 Jan 30 10:55 AM
Hello ,
have the following problem,
need to create a transaction (which is the Sorcing cockpit),
1) which will see all the SC with a specific trait.
2) the SC with the same supplier and the plant can groupt (selection of a checkBox)
3) there is a button "Create PO", when clicked, shouldcreate order of several SC
matter which function or class should be used for item 3 Create PO in SRM (extendet Scenario),
Thank You
Edited by: DAV_999 on Jan 30, 2012 12:17 PM
Request clarification before answering.
Hello,
You can group POs using report BBP_SC_TRANSFER_GROUPED.
You need to configure the sourcing cockpit categories in SPRO to be grouped by this report.
Then, you provide shopping cart numbers as input parameters in this program and follow on PO will be created based on these carts.
Regards,
Ricardo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Dav,
you can use the FM "BBP_PD_PO_CREATE" to create a PO. In I_HEADER pass the supplier details and in I_ITEM pass the item details and its corresponding shopping cart guids.
The mandatory parameters for this FM would be I_HEADER, I_ITEM, I_ACCOUNT, I_ORGDATA, I_PARTNER. For any sample data you want to know, Open any PO from BBP_PD and check for any PO created using standard portal.
Hope this helps the cause. reward if you find it helpful.
Regards,
Karthik
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.