cancel
Showing results for 
Search instead for 
Did you mean: 

condition check

SantoshKallem
Active Contributor
0 Kudos

hi friends,

i have one parameter in driver program.

based on that value i need to display 3 different texts.

( like 1 lakh to 2 lakhs, 2 laks to 3 lakhs etc )

i used ALTERNATE in smartform, its working pefectly if i execute fuction module directly,

But i neet to pass that value from driver program to smartform..

regrds.

santhosh reddy

Accepted Solutions (1)

Accepted Solutions (1)

former_member196280
Active Contributor
0 Kudos

you can pass it from your driver program, create import parameter in your smartform and export the variable in your driver program.. create program line in your smartform and develop the following code..

Ex: IF &par& EQ 1.4 LAC.

var1 = '1 lakh to 2 lakh.

ELSE.

      • var1 = '2 lakh to 3 lakh'

ENdif.

rough idea given above...

close the thread once your question is answered.

Regards,

SaiRam

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Can't you try writing the code based on that field in the respective window of the smartform by creating PROGRAM LINES and based on that field value populate the text field into three variables and display it

Regards

Anji