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

Log off Button in custom RF screen

Former Member
0 Likes
1,060

Hi All,

I have created custom RF screen and have to provide 'Log off' (F8 Log off) button on screen. What should be done to assign standard Logoff functionality (System->Log off) to this pushbutton.

Hi All,

I have created custom RF screen and have to provide 'Log off' (F8 Log off) button on screen. What should be done to assign standard Logoff functionality (System->Log off) to this pushbutton.

3 REPLIES 3
Read only

Former Member
0 Likes
821

hi,

i cant understand your requirement..

i hope you can have function code for the push button .

once the button got triggred give exit program.

Read only

0 Likes
821

If you check transaction LM01..there is push button F8 LOff. If we click this button it directly takes to FM POPUP_TO_CONFIRM_STEP without going to PAI of program. same functionality I want to implement in Z screen.

Read only

821

Hi Aniket,

In LM01 F8 key function code type is System Function.

Check FctType you have given in screen painter it should be given as 'S' System Function and function code as 'I'.

It will solve your problem.

Thanks,

Pawan