<?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: Join Table PLPO PLWP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/join-table-plpo-plwp/m-p/2182464#M464337</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;in the table PLPO the field ZAEHL is not the same as in the table PLWP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometimes i have problems when some operations are deleted or the general task list has a change number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 May 2007 06:27:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-03T06:27:01Z</dc:date>
    <item>
      <title>Join Table PLPO PLWP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/join-table-plpo-plwp/m-p/2182461#M464334</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;i want to read the packets of an operation.&lt;/P&gt;&lt;P&gt;I use the following function moduls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Operations&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;CALL FUNCTION 'CI03_READ_PLPO'&lt;/P&gt;&lt;P&gt;           EXPORTING&lt;/P&gt;&lt;P&gt;                I_PLNTY               = anleitungen-plnty&lt;/P&gt;&lt;P&gt;                I_PLNNR               = anleitungen-plnnr&lt;/P&gt;&lt;P&gt;                I_PLNAL               = anleitungen-plnal&lt;/P&gt;&lt;P&gt;                I_DATE                = anleitungen-erdat&lt;/P&gt;&lt;P&gt;                I_ADD_WORK_PLACE      = 'X'&lt;/P&gt;&lt;P&gt;           IMPORTING&lt;/P&gt;&lt;P&gt;                E_PLAS_TAB            = PLAS_TAB&lt;/P&gt;&lt;P&gt;                E_PLPO_TAB            = PLPO_TAB&lt;/P&gt;&lt;P&gt;           EXCEPTIONS&lt;/P&gt;&lt;P&gt;                DATABASE_INCONSISTENT = 1&lt;/P&gt;&lt;P&gt;                WORK_PLACE_NOT_FOUND  = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Packets&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      CALL FUNCTION 'CI_03_PLWP_VALID_READ'&lt;/P&gt;&lt;P&gt;           EXPORTING&lt;/P&gt;&lt;P&gt;                PLNAL_IMP    = anleitungen-plnal&lt;/P&gt;&lt;P&gt;                PLNNR_IMP    = anleitungen-plnnr&lt;/P&gt;&lt;P&gt;                PLNTY_IMP    = anleitungen-plnty&lt;/P&gt;&lt;P&gt;                STTAG_IMP    = anleitungen-erdat&lt;/P&gt;&lt;P&gt;           TABLES&lt;/P&gt;&lt;P&gt;                PLWP_TAB_EXP = plwp_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i get the right packets to an operation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="5" type="ul"&gt;&lt;P&gt;this is wrong*********************&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;loop at plpo_tab into plpo_tab_wa where vornr = vorgaenge-vornr.&lt;/P&gt;&lt;P&gt;        loop at plwp_tab into plwp_tab_wa&lt;/P&gt;&lt;P&gt;            where plnty = plpo_tab_wa-plnty&lt;/P&gt;&lt;P&gt;            and plnnr = plpo_tab_wa-plnnr&lt;/P&gt;&lt;P&gt;            and plnkn = plpo_tab_wa-zaehl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          kriterien-aufnr = anleitungen-aufnr.&lt;/P&gt;&lt;P&gt;          kriterien-paket = plwp_tab_wa-paket.&lt;/P&gt;&lt;P&gt;          kriterien-strat = plwp_tab_wa-strat.&lt;/P&gt;&lt;P&gt;          kriterien-arbid = plpo_tab_wa-arbid.&lt;/P&gt;&lt;P&gt;          append kriterien.&lt;/P&gt;&lt;P&gt;        endloop.&lt;/P&gt;&lt;P&gt;      endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 13:35:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/join-table-plpo-plwp/m-p/2182461#M464334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T13:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Join Table PLPO PLWP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/join-table-plpo-plwp/m-p/2182462#M464335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Use all key fields&lt;/P&gt;&lt;P&gt;PLNTY&lt;/P&gt;&lt;P&gt;PLNNR&lt;/P&gt;&lt;P&gt;PLNKN&lt;/P&gt;&lt;P&gt;ZAEHL&lt;/P&gt;&lt;P&gt;for reading the records between PLPO and PLWP tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 13:40:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/join-table-plpo-plwp/m-p/2182462#M464335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T13:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Join Table PLPO PLWP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/join-table-plpo-plwp/m-p/2182463#M464336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;  Use as many key fields as possible in the where condition while perform joins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreeram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 13:44:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/join-table-plpo-plwp/m-p/2182463#M464336</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-05-02T13:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Join Table PLPO PLWP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/join-table-plpo-plwp/m-p/2182464#M464337</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;in the table PLPO the field ZAEHL is not the same as in the table PLWP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometimes i have problems when some operations are deleted or the general task list has a change number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 06:27:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/join-table-plpo-plwp/m-p/2182464#M464337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T06:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Join Table PLPO PLWP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/join-table-plpo-plwp/m-p/2182465#M464338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;#149;Use Parallel cursor technique should be used wherever possible instead of LOOP &amp;#133;.WHERE because the numbers of iterations are reduced thereby reducing the processing time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at table1.&lt;/P&gt;&lt;P&gt;loop at table2 where commonfield = table1-commonfield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table3 = table1-f1.&lt;/P&gt;&lt;P&gt;table3 = table1-f2.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;table3 = table2-f1.&lt;/P&gt;&lt;P&gt;so on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;think it ll solve ur problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 06:36:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/join-table-plpo-plwp/m-p/2182465#M464338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T06:36:45Z</dc:date>
    </item>
  </channel>
</rss>

