Hi,
If you declare a field type as "xsd:decimal" and activate proxy, it makes the ABAP technical type as "String" of type xsd:decimal.
similarly if u make that variable with a entry in total no of digits then it gets activated with xsd:decimal and ABAP type DECIMAL.
I tested on 7.1 and 7.0 SP13. same problem.
I dont see this problem with integer. has any one noticed this?
is this a bug or has SAP has some reason before making this functionality?
Has any one faced the similar problem earlier?
Venkat.
Edited by: Venkat A on Jul 8, 2009 12:54 AM.
Request clarification before answering.
Standard definition of xs:decimal is unlimited number of digits. So to properly convert xs:decimal type for all cases, you would need to use String type, because ABAP decimal type has limitations.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.