‎2011 May 10 11:06 AM
Hi,
I have variables in my function module (DATA)
and I would like to have access to some in FORM ... EDNFORM.
Cause I have like 10+ variables that I have to access in my form.
And i want this form cause I have almost 3 times the same block code...
How can i proceed ?
Thanks !
Moderator message: please study online help for the PERFORM statement on how to pass values to FORM-routines.
Edited by: Thomas Zloch on May 10, 2011 12:31 PM
‎2011 May 10 11:17 AM
Hi Benjamin,
the cleanest solution is to pass the vars to the FORM ("USING"/"CHANGING").
The easiest solution is: declare the vars in the TOP-Include of the function group, so the variables are globaly visible.
Regards, Uwe