cancel
Showing results for 
Search instead for 
Did you mean: 

Problema with a Form inside Function Module

Former Member
0 Kudos

Hi Experts.

I have a Function Module and inside it I'm trying to open a form. I pass the vars of the Function Module to the Form but this vars are´nt being shown in th Form. Anybody can help me?? This vars in the FM have the correct values.

Thank you very much.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello Jorge,

Fill the name of the functionpool in the parameter options-tdprogramm in the function 'OPEN FORM'.

Regards

Gerd

Former Member
0 Kudos

try this.

if u r only using the variables inside the Form then use this..

FORM XXXX <b>using</b> p_var p_var1.

if u r changing the variables inside the Form then use this..

FORM XXXX <b>changing</b> p_var p_var1.

Former Member
0 Kudos

HI,

Try creating local variables inside the FM and then assign the parameter values to these variables and pass it to the form.

Just a try. I haven't tested like this.

Regards

Subramanian