‎2008 Sep 07 12:46 PM
Hi,
I took the copy of standard script and modified according to my requirement. The output is coming properly but the problem is for the last page boxes are not coming.
Please help. i am new to abap.
Regards,
Srinu.
‎2008 Sep 08 1:39 PM
Hi,
Are you writing line commands for boxes in the main window itself or writing those commands in separate window? If you writing in main window it self try to write those commands in new window separately so that they will trigger for every page which contains data.
Hope this will help you.
Regards,
Aswini.
‎2008 Sep 07 12:58 PM
Hi
Check the windows sizes on the last page, can write the piece of code.
Regards
Pavan
‎2008 Sep 08 1:39 PM
Hi,
Are you writing line commands for boxes in the main window itself or writing those commands in separate window? If you writing in main window it self try to write those commands in new window separately so that they will trigger for every page which contains data.
Hope this will help you.
Regards,
Aswini.
‎2008 Sep 08 1:52 PM
please check, how much pages your form contains.
if there is a LAST page, then you probably just forgot to add you box commands there as well.