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_IncomingInvoice_Create item amount issue.

Former Member
0 Likes
878

I'm using the Bapi_IncomingInvoice_Create, I'm sending 143630.0000 into the itemdata-item_amount field. The problem is when I go to check it in the rseg table, the WRBTR field has a value of 1436.30 Can someone tell me what is going on inside the bapi to cause it to do this are give me a solution? I want 143630.00 in the wrbtr field after the create bapi has ran.

Thanks,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
717

hi

i think in this case while passing the value you will have to mention the currency of it..the issue can be addressed, i believe, using the SET Country command...just chk this link

http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba1ef35c111d1829f0000e829fbfe/content.htm

if helpful, reward

Sathish. R

3 REPLIES 3
Read only

Former Member
0 Likes
717

Hi,

I am populating the field with the value 143630.0000 to the BAPI... It is working fine..

What is the currency you are using??

Thanks,

Naren

Read only

Former Member
0 Likes
718

hi

i think in this case while passing the value you will have to mention the currency of it..the issue can be addressed, i believe, using the SET Country command...just chk this link

http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba1ef35c111d1829f0000e829fbfe/content.htm

if helpful, reward

Sathish. R

Read only

Former Member
0 Likes
717

The issue was it was using JPY currency when I needed it to be USD. Thanks for the help everyone