<?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 Re: Code within Infoset in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-within-infoset/m-p/7739169#M1581653</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried that and was able to do it successfully.  However, I need to filter the data in ECC before bringing it into BW.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When creating the selection crit, and replicating the datasource in BW, it performing an external sort on BKPF when I execute the extractor.   This is hammering performance of the extractor.  Basis advised me to make the selection inside ECC then bring the filtered data into BW.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I populate the  Sel Crit  I created within the infoset? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Mar 2011 14:39:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-03-18T14:39:16Z</dc:date>
    <item>
      <title>Code within Infoset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-within-infoset/m-p/7739166#M1581650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not an ABAPPER but need help extracting data from an infoset I've built based on a logical datasource.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My infoset was created using 'BRM' logical database.  I'm pulling fields from BSEG and BKPF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to restrict the result set to a specific GL account range  (BSEG-HKONT) and Reference Transaction type (BKPF-AWTYP)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I do this?  I tried putting select statement in the "extra" section.  It doesn't appear to work.  In addition, I've created an ECC datasource which will be used to bring data into BW.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 18:00:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-within-infoset/m-p/7739166#M1581650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-17T18:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Code within Infoset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-within-infoset/m-p/7739167#M1581651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suggestions anyone?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 21:52:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-within-infoset/m-p/7739167#M1581651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-17T21:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Code within Infoset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-within-infoset/m-p/7739168#M1581652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tiffani:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Extras / Selections TAB / Create icon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put a name like BR_HKONT&lt;/P&gt;&lt;P&gt;Pick Selection criterion and OK,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write a description and then FORMAT FOR =  bseg-hkont &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same procedure for each field that you want to add.&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;Eguiluz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 00:12:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-within-infoset/m-p/7739168#M1581652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-18T00:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Code within Infoset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-within-infoset/m-p/7739169#M1581653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried that and was able to do it successfully.  However, I need to filter the data in ECC before bringing it into BW.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When creating the selection crit, and replicating the datasource in BW, it performing an external sort on BKPF when I execute the extractor.   This is hammering performance of the extractor.  Basis advised me to make the selection inside ECC then bring the filtered data into BW.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I populate the  Sel Crit  I created within the infoset? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 14:39:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-within-infoset/m-p/7739169#M1581653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-18T14:39:16Z</dc:date>
    </item>
  </channel>
</rss>

