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

Closing dialogue screen after SUBMIT report statement

ankit_munshi2
Participant
0 Likes
480

Hi,

We are implementing a functionality where in upon pressing F4 on a field if no values are found , we call a custom report via SUBMIT report statement. The report throws another screen as output.

but the problem is : the calling screen ( which is F4 help screen) remains there , so we have two screens one over another - one being F4 help screen another one being the one thrown by SUBMIT report statement .

is there any way I could close/hide the F4 help screen window through code ?

Any help would be appreciated!

Regards,

AM

(Two screens seen above- the one in the background thrown by SUBMIT statement)

Hi,

We are implementing a functionality where in upon pressing F4 on a field if no values are found , we call a custom report via SUBMIT report statement. The report throws another screen as output.

but the problem is : the calling screen ( which is F4 help screen) remains there , so we have two screens one over another - one being F4 help screen another one being the one thrown by SUBMIT report statement .

is there any way I could close/hide the F4 help screen window through code ?

Any help would be appreciated!

Regards,

AM

(Two screens seen above- the one in the background thrown by SUBMIT statement)

1 REPLY 1
Read only

ankit_munshi2
Participant
0 Likes
448

I ended up using Function module TABCONTROL_DESTROY