cancel
Showing results for 
Search instead for 
Did you mean: 

Need help in Smartforms

Former Member
0 Kudos

Hi,

Iam importing customer data to the smartform. For that i have created a table type and i have declared in form interface.

But it is giving an error message as : <b>" Customer is a table without a header line and therefore has no components called NAME ( Field name ) "</b>.

Could anybody help me out ASAP.

Thanks & Regards,

Shiva shekar k

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi shiva,

that means that is a tabel without header line,

you can loop that table into your table type ,

then u dont get error message.

ex:

loop at <itab> into <tabletype>.

"our logic.

endloop.

reward points if helpful,

regards,

seshu.

Answers (3)

Answers (3)

Former Member
0 Kudos

hello, u have created line type but...did u declare that in ur driver program?...if u dint do that then do it and check it out...

Former Member
0 Kudos

Hi,

declare using LIKE instead of Type Ref to and also declare a WA for the same.

Regards

Shiva

Former Member
0 Kudos

Hi

Move the contents of the internal table into a structure while looping, and use this structure fields for display.

Regards

Raj