<?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>Question Re: Generic DS in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/generic-ds/qaa-p/1352557#M586602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can not use  the function module rsax_biw_get_data_simple for the generic data source created by you .&lt;/P&gt;&lt;P&gt;instead u can use copy it to ur own custom defined FM and  change the Code accordingly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as an example see my code but U have to define the extract structure in se11  also when creating FM U have to include few type pools in ur top include in ur function group that for used in ur FM importing and exporting parameter list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and U have to specify the FM name and extract structure name when U have created the data source&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If U need some sample code mail me ur mail id I will send U&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps U&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 May 2006 06:31:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-24T06:31:41Z</dc:date>
    <item>
      <title>Generic DS</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-ds/qaq-p/1352553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI All,&lt;/P&gt;&lt;P&gt;I need to create a new cube, FI/ CO related.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.	I need to create Generic Extractor via view  But we can&amp;#146;t create a view using Cluster tables. &lt;/P&gt;&lt;P&gt;2.	We have to write an Abap Query or Function module and defined in RSO2. How to do this? and      &lt;/P&gt;&lt;P&gt; How to create Extract structure &amp;amp; Data source in that case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone give an idea? documentation  on this?&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 05:11:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-ds/qaq-p/1352553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-24T05:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Generic DS</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-ds/qaa-p/1352554#M586599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sri,&lt;/P&gt;&lt;P&gt;you can create structure/view/table with SE11.&lt;/P&gt;&lt;P&gt;then create function module with SE37.&lt;/P&gt;&lt;P&gt;use 'RSAX_BIW_GET_DATA_SIMPLE' as sample,&lt;/P&gt;&lt;P&gt;take a look Siggi's weblog&lt;/P&gt;&lt;P&gt;/people/siegfried.szameitat/blog/2005/09/29/generic-extraction-via-function-module&lt;/P&gt;&lt;P&gt;and attach the extract structure to datasource with RSO2.&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 05:19:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-ds/qaa-p/1352554#M586599</guid>
      <dc:creator>edwin_harpino</dc:creator>
      <dc:date>2006-05-24T05:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Generic DS</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-ds/qaa-p/1352555#M586600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To extract Data from Cluster Table U need to create A Data source  using FM in RSO2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can create Extract structure from SE11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can see the blog  Generic Extraction via Function Module&lt;/P&gt;&lt;P&gt;/people/siegfried.szameitat/blog/2005/09/29/generic-extraction-via-function-module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this is a sample FM 'RSAX_BIW_GET_DATA_SIMPLE' &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;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 05:23:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-ds/qaa-p/1352555#M586600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-24T05:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Generic DS</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-ds/qaa-p/1352556#M586601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi A.H.P/Ajay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to you both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: If I get another similar (Generic-FM-RSO2) Development, We can use same function rsax_biw_get_data_simple and apply code for that development?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide some sample code, to get an idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 06:14:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-ds/qaa-p/1352556#M586601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-24T06:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Generic DS</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-ds/qaa-p/1352557#M586602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can not use  the function module rsax_biw_get_data_simple for the generic data source created by you .&lt;/P&gt;&lt;P&gt;instead u can use copy it to ur own custom defined FM and  change the Code accordingly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as an example see my code but U have to define the extract structure in se11  also when creating FM U have to include few type pools in ur top include in ur function group that for used in ur FM importing and exporting parameter list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and U have to specify the FM name and extract structure name when U have created the data source&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If U need some sample code mail me ur mail id I will send U&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps U&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 06:31:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-ds/qaa-p/1352557#M586602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-24T06:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Generic DS</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-ds/qaa-p/1352558#M586603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to you for your help.&lt;/P&gt;&lt;P&gt;So, goto SE37 --&amp;gt; ZFM --&amp;gt; paste code of RSAX_BIW_GET_DATA_SIMPLE in ZFM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Mail id is: lk.narayana@tcs.com &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 08:58:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-ds/qaa-p/1352558#M586603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-24T08:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Generic DS</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-ds/qaa-p/1352559#M586604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sri,&lt;/P&gt;&lt;P&gt;Please refer the previous posts also . Iam attaching a link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1467337"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That will be useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 05:03:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-ds/qaa-p/1352559#M586604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T05:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Generic DS</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-ds/qaa-p/1352560#M586605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sri,&lt;/P&gt;&lt;P&gt;One More thing I for got to tell U if U need to get the delta data for Ur generic data source plse use this function module as templete 'RSVD_BW_GET_DELTA_DATA'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 05:08:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-ds/qaa-p/1352560#M586605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T05:08:46Z</dc:date>
    </item>
  </channel>
</rss>

