cancel
Showing results for 
Search instead for 
Did you mean: 

item details not printing in the form

Former Member
0 Kudos

Hi Gurus,

when I am debugging my driver program all the values are coming into the internal table and i am passing that internal table to the smart form function module.

every thing is ok.But the item details are not printing in my form.

I checked all the sizes of the fields in my item.Every thing is ok.

I want to print the item details.How to do.

Any help can be appreciated highly.

Regards.

Chitty.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Are u passing the LOOP to the elements in the smartform???

Regards,

Vishwa.

Former Member
0 Kudos

Hi Vishwa,

Am not passing any loop in the smart form.

Regards.

Chitty.

Former Member
0 Kudos

Hi

There is a LOOP node in smartform...assign a work area for ur internal table in Global definitions and then create this LOOP node..using Right CLick>Flow Logic>Loop.

Now..after creating LOOP node...

There pass: itab into wa.

Under this LOOP pass all the text elements and give the field as wa-fieldname.

Regards,

Vishwa.

Former Member
0 Kudos

Hi Vishwa,

I got the solution.

what mistake i did is in my driver program after looping my item table i forget to append it.

dats y d values were not coming.Now they r coming after writing the append statement.

Regards,

Chitty.