cancel
Showing results for 
Search instead for 
Did you mean: 

form interface doubt

Former Member
0 Kudos

Hi all,

i have w_text1 which of type c defined in report. it has a value in it.

but i want to siplay this in smartforms

so i have mentioned this field in import param....

but i am not getting it displayed there.. what can be the prblm??

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check Step By step is as follows :

Step 1 : Have you given input to that variable in Driver Program?? First check the driver program had got the value.

Step2 : If got value in Driver program Then Put a Program lines node in SF check the Value for Corresponding variable by putting Break-point.

Code in program line :

Input Parameter : Var1.

Declare : a type i.

Break-point.

a = var1.

Step 3 : If Above step will be success then display the Variable value using Text Node &VAR1&

Answers (4)

Answers (4)

Former Member
0 Kudos

Hello Poonam,

In the smartform, create a text, and display your varialbe like i have shown below.

&VARIABLE&.

This should work.

Cheers

Nayan

Former Member
0 Kudos

Hi,

Pass the Parameter in the FM generated by the Smartform in th FM ssf_function Module_name and declare a similar parameter in the Import parameters of Form Interface in the Smartform.

Regards,

Vijaya Lakshmi.T

Former Member
0 Kudos

Hi,

Plz pass the parameter as import parameter of form interface.

Regds

Sachhi

Former Member
0 Kudos

Hi,

put a breakpoint somewhere in your form and check if the variable has a value in it.

I think it won't.

Gr., Frank