<?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: Enhance BW Extractor -abap coding error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-bw-extractor-abap-coding-error/m-p/7419078#M1549050</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;it works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i had error for  ".:"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i also have need for transaction data cmod i am posting it in new thread please reply....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Oct 2010 18:47:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-14T18:47:34Z</dc:date>
    <item>
      <title>Enhance BW Extractor -abap coding error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-bw-extractor-abap-coding-error/m-p/7419070#M1549042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gurus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to enhance extractor 0customer_attr so that field from KNKK-GRUPP is pulled in along with 0customer_attr extraction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i enhance the extractor using append and type it in the data element, PROVIDED zzxyzno in the field name &lt;/P&gt;&lt;P&gt;Activated it and UNHIDE it.&lt;/P&gt;&lt;P&gt;now my abap code in CMOD in ZXRSAU01 for EXIT RS*01 DOESNT WORK...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i wrote below code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: L_S_INFOSTRU LIKE biw_kna1_s.&lt;/P&gt;&lt;P&gt;CASE I_DATASOURCE.&lt;/P&gt;&lt;P&gt;WHEN '0ustomer_attr'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: biw_kna1_s_data LIKE biw_kna1_s.&lt;/P&gt;&lt;P&gt;LOOP AT C_T_DATA INTO L_S_INFOSTRU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L_TABIX = SY-TABIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;biw_kna1_s_data-ZZXYZNO = KNKK-GRUPP&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it is still not pulling in values from extractor...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please correct my code ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 13:45:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-bw-extractor-abap-coding-error/m-p/7419070#M1549042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-14T13:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Enhance BW Extractor -abap coding error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-bw-extractor-abap-coding-error/m-p/7419071#M1549043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some code is missing&lt;/P&gt;&lt;P&gt;- where did you read the data from KNKK (where is the SELECT FROM KNKK)&lt;/P&gt;&lt;P&gt;- where did you udpate the internal table (where is the MODIFY, you could also use an ASSIGN)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 13:56:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-bw-extractor-abap-coding-error/m-p/7419071#M1549043</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-10-14T13:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Enhance BW Extractor -abap coding error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-bw-extractor-abap-coding-error/m-p/7419072#M1549044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THANKS Raymond&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am newbie and i am trying to learn ABAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please provide me missing code&lt;/P&gt;&lt;P&gt;i tried tos earch sdn but couldnt find the code that is required for me??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;appreciate ur help..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 14:01:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-bw-extractor-abap-coding-error/m-p/7419072#M1549044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-14T14:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Enhance BW Extractor -abap coding error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-bw-extractor-abap-coding-error/m-p/7419073#M1549045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;FIELD-SYMBOLS: &amp;lt;customer_attr&amp;gt; TYPE biw_kna1_s.

CASE i_datasource.
  WHEN '0CUSTOMER_ATTR'. " Upper case
    LOOP AT c_t_data ASSIGNING &amp;lt;customer_attr&amp;gt;.
      SELECT grupp INTO &amp;lt;customer_attr&amp;gt;-zzxyzno
        FROM knkk UP TO 1 ROWS
        WHERE kunnr = &amp;lt;customer_attr&amp;gt;-kunnr.
      ENDSELECT. " not whole primary key
    ENDLOOP.
ENDCASE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;If performance problems arise ("SELECT in a LOOP"), first fill an internal table with a FOR ALL ENTRIES IN c_t_data in a sorted internal table (kunnr and grupp field, key kunnr) , then in the LOOP use a READ TABLE. (mandatory if you use such exits on big extractions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 14:06:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-bw-extractor-abap-coding-error/m-p/7419073#M1549045</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-10-14T14:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Enhance BW Extractor -abap coding error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-bw-extractor-abap-coding-error/m-p/7419074#M1549046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do i have to type here  "&amp;lt;customer_attr&amp;gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should it be 0CUSTOMER_ATTR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or should it be zzxyzno or BIW_KNA1_S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or jsut copy paste the code as zzxyzno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 14:26:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-bw-extractor-abap-coding-error/m-p/7419074#M1549046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-14T14:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Enhance BW Extractor -abap coding error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-bw-extractor-abap-coding-error/m-p/7419075#M1549047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Type it exactly as i did, this is a [FIELD-SYMBOLS|http://help.sap.com/abapdocu_70/en/ABAPFIELD-SYMBOLS.htm] when used in a LOOP AT internal table ASSIGNING &amp;lt;fs&amp;gt; the field-symbol points to the actual line of the internal table, so no need to use any MODIFY statement to update the record. Those are also most useful when using dynamic structure only known at execution time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 14:33:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-bw-extractor-abap-coding-error/m-p/7419075#M1549047</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-10-14T14:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Enhance BW Extractor -abap coding error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-bw-extractor-abap-coding-error/m-p/7419076#M1549048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: L_S_INFOSTRU LIKE biw_kna1_s.&lt;/P&gt;&lt;P&gt;CASE I_DATASOURCE.&lt;/P&gt;&lt;P&gt;FIELD-SYMBOLS: &amp;lt;customer_attr&amp;gt; TYPE biw_kna1_s.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CASE i_datasource.&lt;/P&gt;&lt;P&gt;  WHEN '0CUSTOMER_ATTR'. " Upper case&lt;/P&gt;&lt;P&gt;    LOOP AT c_t_data ASSIGNING &amp;lt;customer_attr&amp;gt;.&lt;/P&gt;&lt;P&gt;      SELECT grupp INTO &amp;lt;customer_attr&amp;gt;-zzxyzno&lt;/P&gt;&lt;P&gt;        FROM knkk UP TO 1 ROWS&lt;/P&gt;&lt;P&gt;        WHERE kunnr = &amp;lt;customer_attr&amp;gt;-kunnr.&lt;/P&gt;&lt;P&gt;      ENDSELECT. " not whole primary key&lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It gives me error that KUNNR is unknown...&lt;/P&gt;&lt;P&gt;this is how the code is in cmod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Hem Bhatt on Oct 14, 2010 9:34 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 14:34:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-bw-extractor-abap-coding-error/m-p/7419076#M1549048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-14T14:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Enhance BW Extractor -abap coding error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-bw-extractor-abap-coding-error/m-p/7419077#M1549049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct exit is ZXRSAU02 "Master Data" (like 0CUSTOMER_ATTR) , ZXRSAU01 is for "Transaction Data" (like 0FI_AR_3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nevertheless, when  i add the sample to my include, there is no syntax error (kunnr exist in KNKK and biw_kna1_s, so your message is strange. Check for missing or extra ".", is there more code in your include, or any other include of the function group, try to perform a syntax check of the whole FM XRSA (Program SAPLXRSA)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 14:51:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-bw-extractor-abap-coding-error/m-p/7419077#M1549049</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-10-14T14:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Enhance BW Extractor -abap coding error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-bw-extractor-abap-coding-error/m-p/7419078#M1549050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;it works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i had error for  ".:"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i also have need for transaction data cmod i am posting it in new thread please reply....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 18:47:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enhance-bw-extractor-abap-coding-error/m-p/7419078#M1549050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-14T18:47:34Z</dc:date>
    </item>
  </channel>
</rss>

