Hi everyone,
I got a problem when using my smartforms.
I have 2 rows in 1 internal table of my report.
According to a value in one row i have to display the item data in main window.
I have these rows in smartforms also.
But when the control goes to smartform and when i am looping the internal table into workarea.
I am getting only the second row and not the first row in work area.
so the item data is displayed only for the second row.
Please help me in this case.
Thanks in Advance,
Mohanraj
That's wierd.. hm... try to debug it first, is it true that the table has 2 rows of data before calling the smartforms.
Then, make sure when looping the table in the smartforms, there is no WHERE condition.
Also check for the next page, just in case it's printed on the second page..
Hope this'll help..
Sam.
Hi!
If you are using a LOOP in you printer program, and you are calling the smartform within the LOOP, then it will create 2 different pages for both entries.
I think you have to use your table within the smartform. Try creating a table, within the MAIN window. In the data tab, enter your internal table name.
Regards
Tamá
Add a comment