<?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: Help for extractors in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaa-p/826025#M264665</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you run an init or a full, the FM MCEX_BW_LO_API take this infos from these elements:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE s_estruc.&lt;/P&gt;&lt;P&gt;(...)&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   extractstruc internal table setup table&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*--&amp;gt;Application '11' (Sales)&lt;/P&gt;&lt;P&gt;sel 'MC11VA0HDR' mc11va0hdr_tab  mc11va0hdrsetup.&lt;/P&gt;&lt;P&gt;(...)&lt;/P&gt;&lt;P&gt;CALL METHOD exit-&amp;gt;fill_data&lt;/P&gt;&lt;P&gt;          EXPORTING&lt;/P&gt;&lt;P&gt;            i_estruc            = s_estruc&lt;/P&gt;&lt;P&gt;            i_t_select          = s_t_select[]&lt;/P&gt;&lt;P&gt;            flt_val             = mcapp&lt;/P&gt;&lt;P&gt;            i_maximum_size      = s_maximum_size&lt;/P&gt;&lt;P&gt;            i_source            = i_isource&lt;/P&gt;&lt;P&gt;          IMPORTING&lt;/P&gt;&lt;P&gt;             e_t_data           = e_t_data[]&lt;/P&gt;&lt;P&gt;             e_flg_no_more_data = s_flg_no_more_data&lt;/P&gt;&lt;P&gt;          CHANGING&lt;/P&gt;&lt;P&gt;             c_cursor           = g_cursor&lt;/P&gt;&lt;P&gt;          EXCEPTIONS&lt;/P&gt;&lt;P&gt;             error_passed_to_mess_handler = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank to this method the records are taken from the setup table (init or full), that you are filled before by running your OLI7BW.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Oct 2004 13:08:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2004-10-07T13:08:08Z</dc:date>
    <item>
      <title>Help for extractors</title>
      <link>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaq-p/826012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I'm going crazy.&lt;/P&gt;&lt;P&gt;I've to find in which R/3 tables are data for dataSource 2LIS_11_VAHDR (extractor MCEX_BW_LO_API I think).&lt;/P&gt;&lt;P&gt;I'm using transaction rsa3 in debug mode and looking for SELECT statments or using SQL trace (st05), but I cant find data tables.&lt;/P&gt;&lt;P&gt;where i'm wrong?&lt;/P&gt;&lt;P&gt;Someone know where to find documentation for this DataSource or a better way to find my tables? &lt;/P&gt;&lt;P&gt;thanks to all&lt;/P&gt;&lt;P&gt;Michele&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2004 08:41:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaq-p/826012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-07T08:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help for extractors</title>
      <link>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaa-p/826013#M264653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michele,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your datasource is selecting the data MC11VA0HDRSETUP in case of a full or initial load, otherwise it takes the data out of the delta queue for the datasource. The table above is getting populated from vbak, vbpa vbuk when you are doing your initial setup for that datasource. Hope this helps and please don't forget to assign some points to the guys that help you.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siggi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2004 08:51:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaa-p/826013#M264653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-07T08:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help for extractors</title>
      <link>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaa-p/826014#M264654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michele,&lt;/P&gt;&lt;P&gt;in general, an helpful process of identification is the following:&lt;/P&gt;&lt;P&gt;1. run transaction SE16  and input the table ROOSOURCE&lt;/P&gt;&lt;P&gt;2. search for your OLTPSOURCE&lt;/P&gt;&lt;P&gt;3. find the field EXTRACTOR. The contents here is usually the name of a function module or table/view.&lt;/P&gt;&lt;P&gt;4. find the field EXMETHOD. This will determine the type of extractor. If it is a V then it is a view/table. If it is F1 or F2 it will be a function module.&lt;/P&gt;&lt;P&gt;5. find the field EXSTRUCT. This is populated by the function module to return the contents back to BW.&lt;/P&gt;&lt;P&gt;Try also this method:&lt;/P&gt;&lt;P&gt;SE37 -&amp;gt; RSA1_SINGLE_OLTPSOURCE_GET -&amp;gt; Input the OLTPSOURCEs and the function module will return all tables of information relating to the datasource !&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Bye,&lt;/P&gt;&lt;P&gt;Roberto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2004 09:00:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaa-p/826014#M264654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-07T09:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help for extractors</title>
      <link>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaa-p/826015#M264655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siggi, MC11VA0HDRSETUP is the extract structure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to know how you have discovered tables vbak, vbpa vbuk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably I'm in wrong way, what is best way to know if your R/3 has data you need for a load to run a Query in BW?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michele&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2004 09:31:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaa-p/826015#M264655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-07T09:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help for extractors</title>
      <link>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaa-p/826016#M264656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roberto, I've done as you said, I've a list of tables but I cant find my tables (eg. I cant find tables Siggi said above).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably I'm in wrong way, what is best way to know if my R/3 as data i need for a load to run a query in BW?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michele&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2004 09:36:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaa-p/826016#M264656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-07T09:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help for extractors</title>
      <link>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaa-p/826017#M264657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michele,&lt;/P&gt;&lt;P&gt;MC11VA0HDRSETUP is the setup table (cluster)...but you are not able to see nothing from it!&lt;/P&gt;&lt;P&gt;but you can run RSA3 to do your type of test...if you have been filled the setup table with a selection that, in theory, includes your required data...&lt;/P&gt;&lt;P&gt;try to check if your selection in RSA3 works well...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2004 09:38:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaa-p/826017#M264657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-07T09:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Help for extractors</title>
      <link>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaa-p/826018#M264658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michele,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the extract structure is MC11VA0HDR. The table is MC11VA0HDRSETUP. Check the data of the table with SE16. If it's empty run a setup from your logistics customizing cockpit for application 11. By the way, I know the tables for sales orders (vbak, vbpa, vbuk... for headers, vbap, vbpa, vbup for items ...) because I already did a lot of programming on R/3 side related to SD.&lt;/P&gt;&lt;P&gt;You can also figure out which tables the standard uses as a data basis by maintaining your extract structure. The tablename is given there as a structure name like MC&amp;lt;tablename&amp;gt;. So for vbak (sales order header) it is mcvbak.&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;Siggi&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;Siggi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2004 09:42:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaa-p/826018#M264658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-07T09:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help for extractors</title>
      <link>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaa-p/826019#M264659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siggi, if I call SE84 and open MC11VA0HDR I cant find MC&amp;lt;tablename&amp;gt; as you said, the only MC.. are MC11VA1HDR and MC11VA2HDR, where I'm wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2004 10:35:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaa-p/826019#M264659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-07T10:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help for extractors</title>
      <link>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaa-p/826020#M264660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michele,&lt;/P&gt;&lt;P&gt;go to se11 and in 'view' (this is a structure) and put your MC(table)...&lt;/P&gt;&lt;P&gt;if you're facing some particular problem let us know the details...&lt;/P&gt;&lt;P&gt;bye,&lt;/P&gt;&lt;P&gt;Roberto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2004 10:43:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaa-p/826020#M264660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-07T10:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help for extractors</title>
      <link>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaa-p/826021#M264661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roberto, I think I have no particular problem (Except I think i have no data in R/3 source tables), I only want to understand how to locate source tables from witch extractor load data.&lt;/P&gt;&lt;P&gt;If I open MC11VA0HDR with se11 as you said I cant find any link to source tables vbak, vbpa, vbuk, vbap, vbpa, vbup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time&lt;/P&gt;&lt;P&gt;Michele&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2004 12:27:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaa-p/826021#M264661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-07T12:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Help for extractors</title>
      <link>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaa-p/826022#M264662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michele,&lt;/P&gt;&lt;P&gt;we have to come back to clarify this issue...&lt;/P&gt;&lt;P&gt;now you are using a Logistic Cockpit Extractor (LBWE)...for this type of datasource there is no direct access to the application tables (like, in your situation, VBAK and so on), but there is the following mechanism: &lt;/P&gt;&lt;P&gt;- when you perform an init or a full, the function module MCEX_BW_LO_API (I suggest you to take a look to the code of this FM) selects the records from the setup tables (you filled from the different OLI*BW); now, the only link there is with your application tables is in the recompilation run (try to debug it and you will see the select statements against VBAK, VBAP...)&lt;/P&gt;&lt;P&gt;- when you perform a delta, the function module comes to the delta queues (you can see that from RSA7 or LBWQ); here there isn't any link with your application tables, cause, thanks to V3 method (with some difference among the serialized one, direct, queued...), the records are updated automatically in V2 state (with a sinchcronous and an asinchronous update directly from the transactions..that is VA01 or VA02..) and you have to schedule a job that make these records available in your queues (RSA7) with V3 completed...&lt;/P&gt;&lt;P&gt;So, if you have some difficult to find something, please refer to the above scenario and try to find the solution...&lt;/P&gt;&lt;P&gt;If you want some more detailed infos..&lt;/P&gt;&lt;P&gt;Bye,&lt;/P&gt;&lt;P&gt;Roberto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2004 12:44:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaa-p/826022#M264662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-07T12:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help for extractors</title>
      <link>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaa-p/826023#M264663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michele,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please go to transaction lbwe in your source system. Select application 11 and goto the maintenance of extract structure mc11va0hdr. In there you see two tables. On the left side you see the selected fields (basically the structure of mc11va0hdr), on the right side you see a lot more fields to be selected into your extract structure. And there, on the right side, you can see the fields with the name of a structure mcvbak-&amp;lt;fieldname&amp;gt;, mcvbuk-&amp;lt;fieldname&amp;gt;. The source of these fields is then table vbak and vbuk. But anyway, BW extracts the data not directly from these tables. BW goes to the already mentioned setup tables (full or initial load). These tables needs to be filled by a special program.&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;Siggi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2004 12:44:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaa-p/826023#M264663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-07T12:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help for extractors</title>
      <link>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaa-p/826024#M264664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roberto, I think I get it, can you please explain this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; selects the records from the&lt;/P&gt;&lt;P&gt;&amp;gt; setup tables &amp;lt;b&amp;gt;(you filled from the different OLI*BW);&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2004 13:01:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaa-p/826024#M264664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-07T13:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help for extractors</title>
      <link>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaa-p/826025#M264665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you run an init or a full, the FM MCEX_BW_LO_API take this infos from these elements:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE s_estruc.&lt;/P&gt;&lt;P&gt;(...)&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   extractstruc internal table setup table&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*--&amp;gt;Application '11' (Sales)&lt;/P&gt;&lt;P&gt;sel 'MC11VA0HDR' mc11va0hdr_tab  mc11va0hdrsetup.&lt;/P&gt;&lt;P&gt;(...)&lt;/P&gt;&lt;P&gt;CALL METHOD exit-&amp;gt;fill_data&lt;/P&gt;&lt;P&gt;          EXPORTING&lt;/P&gt;&lt;P&gt;            i_estruc            = s_estruc&lt;/P&gt;&lt;P&gt;            i_t_select          = s_t_select[]&lt;/P&gt;&lt;P&gt;            flt_val             = mcapp&lt;/P&gt;&lt;P&gt;            i_maximum_size      = s_maximum_size&lt;/P&gt;&lt;P&gt;            i_source            = i_isource&lt;/P&gt;&lt;P&gt;          IMPORTING&lt;/P&gt;&lt;P&gt;             e_t_data           = e_t_data[]&lt;/P&gt;&lt;P&gt;             e_flg_no_more_data = s_flg_no_more_data&lt;/P&gt;&lt;P&gt;          CHANGING&lt;/P&gt;&lt;P&gt;             c_cursor           = g_cursor&lt;/P&gt;&lt;P&gt;          EXCEPTIONS&lt;/P&gt;&lt;P&gt;             error_passed_to_mess_handler = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank to this method the records are taken from the setup table (init or full), that you are filled before by running your OLI7BW.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2004 13:08:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaa-p/826025#M264665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-07T13:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help for extractors</title>
      <link>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaa-p/826026#M264666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi can you please explain this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;that you are filled&lt;/P&gt;&lt;P&gt;&amp;gt; before by running your OLI7BW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michele&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2004 15:06:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaa-p/826026#M264666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-07T15:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help for extractors</title>
      <link>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaa-p/826027#M264667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michele,&lt;/P&gt;&lt;P&gt;the OLI7BW is the transaction that permit to run the recompilation job in order to fill your sales setup table; you can arreive there also following this path SBIW-&amp;gt;Business Information Warehouse-&amp;gt;Settings for Application-Specific DataSources-&amp;gt;Logistics-&amp;gt;Managing Extract Structures-&amp;gt;Initialization-&amp;gt;Filling the Setup Table-&amp;gt;Application-Specific Setup of Statistical Data-&amp;gt;Perform Setup SD Sales Orders.&lt;/P&gt;&lt;P&gt;Once you have ran this job (and once it's successful finished) you can find your setup table filled. Only at this moment you can perform a full or initial load (and the FM will take the records just from this table).&lt;/P&gt;&lt;P&gt;What isn't clear in this procedure ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2004 16:24:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaa-p/826027#M264667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-07T16:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help for extractors</title>
      <link>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaa-p/826028#M264668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;br&lt;/P&gt;&lt;P&gt;Michele&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Oct 2004 07:31:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/help-for-extractors/qaa-p/826028#M264668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-10-08T07:31:05Z</dc:date>
    </item>
  </channel>
</rss>

