‎2010 Dec 17 12:51 PM
hi everybody
I have created a program, where there is a selection screen and I have created buttons on SE41 and associate it with the program
at the start of the program, Im setting the status in the program
AT SELECTION-SCREEN OUTPUT.
set PF-STATUS 'ZPL'.
The status is properly set but when I am executing the program, its not going to the START-OF-SELECTION event
anybody can help me on this?
Thanks for your help
‎2010 Dec 17 1:04 PM
Hi,
Set the pf status in start-of-selection as well.
AT SELECTION-SCREEN OUTPUT.
set PF-STATUS 'ZPL'.
START-OF-SELECTION .
set PF-STATUS 'ZPL'.
Regards,
Srini.
‎2010 Dec 17 1:07 PM
‎2010 Dec 17 2:11 PM
Hi Prema,
What are the selection screen changes you did in SET-PFSTATUS .
Normally once you use the SET-PFSTATUS you have to write the code for all the Buttons like BACK , EXECUTE etc...
Create a Execute Fcode or Button and Write the code under the Fcode created for the Execute button.
‎2010 Dec 23 11:58 AM
‎2010 Dec 17 1:09 PM
You cannot do it this way.
Please search for fm RS_SET_SELSCREEN_STATUS and check hoe to use it. You can read the documentation.