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

problem in executing a smartform URGENT!!

Former Member
0 Likes
849

HI,

I created a template in my layout and created a structure

z_tab which i had to pass in the smartform now

my problem is

in form interface i gave i_tab type z_tab

and in template-> text iam adding a feild&i_tab-raw&( this is my feild name which i have to show in output) and in se38 my interface program i gave the necessary.

But iam getting error saying

"Reference field I_TAB-RAW unknown in form."

please help its urgent

Thank you

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
828

Hi.

i think in your z_tab structure you cannot declair the raw field. check it once...

Regards,

RAHUL

Hi.

i think in your z_tab structure you cannot declair the raw field. check it once...

Regards,

RAHUL

7 REPLIES 7
Read only

Former Member
0 Likes
828

Hi,

did u create Z_tab structure in the form.

raam

Read only

0 Likes
828

yes i did.

Read only

Former Member
0 Likes
828

Hi,

did u loop that table i_tab.

raam

Read only

0 Likes
828

i looped it this way

loop i_tab into w_tab

and in text element i fave w_tab-raw

still same problem ...

Read only

0 Likes
828

check the fields in the table

raam

Read only

Former Member
0 Likes
829

Hi.

i think in your z_tab structure you cannot declair the raw field. check it once...

Regards,

RAHUL

Read only

0 Likes
828

the reference field which i gave in the structure was making this problem it was currency field and reference table was mismatched.

Thankyou for replying raam & rahul.