‎2006 Jun 19 7:28 AM
hi gurus,
i've declared is_nast type nast(variable) in the import section of form interface. n i declared the variable is_nast in the input parameters of initialization tab of global definitions.
when i execute the layout it returns an error msg is_nast is unknown.
plz send me the solution ASAP.
kind regards,
vinay.
‎2006 Jun 19 7:31 AM
hi
have you declared is_nast in global data definition?
if so do syntax check and then execute it...
Cheers,
Abdul
‎2006 Jun 19 7:31 AM
hai,
In the print program you have to pass is_nast in the function module os the smartform. If you do that your problem will be solved.
Cheers,
Umasankar
‎2006 Jun 19 7:44 AM
Hi Vinay,
R u using IS_NAST in any "program lines" node. In code section.
that time u need to declare in the INPUT parameters and OUTPUT parameters.It is in the above code editor.
- SA