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

RFDOPR10 selection screen modifications

Former Member
0 Likes
1,272

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,074

If you check the attributes, you'll see that the program uses logical database DDF. The remaining selection screen elements are there.

Rob

5 REPLIES 5
Read only

former_member196280
Active Contributor
0 Likes
1,074

Check all the includes it may contains the selection screen.

Regards,

SaiRam

Read only

Former Member
0 Likes
1,075

If you check the attributes, you'll see that the program uses logical database DDF. The remaining selection screen elements are there.

Rob

Read only

0 Likes
1,074

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.

Read only

0 Likes
1,074

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

Read only

Former Member
0 Likes
1,074

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