2008 Jan 17 5:49 AM
Hi,
i am changing standard form layout inthat i need to display
Amount in words. please tell me how to do that one with out modifying standard program
2008 Jan 17 5:54 AM
Hi
Try with this FM HR_IN_CHG_INR_WRDS
Regards
Pavan
2008 Jan 17 5:53 AM
Hi,
Use perform in scripts and call the FM :SPELL_AMOUNT'.
In script call the subroutine like.
/: PERFORM GET_AMOUNT IN PROGRAM "zname".
In ZNAME call FM 'SPELL_AMOUNT'.
2008 Jan 17 5:56 AM
2008 Jan 17 5:53 AM
Hi Santosh ,
You will have to call a subroutine from the SAPScript passing the amount.
In the subroutine convert the amount into words and the return it.
Please search on how to call to use subroutine in sapscript for more detailed info.
You can also refer the below given link
http://www.allinterview.com/showanswers/37425.html
Regards
Arun
2008 Jan 17 5:54 AM
2008 Jan 17 5:55 AM
2008 Jan 17 5:56 AM
2008 Jan 17 5:59 AM
Hi,
The subroutine get_amount is written in the script only not in the driver program.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |