2007 Sep 28 3:57 PM
Hi,
I am attempting to modify the transaction S_ALR_87012178. I have copied RFDOPR10 into ZRFDOPR10.
I need to modify the selection screen. The problem I am encountering is that there are only some selection-screen elements in the report. Where are the other ones coming from? IE. Customer selection through Line item selection.
The only elements that I can find in the report are Output Control and Further selections.
2007 Sep 30 7:40 PM
If you check the attributes, you'll see that the program uses logical database DDF. The remaining selection screen elements are there.
Rob
Hi,
I am attempting to modify the transaction S_ALR_87012178. I have copied RFDOPR10 into ZRFDOPR10.
I need to modify the selection screen. The problem I am encountering is that there are only some selection-screen elements in the report. Where are the other ones coming from? IE. Customer selection through Line item selection.
The only elements that I can find in the report are Output Control and Further selections.
2007 Sep 30 4:41 PM
Check all the includes it may contains the selection screen.
Regards,
SaiRam
2007 Sep 30 7:40 PM
If you check the attributes, you'll see that the program uses logical database DDF. The remaining selection screen elements are there.
Rob
2007 Oct 02 11:08 PM
Rob,
Could you elaborate on how I can change the selection screen elements in the logical database? I can see where they are, but I am hesitant to edit them becasue I think it might mess up other programs.
Thanks.
2007 Oct 03 1:00 AM
You don't physically modify the logical database itself - instead, within your own program you can use dynamic modifications at runtime, such as using the "loop at screen" mechanism to hide selection criteria, to deliver the selection screen you want. Your own selection criteria will appear at the end of the ones coming from the logical database.
Jonathan
2007 Oct 03 1:39 PM
Option 1:
On the program attributes screen where the link to the logical database is, there is a field "Selection Screen" which for some logical databases gives you a choice of what selection screen the LDB will provide, perhaps even a blank one.
Option 2:
In some cases where a selection screen is set up by a logical database, there are options available in customizing through SPRO to control the layout of that selection screen.
The one I am familiar with is logical database PNP for HR where the resulting selection screen can be changed significantly in HR customising.
It may be that there are some similar options for the DDR selection screen - I suggest you check the relevant area of the IMG (SPRO), particularly any "Information System" customizing options.
hope this is of some assistance.
Andrew