cancel
Showing results for 
Search instead for 
Did you mean: 

Calling a Smartform from different driver programs

Former Member
0 Kudos

Hi everyone,

I have two driver programs and from both these programs i'm calling the same Smartform.

I have a field in smartform. and i want it to be printed for one program but not printed when the

smartform is called from the second program.

Pls. can anyone help me out about how this can be achieved.

Thanks in advance.

Regards

Tanu

Accepted Solutions (1)

Accepted Solutions (1)

former_member194416
Contributor
0 Kudos

Create an import parameter (flag) in your smartform interface and when you call your smartform from one of these drivers pass assume 'X' value to this flag. And add a condition for the field you want to hide. like below.

if flag = 'X'

show or don't show.

endif.

Edited by: Gungor Ozcelebi on Jul 3, 2009 5:08 PM

Former Member
0 Kudos

Thanks !

Answers (0)