Hi,
In my requirement am having two different pages first page is challan and second page is jj the values from first
page internal table same as second page.first page may be data overflow it contains matnr field (table) so some times data overflow
to next page.But the second page is always constant (single page) the values are just address fields so it is fetched from
first page itself.
Here issue is if internal table itab[] = 1 value means two page is printing correctly.
suppose internal table having 2 or more values means ,
itab[] = 2 means total 4 pages we want, itab[] = 3 means total 6 pages we want,
itab = 2 means it displaying 3 only second page( jj )form is not changing and printing first page correctly based on looping.
i put loop on second page also..but second not printing multiple times based on loop.
May i know what reason??????i want to display page1 page2 for one value
next time page1 page2 for second value....Anyone suggest?????