Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

smartform

Former Member
0 Likes
622

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.

3 REPLIES 3
Read only

abdul_hakim
Active Contributor
0 Likes
580

hi

have you declared is_nast in global data definition?

if so do syntax check and then execute it...

Cheers,

Abdul

Read only

Former Member
0 Likes
580

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

Read only

Former Member
0 Likes
580

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