<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Dynamic Selection Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-issue/m-p/8361282#M1641136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are developing trial for vendor and customer, for which we are using&lt;/P&gt;&lt;P&gt;business place as a key field to filter the data , as we had validation&lt;/P&gt;&lt;P&gt;for this at transaction level. I made for enhancement by&lt;/P&gt;&lt;P&gt;using logical database KDF. Now as per my developer following are the&lt;/P&gt;&lt;P&gt;things which he has done&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I make a Copy from SAP Selection view to Custom Selection View(Created by&lt;/P&gt;&lt;P&gt;Customer) for logical Database KDF and add a function Group(02) in BSIK-BUPLA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz Guide us for the same, as the report is needed on business place level&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we are executing the report( program name RFKUML00 ) as the changes&lt;/P&gt;&lt;P&gt;we made is showing business place in dynamic selection, but the output is&lt;/P&gt;&lt;P&gt;not affected by business place, means it is not fetching the values as&lt;/P&gt;&lt;P&gt;per business place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nitin Garg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 12 Nov 2011 04:34:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-11-12T04:34:29Z</dc:date>
    <item>
      <title>Dynamic Selection Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-issue/m-p/8361282#M1641136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are developing trial for vendor and customer, for which we are using&lt;/P&gt;&lt;P&gt;business place as a key field to filter the data , as we had validation&lt;/P&gt;&lt;P&gt;for this at transaction level. I made for enhancement by&lt;/P&gt;&lt;P&gt;using logical database KDF. Now as per my developer following are the&lt;/P&gt;&lt;P&gt;things which he has done&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I make a Copy from SAP Selection view to Custom Selection View(Created by&lt;/P&gt;&lt;P&gt;Customer) for logical Database KDF and add a function Group(02) in BSIK-BUPLA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz Guide us for the same, as the report is needed on business place level&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we are executing the report( program name RFKUML00 ) as the changes&lt;/P&gt;&lt;P&gt;we made is showing business place in dynamic selection, but the output is&lt;/P&gt;&lt;P&gt;not affected by business place, means it is not fetching the values as&lt;/P&gt;&lt;P&gt;per business place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nitin Garg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Nov 2011 04:34:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-issue/m-p/8361282#M1641136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-12T04:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Selection Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-issue/m-p/8361283#M1641137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nitin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because if you see the code of program RFKUML00, it only fetching records related with table LFA1,LFB1 ad LFC1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest you to copy RFKUML00 into a Z program and then modified this as per your requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Nov 2011 07:57:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-issue/m-p/8361283#M1641137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-12T07:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Selection Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-issue/m-p/8361284#M1641138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to debug and analyze the code!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Reetesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Nov 2011 08:21:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-selection-issue/m-p/8361284#M1641138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-12T08:21:45Z</dc:date>
    </item>
  </channel>
</rss>

