Hi All,
I need to display the currency in JPY format while downloading the file from SAP to the system.
I have already formated the output in JPY in case of the list but i dont know how to
format it while downloading it.
I mean in an internal table how i can format the field displaying the currency value.
Please reply soon.
Hi,
write it to a char-field:
e.g.
write bseg-wrbtr to itab-c_wrbtr currency bkpf-waers.
A.
Add a comment