‎2011 Nov 12 4:34 AM
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
‎2011 Nov 12 7:57 AM
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
‎2011 Nov 12 8:21 AM
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