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

Smart Screen Buttons Disabled

muhammad_sohail
Participant
0 Likes
570

Dear All,

I have created a new smart screen; When I execute it, it's forward, backward, close and Save buttons are disabled, how can i enable them.

Thanks and regards,

Sohail

Dear All,

I have created a new smart screen; When I execute it, it's forward, backward, close and Save buttons are disabled, how can i enable them.

Thanks and regards,

Sohail

3 REPLIES 3
Read only

Former Member
0 Likes
532

Hi,

As it is a customized screen, you need to define your own PF-status in SE41

SET PF-STATUS 'XXX'

Regards,

Sandhya

Read only

Former Member
0 Likes
532

In PBO init module give as follow;

SET PF-STATUS space.

This will solve your problem.

Regards

Karthik D

Read only

Former Member
0 Likes
532

USE SET-PF-STATUS 'XXXX'.

and double click on XXXX and give the menu bar name accordingly.