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

Problem in PF- Status

Former Member
0 Likes
567

Dear Experts,

I have developed a Dialog Box, which pop's up when we press a button on an other screen,

now the problem is that the in this pop-up the close(Alt-F4) option is inactive which is on the top left hand side of the Pop-up screen(where the title text is present), whereas other options such as 'Move', 'Create Session' & 'Stop Transaction' are active.

Can anyone please tell me how do I activate the 'Close' option on the dialog box.

Thanx in a advance.

Regards,

Abhijit

Dear Experts,

I have developed a Dialog Box, which pop's up when we press a button on an other screen,

now the problem is that the in this pop-up the close(Alt-F4) option is inactive which is on the top left hand side of the Pop-up screen(where the title text is present), whereas other options such as 'Move', 'Create Session' & 'Stop Transaction' are active.

Can anyone please tell me how do I activate the 'Close' option on the dialog box.

Thanx in a advance.

Regards,

Abhijit

3 REPLIES 3
Read only

Former Member
0 Likes
542

HI,

Refer to this link..

Read only

Former Member
0 Likes
542

To activate close button in PBO set status (type dialog box ) and activate cancel, close and contine buttons. By cancel button or using X sy-ucomm will get cancel or close function code. Then you can say LEAVE SCREEN in at user command logic.

Regards,

Lalit Mohan Gupta.

Read only

Former Member
0 Likes
542

thanx