how to print amount in words in alv ??
will the function module spell_amount work ??
Answer Posted / rupesh
Yes,the function module spell_amount will work but there is
some limitation to it as well.
for eg: if amount is '6000' it will read as six thousand.
if amont is '6078',it will read as six thousand
seventy-eight.
but for 6000.78,it will read as six hundred
thousand seventy-eight.
You can try out other combination as well.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the differences between table controls and step loops?
Explain the use of table maintenance allowed?
How does the system handle roll areas for external program components?
Where do you create indexes in abap?
What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?
What is a badi?
how 2 create the normal form by using functional module
What are the buffering types?
What is the difference between a substructure and an append structure? : abap data dictionary
Explain enhancements
What is a function group? : abap modularization
What is alv programming in abap?
Can we create an abap program without using y or z?
What is meant by authorization? : sap abap hr
Describe the difference between macro and subroutine?