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

Problem with BAPI_PO_CREATE1

Former Member
0 Likes
555

Hi All-

I was trying to create Open PO's....Everything is working fine but only the problem with the Net Price...

I am passing Net Price to the BAPI but it is not updating the value which I was passing, it is automatically SAP determines the Net Price Value...

it_bapi_data-price TO poitem-net_price

IF poitem-net_price <> ' '.

poitemx-net_price = 'X'.

ENDIF.

I am getting Net price value from the input file...For example if I pass 10.000 but it is updating value 8.000...

Please guide me if I am missing something...

Thanks,

Sony

3 REPLIES 3
Read only

Former Member
0 Likes
495

Hi All-

I was trying to create Open PO's....Everything is working fine but only the problem with the Net Price...

I am passing Net Price to the BAPI but it is not updating the value which I was passing, it is automatically SAP determines the Net Price Value...

it_bapi_data-price TO poitem-net_price

IF poitem-net_price <> ' '.

poitemx-net_price = 'X'.

ENDIF.

I am getting Net price value from the input file...For example if I pass 10.000 but it is updating value 8.000...

Please guide me if I am missing something...

Thanks,

Sony

Read only

former_member195698
Active Contributor
0 Likes
495

Try with the BAPI BAPI_PO_CREATE instead of BAPI_PO_CREATE1

Read only

Former Member
0 Likes
495

Hi sony..

i experienced the same problem with you while using BAPI_PO_CREATE1...

have you solved the problem ? and how ?

thanks,

sasmito