cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in internal table using smartforms

Former Member
0 Kudos

Dear experts,

I am retrieving about 25 fields from various tables.

It consist of some common fields like names,addresses,

and firther some char(40) size like tinno,lstno,exciseno.

I have same structure defined for both.

But i notice that in smartform i get many fields are retrieved correctly while few fields are not coming at all more particularly dates.

I also noticed that some part of lstno entry is getting mixed with excise no which is declared just after it.

What should i do ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

can u please elaborate a lillte more of how u have declared the structures in smartform and data dictionary? It might be that u have not specified the individual field lengths correctly. So one field is getting overlapped on the other.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Check the datatype of the fields in the internal table, global declaration and database table. This kind of problem happens due to incompatebility of data.

Regards,

Anirban

Former Member
0 Kudos

ok,i will work on it