Hi all ABAP Masters,
I am pretty new to ABAP and learning it myself and I have a basic question about the type conversions in ABAP.
I have a variable of TYPE CURR with value XX.XX and I need to move it to a variable of TYPE C of length 11 and it should appear as 0000000XXXX without the decimal.
Can you guys let me know how I can achieve this?
Any of your inputs will be of great help for a new learner like me. Also, please send me any detailed document available on type conversion, if possible.
Thanks in advance.