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

module pool programing

Former Member
0 Likes
447

Hi,

How to enable tool bar in a newly generated screen?

Please reply.

Jaison Joseph

1 ACCEPTED SOLUTION
Read only

athavanraja
Active Contributor
0 Likes
429

is it abap related question? post it in ABAP forum for better response.

regards

Raja

Hi,

How to enable tool bar in a newly generated screen?

Please reply.

Jaison Joseph

2 REPLIES 2
Read only

athavanraja
Active Contributor
0 Likes
430

is it abap related question? post it in ABAP forum for better response.

regards

Raja

Read only

0 Likes
429

Raja is right, better forum would be in the ABAP forum. The short answer is you need to set the gui status in the PBO of the screen.

SET PF-STATUS '0100'.

Regards,

Rich Heilman