cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Create PO of several SC

Former Member
0 Likes
196

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

Accepted Solutions (0)

Answers (2)

Answers (2)

ricardo_cavedini
Product and Topic Expert
Product and Topic Expert
0 Likes

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

Former Member
0 Likes

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

Former Member
0 Likes

is it possible to use a function here BBP_PD_SC_TRANSFER_MULTI_PO ? for create PO in SRM

Thank You