cancel
Showing results for 
Search instead for 
Did you mean: 

Problem Updating partner details when the confirmation is created.

UmaArjunan
Active Participant
0 Kudos

I want to update the partner details when the confirmation is created

In SRM (non -sus ), Confirmation is created using the function module : bbp_pd_conf_create .

While creating confirmation, only item wise confirmation details are updated.

But the partner details of that confirmation is not updated.

bbp_pd_po_Getdetail is used to get the purchaser order details .

the same partner details are used in the confirmation create function module .

the following are the fm used for the above purpose ,

BBP_pd_conf_create

bbp_pd_conf_update

bbp_pd_conf_save

What are the details i should change in partner details to get updated. like guid information..

Please provide some suggestions ...

Thanks,

Uma

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI

Please give us the BBP_PD messages.

Regards

Satish Bathula

UmaArjunan
Active Participant
0 Kudos

In BBP_PD messages

i can see the header , item and Stats details .

What ever value i retreive from PO getdetail fm , i pass it to the partner details while creating confirmation. only item details get updated but not partner details ,

I think its missing with the p_guid details. i dont know how to pass value consistently the p_guid value in hte partner when the item details are confirmed.