Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Create confirmation in srm

Former Member
0 Likes
679

Hi experts ,

I am creating confirmation in SRM system using FM 'BBP_PD_CONF_CREATE' .

My issue is I am not able to pass the outstanding quantity to the above FM ,

and so whenever the confirmation is getting created the outstanding quantity is zero .

Please suggest how to update the confirmation , with the outstanding quantity .

Thanks ,

Suchi.

Hi experts ,

I am creating confirmation in SRM system using FM 'BBP_PD_CONF_CREATE' .

My issue is I am not able to pass the outstanding quantity to the above FM ,

and so whenever the confirmation is getting created the outstanding quantity is zero .

Please suggest how to update the confirmation , with the outstanding quantity .

Thanks ,

Suchi.

3 REPLIES 3
Read only

Former Member
0 Likes
592

Hi,

Are you using BBP_PD_PO_GETDETAIL for getting PO details?

check this wiki

[http://wiki.sdn.sap.com/wiki/display/SRM/CodeSample1-UpdatePartnerdetailsinaPurchaseOrder]

Ben

Read only

Former Member
0 Likes
592

Yes am using BBP_PD_PO_GETDETAIL , but here I am creating confirmation during which the PO outstanding quantity

ned to be updated .

Read only

0 Likes
592

hi,

So in BBP_PD_PO_GETDETAIL the entry is validated. Debug the code in this FM and check the PO outstanding quantity . Check with your functional team when the PO is getting updated.

Ben