Application Development 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: 

GUI status

Former Member
0 Kudos
78

Hi,

How to set a GUI status for a program that is generated dynamically, as the name of that dynamic program depends on the user input for the calling program.For eg : in program A, if the user inputs X, a program is generated with the name X,if user inputs Y, the name is Y.

So is it possible to create a gui status for that.

Thanks,

Nidhi

1 REPLY 1

Former Member
0 Kudos
37

Hi

Check the status in se41 for that program.

You can copy status or user interface in se41and also you can set ur user status .

ex set pf-status 'test'....

you can also create this status .

Thanks