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

How or what populates Supplier field on Cart

Former Member
0 Likes
624

Hoping for guidance concerning Supplier field on Cart Item overview.

We are currently on SRM 7.01 classic scenario.

There is a supplier field which is always blank / None even when a preferred supplier is listed on cart & also after sourcing of cart.

You can view the assigned supplier from Related documents/details of backend PO.

I'm wondering why supplier field isn't populating.

Are we missing a note or configuration ?

We have a requirement to pull supplier into BW SC status report, looking for what field report should use to populate Supplier data.

Thanks in advance for any help.

Kim

View Entire Topic
Former Member
0 Likes

Hi Kim:

Supplier are in the Partner area in BBP_PD transaction. It is Partner Function 19. If you double click that line it will show tables:

  • CRMD_PARTNER table - here you can use the ADRR_NR field. To verify supplier information you can use ADRC table, enter the entry from ADRR_NR field; or
  • BUT000 table - use the Partner field to get the Supplier Number. To verify can use BBPV_BUPA_VENMAP table, enter the entry from Partner field.

Hope this help.

Mike

Former Member
0 Likes

Hi Mike,

Thanks for the response. I looked at bbp_pd for cart with follow on document & am seeing Partner function 19 on some but on others I'm only seeing following Partner function under Partner area.

00000016       Requester

00000020       Goods Recipien

00000075       Location

Any Idea why supplier (Partner function 19) is not on some when PO has been issued ?

based on data in our system it looks like we have the supplier/Partner Function 19 in bbp_pd and supplier displays on item over if it's a catalog order, but not for any non catalog orders.

Am I missing configuration concerning non catalog orders ?

Former Member
0 Likes

In SRM Shopping carts can be created with out a source of supply. So in your case, the carts without supplier are created and then via sourcing are assigned a supplier and a PO is issued.

Now if you assign a Supplier via sourcing, it does not update the supplier in cart instead the supplier is only used in PO.

So for such carts you have to read the follow-on po and adopt the supplier from it for the BW report.

Regards,

Sushil.

Former Member
0 Likes

Hi Kim:

I am guessing that the SC that missing PF 19 are the one that went to SOCO for sourcing. If that is the case you will not be able to have Partner Function 19. What we did in this case is enhance BW to get the Supplier from the PO in ECC and mapped it to the PO/SC number in SRM.

Mike

Former Member
0 Likes

Thank you for the clarification. We will look at pulling supplier from ECC record.

Former Member
0 Likes

Thank you Mike, we will be taking same approach.

Information has been very helpful