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

issue BAPI_PO_CREATE1

Former Member
0 Likes
431

Hi,

I am creating Purchase order using the BAPI , BAPI_PO_CREATE1, but the problem is that, when I am passing new Net_price in ITEM and 'X' in ITEMX for the same, the Po is created but the price I passed is not there it is adopted from OLD. What Parameter I have to pass so that my Po is created with new price.

thanks

bobby

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
397

Hello,

You have to populate internal tables pocond and pocondx with values for itm_number,cond_st_no,cond_count,cond_value,cond_type, currency and change_id. Then call BAPI_PO_CREATE1.

Thanks,

Venu

2 REPLIES 2
Read only

Former Member
0 Likes
397

Hi,

Go through the SAP Note: 853970

With Regards,

Dwaraka.S

Read only

Former Member
0 Likes
398

Hello,

You have to populate internal tables pocond and pocondx with values for itm_number,cond_st_no,cond_count,cond_value,cond_type, currency and change_id. Then call BAPI_PO_CREATE1.

Thanks,

Venu