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

Dynamic Selection Issue

Former Member
0 Likes
497

hi

We are developing trial for vendor and customer, for which we are using

business place as a key field to filter the data , as we had validation

for this at transaction level. I made for enhancement by

using logical database KDF. Now as per my developer following are the

things which he has done

I make a Copy from SAP Selection view to Custom Selection View(Created by

Customer) for logical Database KDF and add a function Group(02) in BSIK-BUPLA.

Plz Guide us for the same, as the report is needed on business place level

When we are executing the report( program name RFKUML00 ) as the changes

we made is showing business place in dynamic selection, but the output is

not affected by business place, means it is not fetching the values as

per business place.

Nitin Garg

2 REPLIES 2
Read only

Former Member
0 Likes
403

Hi Nitin,

I don't think you can fulfill your requirement by only creating custom selection view of logical database KDF and assiging field group '02' to field BSIK-BUPLA.

Because if you see the code of program RFKUML00, it only fetching records related with table LFA1,LFB1 ad LFC1.

I suggest you to copy RFKUML00 into a Z program and then modified this as per your requirements.

Regards,

Vijay

Read only

Former Member
0 Likes
403

Hi,

This means that the query is not fetching all the record as per your need, you can copy the standard program and look to enhance the code according to your need which is not the case right now or there might be a case where it is fetched but not outputted.

You need to debug and analyze the code!

Thanks,

Reetesh