I have a select-options variable smatnr. I need to pass this select-options variable to a form by
perform using smatnr changing svar.
form cond_types using pmatnr changing svar.
IT gives an error saying imcompatible types been passed between smatnr and pmatnr.
Any ideas, what is wrong. How do I pass a select-option variable into a form the right way.
Thanks
Ram