<?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 Extractor using  Function Module in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/generic-extractor-using-function-module/qaa-p/2340980#M1007263</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi GHR,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RSAX_BIW_GET_DATA_SIMPLE will be a good one for you to look into and have an idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jun 2007 14:17:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-22T14:17:28Z</dc:date>
    <item>
      <title>Generic Extractor using  Function Module</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-extractor-using-function-module/qaq-p/2340973</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 created 10 custom tables in ECC for FI/CO process. I need to create a generic extractor using function module. I found many posts to create a function module for single table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I use one function module to extract data from more than one table? All the tables have relationships. or do I need to create 10 different function modules?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards,&lt;/P&gt;&lt;P&gt;Hans.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 15:21:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-extractor-using-function-module/qaq-p/2340973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T15:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Extractor using  Function Module</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-extractor-using-function-module/qaa-p/2340974#M1007257</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;With one functional module you can pull data from all the 10 tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 15:28:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-extractor-using-function-module/qaa-p/2340974#M1007257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T15:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Extractor using  Function Module</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-extractor-using-function-module/qaa-p/2340975#M1007258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hans,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can build a single extract structure with all the required fields from those 10 different tables. In the function module you can fill in this extract structure by using select statements from 10 different tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other option would be to create a view on those 10 tables with all the possible relationships and create a generic extraction from view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Uday&lt;/P&gt;&lt;P&gt;Assign points for helpful answers and get one point for yourself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 15:29:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-extractor-using-function-module/qaa-p/2340975#M1007258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T15:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Extractor using  Function Module</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-extractor-using-function-module/qaa-p/2340976#M1007259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your prompt reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can create a structure using SE11 tcode in ECC where tables exist. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe that structure behaves like extract structure. Am I correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I gave you points already for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I may get back to you if I have any problems while creating function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hans.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 15:49:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-extractor-using-function-module/qaa-p/2340976#M1007259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T15:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Extractor using  Function Module</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-extractor-using-function-module/qaa-p/2340977#M1007260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can create a structure in SE11 &lt;/P&gt;&lt;P&gt;1. select data type, type in name of your structure &lt;/P&gt;&lt;P&gt;2. Choose Create button..&lt;/P&gt;&lt;P&gt;3. In the pop up box select the structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you need to specify this structure while creating a generic extractor using function module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 15:55:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-extractor-using-function-module/qaa-p/2340977#M1007260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T15:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Extractor using  Function Module</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-extractor-using-function-module/qaa-p/2340978#M1007261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am verymuch clear on what I have to do. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 16:02:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-extractor-using-function-module/qaa-p/2340978#M1007261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-18T16:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Extractor using  Function Module</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-extractor-using-function-module/qaa-p/2340979#M1007262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Uday,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please forward me any sample template of function module to extract the data from multiple tables. My email address is hanuma@eoktechnologies.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is very urgent. Can anybody send me the document please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Hans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 14:07:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-extractor-using-function-module/qaa-p/2340979#M1007262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T14:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Extractor using  Function Module</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-extractor-using-function-module/qaa-p/2340980#M1007263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi GHR,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RSAX_BIW_GET_DATA_SIMPLE will be a good one for you to look into and have an idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 14:17:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-extractor-using-function-module/qaa-p/2340980#M1007263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T14:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Extractor using  Function Module</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-extractor-using-function-module/qaa-p/2340981#M1007264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen RSAX_BIW_GET_DATA_SIMPLE and blogs on that but it pulls data from only SFLIGHT table. I need to pull data from multiple tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cursors are used in that function module. For example, Could you please advise how to write the code for SFIGHT, SBOOK and if one more table is there.&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, 22 Jun 2007 14:24:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-extractor-using-function-module/qaa-p/2340981#M1007264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T14:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Extractor using  Function Module</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-extractor-using-function-module/qaa-p/2340982#M1007265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi GHR,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create an internal table in your code with structure similar to your datasource.&lt;/P&gt;&lt;P&gt;Fill in the different fields from different tables and keep appending your records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once your build is complete you can copy the contents of the internal table to E_T_DATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 14:29:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-extractor-using-function-module/qaa-p/2340982#M1007265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T14:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Extractor using  Function Module</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-extractor-using-function-module/qaa-p/2340983#M1007266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Initialization mode (first call by SAPI) or data transfer mode&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;(following calls) ?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  IF i_initflag = sbiwa_c_flag_on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Initialization: check input parameters&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                buffer input parameters&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                prepare data selection&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Check DataSource validity&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    CASE i_dsource.&lt;/P&gt;&lt;P&gt;      WHEN 'ZDMS_TYP_CON'.&lt;/P&gt;&lt;P&gt;      WHEN OTHERS.&lt;/P&gt;&lt;P&gt;        IF 1 = 2. MESSAGE e009(r3). ENDIF.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;this is a typical log call. Please write every error message like&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        log_write 'E'                  "message type&lt;/P&gt;&lt;P&gt;                  'R3'                 "message class&lt;/P&gt;&lt;P&gt;                  '009'                "message number&lt;/P&gt;&lt;P&gt;                  i_dsource            "message variable 1&lt;/P&gt;&lt;P&gt;                  ' '.                 "message variable 2&lt;/P&gt;&lt;P&gt;        RAISE error_passed_to_mess_handler.&lt;/P&gt;&lt;P&gt;    ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    APPEND LINES OF i_t_select TO s_s_if-t_select.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Fill parameter buffer for data extraction calls&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    s_s_if-requnr  = i_requnr.&lt;/P&gt;&lt;P&gt;    s_s_if-dsource = i_dsource.&lt;/P&gt;&lt;P&gt;    s_s_if-maxsize = i_maxsize.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Fill field list table for an optimized select statement&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;(in case that there is no 1:1 relation between InfoSource fields&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;and database table fields this may be far from beeing trivial)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    APPEND LINES OF i_t_fields TO s_s_if-t_fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ELSE.                 "Initialization mode or data extraction ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Data transfer: First Call      OPEN CURSOR + FETCH&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;               Following Calls FETCH only&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;First data package -&amp;gt; OPEN CURSOR&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   IF s_counter_datapakid = 0.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Use table DRAW and read everything for document type(DOKAR) = &amp;#145;DIS&amp;#146;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    select dokar doknr dokvr doktl&lt;/P&gt;&lt;P&gt;      into table it_draw&lt;/P&gt;&lt;P&gt;      from DRAW&lt;/P&gt;&lt;P&gt;        where dokar = 'CON'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    sort it_draw by doknr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    clear it_zdmsstruct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    clear g_first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    if s_counter_datapakid = 0.&lt;/P&gt;&lt;P&gt;      g_first = 'X'.&lt;/P&gt;&lt;P&gt;      loop at it_draw INTO wa_draw.&lt;/P&gt;&lt;P&gt;        clear wa_zdmsstruct.&lt;/P&gt;&lt;P&gt;        wa_zdmsstruct-ZSAPKEY = wa_draw-doknr.&lt;/P&gt;&lt;P&gt;        wa_zdmsstruct-ZSAPDOCNO = wa_draw-DOKVR.&lt;/P&gt;&lt;P&gt;        CONCATENATE wa_draw-dokar wa_draw-doknr wa_draw-dokvr&lt;/P&gt;&lt;P&gt;                    wa_draw-doktl INTO wa_zdmsstruct-Z_SAP_DOKNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        select single dktxt_uc into wa_zdmsstruct-Z_CONSENT_NO&lt;/P&gt;&lt;P&gt;          from drat&lt;/P&gt;&lt;P&gt;          where dokar = 'CON'&lt;/P&gt;&lt;P&gt;            and doknr = wa_draW-doknr&lt;/P&gt;&lt;P&gt;              and dokvr = wa_draW-dokvr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        clear it_drad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        clear l_cuobj.&lt;/P&gt;&lt;P&gt;        select single cuobj from INOB&lt;/P&gt;&lt;P&gt;          into l_cuobj&lt;/P&gt;&lt;P&gt;            where objek = wa_zdmsstruct-Z_SAP_DOKNR&lt;/P&gt;&lt;P&gt;              and klart = '017'&lt;/P&gt;&lt;P&gt;                and obtab = 'DRAW'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;          select objek atinn atzhl atwrt atflv&lt;/P&gt;&lt;P&gt;           into table it_ausp&lt;/P&gt;&lt;P&gt;           from AUSP&lt;/P&gt;&lt;P&gt;             where objek = l_cuobj.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          sort it_ausp by atzhl ASCENDING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          select mandt dokar doknr dokvr doktl dokob obzae objky into&lt;/P&gt;&lt;P&gt;               table it_drad&lt;/P&gt;&lt;P&gt;               from DRAD&lt;/P&gt;&lt;P&gt;                 where dokar = 'CON'&lt;/P&gt;&lt;P&gt;                   and dokvr = wa_draw-DOKVR&lt;/P&gt;&lt;P&gt;                     and doktl = wa_draw-doktl&lt;/P&gt;&lt;P&gt;                       and doknr = wa_draw-doknr&lt;/P&gt;&lt;P&gt;                         and dokob = 'IFLOT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;            clear wa_zdmsstruct-Z_FUNCT_LOC_1.&lt;/P&gt;&lt;P&gt;            append wa_zdmsstruct to E_T_DATA.&lt;/P&gt;&lt;P&gt;          else.&lt;/P&gt;&lt;P&gt;            loop at it_drad INTO wa_drad.&lt;/P&gt;&lt;P&gt;              clear wa_zdmsstruct-Z_FUNCT_LOC_1.&lt;/P&gt;&lt;P&gt;              wa_zdmsstruct-Z_FUNCT_LOC_1 = wa_drad-objky.&lt;/P&gt;&lt;P&gt;              append wa_zdmsstruct to E_T_DATA.&lt;/P&gt;&lt;P&gt;            endloop.&lt;/P&gt;&lt;P&gt;          endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        endif.&lt;/P&gt;&lt;P&gt;      endloop.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    s_counter_datapakid = s_counter_datapakid + 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF g_first EQ 'X'.&lt;/P&gt;&lt;P&gt;      CLEAR g_first.&lt;/P&gt;&lt;P&gt;    ELSE.&lt;/P&gt;&lt;P&gt;      RAISE no_more_data.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDIF.              "Initialization mode or data extraction ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SORT E_T_DATA ASCENDING BY Z_CONSENT_NO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFUNCTION.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 14:32:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-extractor-using-function-module/qaa-p/2340983#M1007266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-22T14:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Extractor using  Function Module</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-extractor-using-function-module/qaa-p/2340984#M1007267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I could have resolved my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2008 15:15:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-extractor-using-function-module/qaa-p/2340984#M1007267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-31T15:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Extractor using  Function Module</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-extractor-using-function-module/qaa-p/2340985#M1007268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uday,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once we have uploaded data with init of delat, can we reinit how? What is Reinitlization, at what circumstances we will go for Reinit? Plz explain with Scenario's?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 06:03:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-extractor-using-function-module/qaa-p/2340985#M1007268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T06:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Extractor using  Function Module</title>
      <link>https://community.sap.com/t5/technology-q-a/generic-extractor-using-function-module/qaa-p/2340986#M1007269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. In my Cube i have some Junk Chars(invalid chars) how to remove it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.. I have a cube using since last 3 years i want to insert new infoobject what i have to do ? (is the cube must be empty to do this?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. can we Customize the infoobject plz expalin with scenario ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 06:06:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/generic-extractor-using-function-module/qaa-p/2340986#M1007269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T06:06:10Z</dc:date>
    </item>
  </channel>
</rss>

