<?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: update PRPS table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-prps-table/m-p/10764083#M1877159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only 2 fields right then its better to write the code to update 2 fields for the given wbs element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sree&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Dec 2014 07:15:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-12-02T07:15:32Z</dc:date>
    <item>
      <title>update PRPS table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-prps-table/m-p/10764082#M1877158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PRPS table we added some Zfields, (like : ZMSNO and ZMDATE) ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now my question is i want to update these two fields for a given WBS Number,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do i achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(which is the best way to update can i directly update by writing code or do i need to use BAPI)....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 07:06:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-prps-table/m-p/10764082#M1877158</guid>
      <dc:creator>former_member185116</dc:creator>
      <dc:date>2014-12-02T07:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: update PRPS table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-prps-table/m-p/10764083#M1877159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only 2 fields right then its better to write the code to update 2 fields for the given wbs element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sree&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 07:15:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-prps-table/m-p/10764083#M1877159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-12-02T07:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: update PRPS table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-prps-table/m-p/10764084#M1877160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vinay, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is always better to use Standard BAPI's to update if you have more entries. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_BUS2054_CHANGE_MULTI can be used to update WBS elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use extensionin structure of BAPI to update Z fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 07:59:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-prps-table/m-p/10764084#M1877160</guid>
      <dc:creator>former_member191761</dc:creator>
      <dc:date>2014-12-02T07:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: update PRPS table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-prps-table/m-p/10764085#M1877161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For updating the Z fields added in the PRPS table using CI include CI_PRPS, you will have to implement the exit CNEX0007. Using this exit, it is possible to display this field in the customer tab against each WBS elements in CJ20N transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This exit contains 2 function module exits EXIT_SAPLCJWB_004 and EXIT_SAPLCJWB_005. The first exit is for PBO and the second is for PAI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the first exit, the first statement should be as follows:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New', Courier, monospace; font-size: 14px;"&gt;MOVE-CORRESPONDING sap_prps_imp TO prps. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the second exit, the final statement has to be as follows:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New', Courier, monospace; font-size: 14px;"&gt;MOVE-CORRESPONDING prps TO cnci_prps_exp.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New', Courier, monospace; font-size: 14px;"&gt;Before this statement, please ensure that you had passed the required values to the Z fields.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New', Courier, monospace; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New', Courier, monospace; font-size: 14px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Courier New', Courier, monospace; font-size: 14px;"&gt;Abijith&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 08:17:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-prps-table/m-p/10764085#M1877161</guid>
      <dc:creator>former_member196651</dc:creator>
      <dc:date>2014-12-02T08:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: update PRPS table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-prps-table/m-p/10764086#M1877162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;screen input/display -&amp;gt; Use enhancement CNEX0007 (SMOD to display documentation, CMOD to implement display of fields of CI_PRPS)&lt;/LI&gt;&lt;LI&gt;BAPI -&amp;gt; Use ExtensionIn (and Out to read data) enhancement of BAPI. Read documentation of parameter and FM for a BAPI as BAPI_BUS2054_CHANGE_MULTI, use structure BAPI_TE_WBS_ELEMENT to map data). Also note that you must call in sequence&lt;UL&gt;&lt;LI&gt;BAPI_PS_INITIALIZATION&lt;/LI&gt;&lt;LI&gt;BAPI_BUS2054_CHANGE_MULTI&lt;/LI&gt;&lt;LI&gt;BAPI_PS_PRECOMMIT&lt;/LI&gt;&lt;LI&gt;BAPI_TRANSACTION_COMMIT&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;For initial loading, use the BAPI or a BDC on the transaction CJ02 (not CJ20N).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NB: Fields should have been named ZZMSNO and ZZMDATE to respect &lt;A href="http://service.sap.com/sap/support/notes/16466" title="16466  - Customer name range for SAP objects"&gt;&lt;SPAN class="title"&gt;16466 - Customer name range for SAP objects&lt;/SPAN&gt;&lt;/A&gt;.&lt;/EM&gt;&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>Tue, 02 Dec 2014 08:39:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-prps-table/m-p/10764086#M1877162</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2014-12-02T08:39:53Z</dc:date>
    </item>
  </channel>
</rss>

