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

BAPI : BAPI_PO_CREATE1

michael_teran
Participant
0 Likes
455

Hi everybody

I'm using a BAPI (BAPI_PO_CREATE1) I send the table PO_ITEM and the quantity field has a value but when I check the generated purchase order I see another value in quantity

What can I solve my problem??????

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
415

Hi,

Are you marking the corresponding same field in table POITEMX as 'X' ?

Check that.

Regards,

Subramanian

2 REPLIES 2
Read only

Former Member
0 Likes
416

Hi,

Are you marking the corresponding same field in table POITEMX as 'X' ?

Check that.

Regards,

Subramanian

Read only

Former Member
0 Likes
415

Is it the same quantity but with the decimal moved? I have found that you need to multiply by 1000 (I believe it is 1000) to create a sales order using the BAPI.

I am about to use the same BAPI, as you, to create a PO so I will be interested to see what your isssue is.

Aaron