Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

sapscript

Former Member
0 Likes
446

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
420

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

3 REPLIES 3
Read only

Former Member
0 Likes
421

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

Read only

0 Likes
420

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

Read only

Former Member
0 Likes
420

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.