<?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: extracting data from different tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/extracting-data-from-different-tables/m-p/5336589#M1229542</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure what is your exact requirement is, but in LFA1 there is one field ADRNR, fetch this field from LFA1 depending on the LIFNR, then go to ADRC and Put that ADRNR and fetch NATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kuntal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Mar 2009 21:53:10 GMT</pubDate>
    <dc:creator>former_member376453</dc:creator>
    <dc:date>2009-03-05T21:53:10Z</dc:date>
    <item>
      <title>extracting data from different tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extracting-data-from-different-tables/m-p/5336588#M1229541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;can some one help me to extract the data from:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NATION field from ADRC table + Company code (BURKS) field from LFA1.&lt;/P&gt;&lt;P&gt;I am using SQVI (query), but not succeeded. Please help me.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;NIlesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2009 21:26:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extracting-data-from-different-tables/m-p/5336588#M1229541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-05T21:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: extracting data from different tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extracting-data-from-different-tables/m-p/5336589#M1229542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure what is your exact requirement is, but in LFA1 there is one field ADRNR, fetch this field from LFA1 depending on the LIFNR, then go to ADRC and Put that ADRNR and fetch NATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kuntal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2009 21:53:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extracting-data-from-different-tables/m-p/5336589#M1229542</guid>
      <dc:creator>former_member376453</dc:creator>
      <dc:date>2009-03-05T21:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: extracting data from different tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extracting-data-from-different-tables/m-p/5336590#M1229543</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;select the record from lfa1 into wa with resect to BUKRS&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;select BUKRS
          ADRNR
  from lfa1
into wa
where BUKRS = 'XYZ'.

endselect.

"based on the ADRNR you got in wa. use that in ADRC table with SQVI query&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2009 23:13:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extracting-data-from-different-tables/m-p/5336590#M1229543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-05T23:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: extracting data from different tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extracting-data-from-different-tables/m-p/5336591#M1229544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dude,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First fetch the data from the tables LFA1 and TZONE using the below condition..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LFA1-LIFNR   = TZONE-LAND1&lt;/P&gt;&lt;P&gt;LFA1-LZONE = TZONE-ZONE1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then TZONE table and ADRC table link..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TZONE-LAND1 =  COUNTRY&lt;/P&gt;&lt;P&gt;TZONE-ZONE1 = TRANSPZONE..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check with this link..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2009 02:32:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extracting-data-from-different-tables/m-p/5336591#M1229544</guid>
      <dc:creator>former_member632729</dc:creator>
      <dc:date>2009-03-06T02:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: extracting data from different tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extracting-data-from-different-tables/m-p/5336592#M1229545</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;see this sample code based on the name u have to get i think..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE * FROM lfa1 INTO i_lfa1 WHERE lifnr = i_ekko-lifnr.&lt;/P&gt;&lt;P&gt;      IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;        *SELECT SINGLE * FROM adrc INTO i_adrc WHERE name1 = i_lfa1-name1.* &lt;/P&gt;&lt;P&gt;       IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;          i_zzep_pohdr_s-ven_name = i_lfa1-name1.       "5&lt;/P&gt;&lt;P&gt;          i_zzep_pohdr_s-ven_addy1 = i_adrc-street.      "6&lt;/P&gt;&lt;P&gt;          i_zzep_pohdr_s-ven_strt2 = i_adrc-str_suppl1. "7&lt;/P&gt;&lt;P&gt;          i_zzep_pohdr_s-ven_strt3 = i_adrc-str_suppl2. "8&lt;/P&gt;&lt;P&gt;          i_zzep_pohdr_s-ven_strt4 = i_adrc-str_suppl3. "9&lt;/P&gt;&lt;P&gt;          i_zzep_pohdr_s-ven_strt5 = i_adrc-location.  "10&lt;/P&gt;&lt;P&gt;          i_zzep_pohdr_s-ven_tel_no = i_adrc-tel_number.   "11&lt;/P&gt;&lt;P&gt;          i_zzep_pohdr_s-ven_tel_ext = i_adrc-tel_extens. "12&lt;/P&gt;&lt;P&gt;          i_zzep_pohdr_s-ven_fax_no = i_adrc-fax_number.  "13&lt;/P&gt;&lt;P&gt;          i_zzep_pohdr_s-nation = i_adrc-nation.  "14          &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        ENDIF.&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;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2009 03:33:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extracting-data-from-different-tables/m-p/5336592#M1229545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-06T03:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: extracting data from different tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extracting-data-from-different-tables/m-p/5336593#M1229546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,&lt;/P&gt;&lt;P&gt;I got it..............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks alot.............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2009 17:55:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extracting-data-from-different-tables/m-p/5336593#M1229546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-06T17:55:56Z</dc:date>
    </item>
  </channel>
</rss>

