Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Script_Box

Former Member
0 Likes
499

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
456

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.

3 REPLIES 3
Read only

bpawanchand
Active Contributor
0 Likes
456

Hi

Check the windows sizes on the last page, can write the piece of code.

Regards

Pavan

Read only

Former Member
0 Likes
457

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.

Read only

Former Member
0 Likes
456

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.