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

Selection Screen Refreshing

aidan_mulcahy
Active Participant
0 Likes
465

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
433

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

2 REPLIES 2
Read only

Former Member
0 Likes
434

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

Read only

aidan_mulcahy
Active Participant
0 Likes
433

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.