‎2006 Dec 29 4:47 AM
Hi I have created one cheque format in sapscript. Now I want, according to the requirement the pay column should get filled by the required name. Now for that I have to write coding in change editor. Anybody could help me out to tell me that what would be that.
But there one thing to remeber that pay column have two window. And i need same solution for "amount in words" fiels too. This fileld also have two window.
Thanks and need urgently
‎2006 Dec 29 5:45 AM
u have to use FM
SPELL_AMOUNT.
or
HR_IN_CHG_INR_WRDS
<b>in form Editor, u have to call like this.
/: PERFORM SPELLAMOUNT IN PROGRAM YW2EXINV
/: USING &W_F_ZPRN&
/: CHANGING &W_WORDS&
/: CHANGING &W_WORTS&
/: ENDPERFORM
and here u have to maintain the same form in ur Driver Program.</b>Regards
Prabhu
‎2006 Dec 29 5:45 AM
u have to use FM
SPELL_AMOUNT.
or
HR_IN_CHG_INR_WRDS
<b>in form Editor, u have to call like this.
/: PERFORM SPELLAMOUNT IN PROGRAM YW2EXINV
/: USING &W_F_ZPRN&
/: CHANGING &W_WORDS&
/: CHANGING &W_WORTS&
/: ENDPERFORM
and here u have to maintain the same form in ur Driver Program.</b>Regards
Prabhu
‎2006 Dec 29 5:49 AM
prabhu,
I want to write coding in change editor. So hw u can use FM in change editor. If we can use then how.
Waiting for ur answer...
Thanks
‎2006 Dec 29 5:56 AM
Hi sam,
you can use program symbol for that in your text editor like this..
&itab-payer&
now populate your itab with the payer details and loop it.
try this and contact again for any query.
Regards,
panakj singh.