Skip to Content
0
Former Member
Dec 01, 2006 at 12:38 PM

Smart forms

36 Views

Hi all,

I am working on smartforms.I want display matnr present in an internal table.

There is an internal table gt_po with three matnrs. Now i want to display each matnr in each page. rspos rsnum matnr are the fields present in the gt_po.

I sorted the table by rsnum rspos and looped at gt_po.But the problem is it is taking two matnr s in two pages and another matnr is not displaying.

i used g_count and g_line.

g_count is equal to number of rows in internal table.

g_line is used to increment in loop.for that i used code as ADD 1 to G_LINE.

plz let me know what is the problem and why another matne is not displaying.