cancel
Showing results for 
Search instead for 
Did you mean: 

Function Module (Spell_words) ??? Used in smartforms

Former Member
0 Kudos

Hi Folks,

I got a urgent requirement.. I have developed a smart form for Excise invoice ....

I want to display amount Of Excise Duty in Words...

Will it possible to call function module (SPELL_WORDS) in smartforms,pl let me know if it is possible.. plz give me steps...

Full Points will be rewarded.

Thanx and regards,

Shashank

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member196280
Active Contributor
0 Kudos

Create program lines in your smart form, declare a variable of character type, in import parameter of spell words pass the amount field and export pass the variable that is holding the spelling of number(i.e above declare character)

Use FM spell word inside program line.

Reward points to all useful answers.

Regards,

SaiRam

Former Member
0 Kudos

Hi

In the program Lines you can call the fun modules

SPELL_AMOUNT or

HR_IN_CHG_INR_WRDS

and can print the amount in words

<b>Reward points for useful Answers</b>

Regards

Anji

Former Member
0 Kudos

Hi friend,

I know the fiuctional module .. but how to call it in a smartform say in a footer window... can u plz give me navigation steps

Former Member
0 Kudos

You can look at footer window

Keep the cursor on footer window -> right click -> create -> program lines

in general attributes column ,write the perform routine,in conditions tab you can use input parameters as well output parameter.

now you need to call form routine.

goto global definition,click on form routines tab,here you can use form routine.

you can call spell_word fm in form routine.

Thanks

seshu