on ‎2016 Mar 25 1:18 PM
Hi,
I was maintained 0.04 in composition in master data, but in template output it is coming as 0,04 OUTPUT IT IS coming with (,) i checked with print out also same thing i'm getting.
How to get full stop (.) in output of template.
Thanks
Satya
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear Satya
as explained. the definition regarding "numeric" or "date" format (how to print) is done using generation variant and not in WWi template. Take a look as well :
and/or SAP online help: Editing the Generation Variant Header - Basic Data and Tools (EHS-BD) - SAP Library (so called "display options"´.
In your example: may be you have used "on top" logic in WWI ( I have the feeling that this was done).
Reason: in data base you have "0.4"; in WWI you have "00,4" (one digit more than expected)
You need to differentiate here. the ","/"." (comma/point) topic is decided via generation variant; if you would like to see "0.4" or "000.4" is decided via template. It seems to be that you have a "formatting" in place in WWI template)
C.B.
PS: a "second" guess might be that you "just" combine the lower and upper limit. As lower limit is "0" and upper is "0.4" you get "004" => therefore please check your template; no user etc. will use this tremplate without improvement,.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.