<?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: Regarding PP Module tables, join condition in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pp-module-tables-join-condition/m-p/3590555#M864496</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a very useful button in SE11. It's called 'Where used'. You can find the table names where the data types are used and stuff. You might also want to check the PP tables here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/sap/abap/tables_pp.htm" target="test_blank"&gt;http://www.erpgenie.com/sap/abap/tables_pp.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Mar 2008 21:47:35 GMT</pubDate>
    <dc:creator>Jelena_Perfiljeva</dc:creator>
    <dc:date>2008-03-21T21:47:35Z</dc:date>
    <item>
      <title>Regarding PP Module tables, join condition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pp-module-tables-join-condition/m-p/3590554#M864495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;my requirement is to join plaf &amp;amp; resb tables in PP modules so i need on condition to put on what fields either plnuf or rsnum.&lt;/P&gt;&lt;P&gt;another requirement is to join afko &amp;amp; resb tables in PP modules so i need on condition to put on what fields either aufnr or rsnum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i need the condition with proper reason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 12:18:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pp-module-tables-join-condition/m-p/3590554#M864495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T12:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding PP Module tables, join condition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pp-module-tables-join-condition/m-p/3590555#M864496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a very useful button in SE11. It's called 'Where used'. You can find the table names where the data types are used and stuff. You might also want to check the PP tables here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/sap/abap/tables_pp.htm" target="test_blank"&gt;http://www.erpgenie.com/sap/abap/tables_pp.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2008 21:47:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pp-module-tables-join-condition/m-p/3590555#M864496</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2008-03-21T21:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding PP Module tables, join condition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pp-module-tables-join-condition/m-p/3590556#M864497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is not my requirement, actually i want the on conditon on which fields should be given for the tables i mentioned earlier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Mar 2008 12:45:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pp-module-tables-join-condition/m-p/3590556#M864497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-22T12:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding PP Module tables, join condition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pp-module-tables-join-condition/m-p/3590557#M864498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi use this ...taking as the rsnum as key field...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables:afko,resb.&lt;/P&gt;&lt;P&gt;data: begin of it_AFKO occurs 0,&lt;/P&gt;&lt;P&gt;      RSNUM like afko-RSNUM,&lt;/P&gt;&lt;P&gt;      GLTRP like afko-GLTRP,&lt;/P&gt;&lt;P&gt;      GSTRP like afko-GSTRP,&lt;/P&gt;&lt;P&gt;      GAMNG like afko-GAMNG,&lt;/P&gt;&lt;P&gt;      PLNBEZ like afko-PLNBEZ,&lt;/P&gt;&lt;P&gt;      end of it_afko.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:begin of it_RESB occurs 0,&lt;/P&gt;&lt;P&gt;     RSNUM like resb-RSNUM,&lt;/P&gt;&lt;P&gt;     RSPOS like resb-RSPOS,&lt;/P&gt;&lt;P&gt;     RSART like resb-RSART,&lt;/P&gt;&lt;P&gt;     BDART like resb-BDART,&lt;/P&gt;&lt;P&gt;     end of it_resb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options: s_rsnum for afko-rsnum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select RSNUM&lt;/P&gt;&lt;P&gt;       GLTRP&lt;/P&gt;&lt;P&gt;       GSTRP&lt;/P&gt;&lt;P&gt;       GAMNG&lt;/P&gt;&lt;P&gt;       PLNBEZ&lt;/P&gt;&lt;P&gt;       from afko&lt;/P&gt;&lt;P&gt;       into table it_afko&lt;/P&gt;&lt;P&gt;       where rsnum in s_rsnum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not it_afko[] is initial.&lt;/P&gt;&lt;P&gt;select  RSNUM&lt;/P&gt;&lt;P&gt;        RSPOS&lt;/P&gt;&lt;P&gt;        RSART&lt;/P&gt;&lt;P&gt;        BDART&lt;/P&gt;&lt;P&gt;        from resb&lt;/P&gt;&lt;P&gt;        into table it_resb&lt;/P&gt;&lt;P&gt;        for all entries in it_afko&lt;/P&gt;&lt;P&gt;        where rsnum = it_afko-rsnum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Mar 2008 13:03:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-pp-module-tables-join-condition/m-p/3590557#M864498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-22T13:03:07Z</dc:date>
    </item>
  </channel>
</rss>

