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

Hiding navigation area from transaction screen--module pool

Former Member
0 Likes
344

Using module pool, i am displaying a transaction screen at the click of a button.

This transaction screen also has a small navigation screen appearing on the left.I want to hide this navigation area.

How do I do it.

Using module pool, i am displaying a transaction screen at the click of a button.

This transaction screen also has a small navigation screen appearing on the left.I want to hide this navigation area.

How do I do it.

1 REPLY 1
Read only

Former Member
0 Likes
300

Hi,

Usually this is done by using the DOCKING container. You can call the method of SET_VISIBLE of the class CL_GUI_DOCKING_CONTAINER.

Regards,

Ravi

Note : Please mark the helpful answers