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 with PF status

Former Member
0 Likes
730

Hello experts,

I am facing one problem with PF status.

I have one program with selection screen and it will give some report .after displaying the repot when I press the back button it will come to selection screen.

Where as for the same program I have created he transaction code, when I am trying to executing it after displaying the report when I press the back button its completely going to stating screen , but not to the selection screen .

Can you please provide me any pointes to resolve this issue .

Thank you ,

Bharathi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
704

Hi,

The Selection screen number is default as 1000.


LEAVE TO SCREEN 1000.

So use this at the end of the report

This will take you back to the selection screen.

Regards,

Vik

5 REPLIES 5
Read only

Former Member
0 Likes
704

Hi ,

I assume that the GUI status is added by you , if that is the case please check the coding used for BACK button.

Reagrds,

Arun

Read only

Former Member
0 Likes
704

HI,

On the click of back button have you written Leave Program ,

Try writing Leave to screen 1000 it might take you back to the

selection screen.

Hope it helps

Regards

Mansi

Read only

Former Member
0 Likes
705

Hi,

The Selection screen number is default as 1000.


LEAVE TO SCREEN 1000.

So use this at the end of the report

This will take you back to the selection screen.

Regards,

Vik

Read only

0 Likes
704

Thanks a lot Vik ,

Problem resloved

Read only

Former Member
0 Likes
704

hi

copy the standard pf status to z(custom one) and to that custom pf status add the new function code

and use that pf status in program. It will work..

regards

Saurabh Goel