Application Development 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: 

GETTING ERROR "INTO" FIELD NOT DEFINED.....

Former Member
0 Kudos

I HAVE USED INTERNAL TABLE IN SMARTFORM AND LOPING INTERNAL TABLE THROUGH WORK AREA ..

LOOP IT INTO WA ... THE SMARTFORM IS ACTIVATED BUT WHEN I EXECUTE ITS DRIVER PROGRAN IT GIVES ME THE RUN TIME ERROR ..."INTO" FIELD NOT DEFINED.....

3 REPLIES 3

Former Member
0 Kudos

Hi

I think may be you are trying to add more fields than you declared in internal table.

Or you might have declared work area or me ur not using INTO TABLE.

check it

Thanks

Former Member
0 Kudos

hi jayesh

just check the structure of ur work area. it should be of same type as that of your fields type.

and define ur structure in types also.

regards

ravish

<b>plz dont forget to reward points if helpful</b>

Former Member
0 Kudos

hi jayesh,

may be u have not specified fields when u r calling smartforms,

or may u have defind field in smartforms table fields , and u passed that value in import parameters

try it if u still getting problem,

than specify ur code and fields for which u r getting error.....

reward if helpful

Regards,

Imran