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

Selection Screen within Selection Screen - Problem with BACK

former_member188001
Active Participant
0 Likes
512

All,

I have a checkbox on my first selection screen (Report1). Once I mark the checkbox and hit F8, it takes me to another selection screen (Report2). After entering the details, I get the output in alv grid format. When I hit back to come to 2nd selection screen (Report 2), I get a short dump.

I am definitely missing something but cant figure out. Please help.

Regards,

Salil

1 ACCEPTED SOLUTION
Read only

former_member188001
Active Participant
0 Likes
465

Issue resolved by myself.

Had forgotten to remove the following code which was causing shortdump.

    gw_layout-box_fieldname     = 'SEL'.

     gw_layout-coltab_fieldname  = 'CELLCOLOR'.

1 REPLY 1
Read only

former_member188001
Active Participant
0 Likes
466

Issue resolved by myself.

Had forgotten to remove the following code which was causing shortdump.

    gw_layout-box_fieldname     = 'SEL'.

     gw_layout-coltab_fieldname  = 'CELLCOLOR'.