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

Net Value format Error.

Former Member
0 Likes
1,020

Hi All,

I am posting orders via IDoc. I am getting below Error.

*Input must be in the format ___,___,__~.__V

Message no. 00088*

But while I create an order in VA01 in condition tab, I could create the same without any Error.

Please suggest me on this.

Thanks,

Bipen

6 REPLIES 6
Read only

Former Member
0 Likes
853

Can you provide the value passed in the idoc (by debugging it)?

Read only

0 Likes
853

when I pass any value other than zero in the segment E1EDP05 field KPERC, I get the above error. In debugger at some point of time, the value is appended with three zeros after point (e.g if in WE19, I give the value 408 in above field, this value changes to 408.000).And finally the IDoc status is 51 with above error.

If I give the value directly in VA01, it works.

Please suggest.

Edited by: kbipen on Apr 20, 2011 12:39 PM

Read only

Former Member
0 Likes
853

your input value is in the wrong format.....write the value to the correct variable type and convert to character field.... note that SAP is expecting the punctuation, including commas, decimal, etc., and apparently 2 or 3 decimals places. Are the user settings something other than US-style currency/quantity notation? like 999,999.999? If so, change that setting or edit the input value to get what SAP requires.

Read only

paul_bakker2
Active Contributor
0 Likes
853

Hi,

Note: when you enter data via a SAP transaction screen (eg VA01), some transformation may be carried out on the values you enter (for example, the date 12.03.2011 is transformed to the internal representation 20110312).

So in VA01 you can debug to see what SAP transforms your entry to.. and that is the format that should be used by the idoc.

cheers

Paul

Read only

Former Member
0 Likes
853

Hi ,

Please check the user format table and replace to user format based.

Thanks,

I.Muthukumar.

Read only

0 Likes
853

Thanks,

Issue solved. the amount field was passed in wrong field.