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

How to hide F8 function on selection screen.

Former Member
0 Likes
843

Hi,

How to hide F8 function on selection screen.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
781

add new pf_status.in u r program.

report ztest

set pf_status 'test'.

4 REPLIES 4
Read only

Former Member
0 Likes
782

add new pf_status.in u r program.

report ztest

set pf_status 'test'.

Read only

Former Member
0 Likes
781

Hi,

Create a PF status. Then exclude the ok code 'ONLI'.

Reward points if usefull.

Regards,

Niyaz

Read only

RaymondGiuseppi
Active Contributor
0 Likes
781

Just create a customer status and SET this status in your INITIALIZATION block.

<i>You can copy the standard status from program RSSYSTDB status %_00.</i>

Regards

Read only

Former Member
0 Likes
781

Thanks