<?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: WERKS &amp; BUKRS Link in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/werks-bukrs-link/m-p/964249#M68178</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;you've to analyze 3 tables : t001, t001k and t001w&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; a help could be to create a join like help-view H_T001W_BUKRS (SE11)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Sep 2005 11:23:58 GMT</pubDate>
    <dc:creator>andreas_mann3</dc:creator>
    <dc:date>2005-09-14T11:23:58Z</dc:date>
    <item>
      <title>WERKS &amp; BUKRS Link</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/werks-bukrs-link/m-p/964248#M68177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which table/ FM can i get the link bet. WERKS and BUKRS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;abhishek suppal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2005 10:51:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/werks-bukrs-link/m-p/964248#M68177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-14T10:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: WERKS &amp; BUKRS Link</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/werks-bukrs-link/m-p/964249#M68178</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;you've to analyze 3 tables : t001, t001k and t001w&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; a help could be to create a join like help-view H_T001W_BUKRS (SE11)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2005 11:23:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/werks-bukrs-link/m-p/964249#M68178</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-09-14T11:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: WERKS &amp; BUKRS Link</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/werks-bukrs-link/m-p/964250#M68179</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;T001W, T001K will be helpful for u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2005 12:58:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/werks-bukrs-link/m-p/964250#M68179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-14T12:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: WERKS &amp; BUKRS Link</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/werks-bukrs-link/m-p/964251#M68180</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;T001k is the correct one i guess.  awkey is the werks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2005 13:01:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/werks-bukrs-link/m-p/964251#M68180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-14T13:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: WERKS &amp; BUKRS Link</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/werks-bukrs-link/m-p/964252#M68181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;

report zrich_0002
       no standard page heading.



data: begin of itab occurs 0,
      bukrs type t001k-bukrs,
      bwkey type t001k-bwkey,
      werks type t001w-werks,
      end of itab.


select t001k~bukrs t001k~bwkey t001w~werks
      into corresponding fields of table itab
         from t001w
               inner join t001k
                   on t001k~bwkey = t001w~bwkey.


loop at itab.

  write:/ itab-bukrs, itab-bwkey, itab-werks.

endloop.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2005 13:07:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/werks-bukrs-link/m-p/964252#M68181</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-09-14T13:07:46Z</dc:date>
    </item>
  </channel>
</rss>

