Application Development 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: 

Trouble with enabling Standard toolbar buttons on output screen.

Former Member
0 Kudos

Hi All,

I had created a new GUI STATUS name 'STANDARD' in my report program.

SET PF-STATUS 'STANDARD'.

Now within i had activated BACK, EXIT, CANCEL, PRINT, SEARCH commands on STANDARD TOOLBAR. Inspite of which these buttons are disabled in the output screen. I had even deleted these entries and reentered again in SE41 (Menu Painter), but they are still disabled. Can anyone of you suggest me How can i enable them? Thanks !

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi John,

Go to T-code SE41 and copy status of standard program to your program.

E.g.

Standard Program 'SAPLSLVC_FULLSCREEN'

Standard Status 'STANDARD_FULLSCREEN'

Try this

Regards,

Vijay

6 REPLIES 6

Former Member
0 Kudos

Can anyone please come up with a suggestion

Former Member
0 Kudos

Hi,

Try to avtivate it through T.Code SE80.

Check for inavtive objects and get it activate.

Regds,

Anil

Former Member
0 Kudos

Where you have assigned the PF-status, in PBO?

Have you given ok_codes for all those buttons?

Regards

Karthik D

Former Member
0 Kudos

Hi John,

Go to T-code SE41 and copy status of standard program to your program.

E.g.

Standard Program 'SAPLSLVC_FULLSCREEN'

Standard Status 'STANDARD_FULLSCREEN'

Try this

Regards,

Vijay

0 Kudos

Hi Vijay,

Can you suggest me the standard program in which the Status 'STANDARD' is present. So that, i can copy the status from that program to mine. Thanks!

0 Kudos

Hi John,

This is the standard status, I have given in earlier reply.

After providing input in T-code se41 , press CNTRL+F6

and give your program name and Status name.

and say COPY.

Hope this will help you.,

Regards,

Vijay