‎2007 Mar 26 11:06 PM
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,
‎2007 Mar 27 4:24 AM
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
‎2007 Mar 26 11:25 PM
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
‎2007 Mar 27 4:24 AM
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
‎2007 Mar 27 2:31 PM
The issue was it was using JPY currency when I needed it to be USD. Thanks for the help everyone