‎2007 Dec 10 3:15 PM
Hi,
I created a copy of the transaction LSO_RHXBUCH0. I noticed that if I select a few radio buttons/check boxes and then F4 on a select-option (e.g Participant) all the settings I checked revert back to the original.
Can't see why so looked at the standard transaction LSO_RHXBUCH0 and the same thing happens there.....
1. change Reporting Period, Selection Options and Standard Selection Screen.
2. F4 on Participant
3. select a person
4. press return
All values back to defaults.
Can't find anything on OSS about it - any ideas?
Thanks.
‎2007 Dec 11 1:08 AM
It would seem to the macro "rhx-radios-pbo." that is in the "at selection-screen output" that determines this - but we're not running HR at this site so I cannot determine why it does it!
Jonathan
‎2007 Dec 11 1:08 AM
It would seem to the macro "rhx-radios-pbo." that is in the "at selection-screen output" that determines this - but we're not running HR at this site so I cannot determine why it does it!
Jonathan
‎2007 Dec 11 2:21 PM
Hi,
thanks.
I figured out the issue.
The macro <i>rhx-f4-objid-low</i> has two lines at the end of it which re-initialise the screen:
set screen sy-dynnr.
leave screen.
I created a z-version of the macro with these lines commented out and it worked fine. Logged an OSS message to see if SAP want to fix it.
I will leave this thread open for a little while. If SAP create a note, I'll post the number. Not too optimistic about it but I may be surprised.
Thanks.