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

graphical user interface

Former Member
0 Likes
489

I have created gui status zstatus_1 for the program zmmr_free_deliveries_1. and i have assigned set pf-status 'zstatus_1' of program 'zmmr_free_deliveries_1' . its showing status zstatus_1 of the user interface zmmr_free_deliveries_1 is missing. what does this mean?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
462

Hi Chaitra,

In Set PF-status command you cannot give the status name with small letters.

You can give only capital letters.

SET PF-STATUS 'ZSTATUS_1'.

double click on ZSTATUS_1 you will be taken to create gui status screen and crete it again.

Award points if this is helpful.

Regards,

Ravi G

3 REPLIES 3
Read only

former_member194669
Active Contributor
0 Likes
462

Hi,

Have you activated the pf-status zstatus_1 ?

a®

Read only

Former Member
0 Likes
463

Hi Chaitra,

In Set PF-status command you cannot give the status name with small letters.

You can give only capital letters.

SET PF-STATUS 'ZSTATUS_1'.

double click on ZSTATUS_1 you will be taken to create gui status screen and crete it again.

Award points if this is helpful.

Regards,

Ravi G

Read only

0 Likes
462

Thanks a lot Ravi. My problem has been solved