<?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: Bapi function module to update PRPS table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-update-prps-table/m-p/3606040#M868607</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These ZZ fields are specific to your application, use the EXTENSION parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look in BAPI_PS_INITIALIZATION documentation, there is an explanation how-to fill specific fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;For the BAPIs used to create and change project definitions, WBS&lt;/EM&gt;        &lt;/P&gt;&lt;P&gt;&lt;EM&gt;elements, networks, activities, and activity elements, you can&lt;/EM&gt;          &lt;/P&gt;&lt;P&gt;&lt;EM&gt;automatically fill the fields of the tables PROJ, PRPS, AUFK, and AFVU&lt;/EM&gt;  &lt;/P&gt;&lt;P&gt;&lt;EM&gt;that have been defined for customer enhancements in the standard system.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;                                                                        &lt;/P&gt;&lt;P&gt;&lt;EM&gt;For this purpose, help structures that contain the respective key&lt;/EM&gt;       &lt;/P&gt;&lt;P&gt;&lt;EM&gt;fields, as well as the CI include of the table are supplied. The BAPIs&lt;/EM&gt;  &lt;/P&gt;&lt;P&gt;&lt;EM&gt;contain the parameter ExtensionIN in which the enhancement fields can be&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;entered and also provide BAdIs in which the entered values can be&lt;/EM&gt;       &lt;/P&gt;&lt;P&gt;&lt;EM&gt;checked and, if required, processed further.&lt;/EM&gt;                            &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;CI Include  Help Structure                      Key                   &lt;/P&gt;&lt;P&gt;CI_PRPS     BAPI_TE_WBS_ELEMENT                 WBS_ELEMENT &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;Procedure for Filling Standard Enhancements&lt;/EM&gt;                                                                                &lt;/P&gt;&lt;P&gt;&lt;EM&gt;Before you call the BAPI for each object that is to be created or&lt;/EM&gt;      &lt;/P&gt;&lt;P&gt;&lt;EM&gt;changed, for which you want to enter customer-specific table enhancemen&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;fields, add a data record to the container ExtensionIn:&lt;/EM&gt;                                                                                &lt;/P&gt;&lt;P&gt;&lt;EM&gt;o   STRUCTURE:    Name of the corresponding help structure&lt;/EM&gt;                                                                                &lt;/P&gt;&lt;P&gt;+o   VALUEPART1:   Key of the object + start of the data part+                                                                                &lt;/P&gt;&lt;P&gt;&lt;EM&gt;o   VALUEPART2-4: If required, the continuation of the data part&lt;/EM&gt;                                                                                &lt;/P&gt;&lt;P&gt;&lt;EM&gt;VALUPART1 to VALUPART4 are therefore filled consecutively, first with&lt;/EM&gt;  &lt;/P&gt;&lt;P&gt;&lt;EM&gt;the keys that identify the table rows and then with the values of the&lt;/EM&gt;  &lt;/P&gt;&lt;P&gt;&lt;EM&gt;customer-specific fields. By structuring the container in this way, it&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;is possible to transfer its content with one MOVE command to the&lt;/EM&gt;       &lt;/P&gt;&lt;P&gt;&lt;EM&gt;structure of the BAPI table extension.&lt;/EM&gt;                                                                                &lt;/P&gt;&lt;P&gt;&lt;EM&gt;Note that when objects are changed, all fields of the enhancements are&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;overwritten (as opposed to the standard fields, where only those fields&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;for which the respective update indicator is set are changed).&lt;/EM&gt;         &lt;/P&gt;&lt;P&gt;&lt;EM&gt;Therefore, even if you only want to change one field, all the fields&lt;/EM&gt;   &lt;/P&gt;&lt;P&gt;&lt;EM&gt;that you transfer in ExtensionIn must be filled.&lt;/EM&gt;                       &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to use these parameters in BAPI_BUS2054_GETDATA as well as in BAPI_BUS2054_CHANGE_MULTI.&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 Apr 2008 14:29:06 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2008-04-02T14:29:06Z</dc:date>
    <item>
      <title>Bapi function module to update PRPS table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-update-prps-table/m-p/3606036#M868603</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;Presently i have a requirement which needs to update some data from ZIOS table  into PRPS table. Can any one tell me what is the Bapi function module for updating data into PRPS table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR - REQUEST OR OFFER POINTS ARE FORBIDDEN&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Satish Raju&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Jan 12, 2010 11:46 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 12:00:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-update-prps-table/m-p/3606036#M868603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T12:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi function module to update PRPS table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-update-prps-table/m-p/3606037#M868604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI_BUS2054_CREATE_MULTI can create WBS elements&lt;/P&gt;&lt;P&gt;BAPI_BUS2054_CHANGE_MULTI can update WBS elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sequence of call&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;BAPI_PS_INITIALIZATION&lt;/P&gt;&lt;P&gt;BAPI_BUS2054_GETDATA &lt;/P&gt;&lt;P&gt;&amp;lt;Change the Data&amp;gt;&lt;/P&gt;&lt;P&gt;BAPI_BUS2054_CHANGE_MULTI&lt;/P&gt;&lt;P&gt;BAPI_PS_PRECOMMIT&lt;/P&gt;&lt;P&gt;BAPI_TRANSACTION_COMMIT&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Look at the documentation of function module BAPI_PS_INITIALIZATION for more details.&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 Apr 2008 12:08:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-update-prps-table/m-p/3606037#M868604</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-04-02T12:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi function module to update PRPS table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-update-prps-table/m-p/3606038#M868605</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;Thanks for the Bapis which has been sent. But I require to update more fields into PRPS table. The Bapi s which are sent are not having the fields like below.&lt;/P&gt;&lt;P&gt;ZIOS ZZENGTYPE  To PRPS ZZENGTYPE&lt;/P&gt;&lt;P&gt;ZIOS ZZPLATFORM To PRPS ZZPLATFORM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Satish Raju&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 14:22:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-update-prps-table/m-p/3606038#M868605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T14:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi function module to update PRPS table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-update-prps-table/m-p/3606039#M868606</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;ZIOS ZZENGTYPE To PRPS ZZENGTYPE&lt;/P&gt;&lt;P&gt;ZIOS ZZPLATFORM To PRPS ZZPLATFORM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are not standard fields there are Custom fields a standard BAPI cannot have custom fields, u need to enhance the structures of the BAPI's and probably even BAPI to meet your requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 14:25:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-update-prps-table/m-p/3606039#M868606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T14:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi function module to update PRPS table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-update-prps-table/m-p/3606040#M868607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These ZZ fields are specific to your application, use the EXTENSION parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look in BAPI_PS_INITIALIZATION documentation, there is an explanation how-to fill specific fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;For the BAPIs used to create and change project definitions, WBS&lt;/EM&gt;        &lt;/P&gt;&lt;P&gt;&lt;EM&gt;elements, networks, activities, and activity elements, you can&lt;/EM&gt;          &lt;/P&gt;&lt;P&gt;&lt;EM&gt;automatically fill the fields of the tables PROJ, PRPS, AUFK, and AFVU&lt;/EM&gt;  &lt;/P&gt;&lt;P&gt;&lt;EM&gt;that have been defined for customer enhancements in the standard system.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;                                                                        &lt;/P&gt;&lt;P&gt;&lt;EM&gt;For this purpose, help structures that contain the respective key&lt;/EM&gt;       &lt;/P&gt;&lt;P&gt;&lt;EM&gt;fields, as well as the CI include of the table are supplied. The BAPIs&lt;/EM&gt;  &lt;/P&gt;&lt;P&gt;&lt;EM&gt;contain the parameter ExtensionIN in which the enhancement fields can be&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;entered and also provide BAdIs in which the entered values can be&lt;/EM&gt;       &lt;/P&gt;&lt;P&gt;&lt;EM&gt;checked and, if required, processed further.&lt;/EM&gt;                            &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;CI Include  Help Structure                      Key                   &lt;/P&gt;&lt;P&gt;CI_PRPS     BAPI_TE_WBS_ELEMENT                 WBS_ELEMENT &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;EM&gt;Procedure for Filling Standard Enhancements&lt;/EM&gt;                                                                                &lt;/P&gt;&lt;P&gt;&lt;EM&gt;Before you call the BAPI for each object that is to be created or&lt;/EM&gt;      &lt;/P&gt;&lt;P&gt;&lt;EM&gt;changed, for which you want to enter customer-specific table enhancemen&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;fields, add a data record to the container ExtensionIn:&lt;/EM&gt;                                                                                &lt;/P&gt;&lt;P&gt;&lt;EM&gt;o   STRUCTURE:    Name of the corresponding help structure&lt;/EM&gt;                                                                                &lt;/P&gt;&lt;P&gt;+o   VALUEPART1:   Key of the object + start of the data part+                                                                                &lt;/P&gt;&lt;P&gt;&lt;EM&gt;o   VALUEPART2-4: If required, the continuation of the data part&lt;/EM&gt;                                                                                &lt;/P&gt;&lt;P&gt;&lt;EM&gt;VALUPART1 to VALUPART4 are therefore filled consecutively, first with&lt;/EM&gt;  &lt;/P&gt;&lt;P&gt;&lt;EM&gt;the keys that identify the table rows and then with the values of the&lt;/EM&gt;  &lt;/P&gt;&lt;P&gt;&lt;EM&gt;customer-specific fields. By structuring the container in this way, it&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;is possible to transfer its content with one MOVE command to the&lt;/EM&gt;       &lt;/P&gt;&lt;P&gt;&lt;EM&gt;structure of the BAPI table extension.&lt;/EM&gt;                                                                                &lt;/P&gt;&lt;P&gt;&lt;EM&gt;Note that when objects are changed, all fields of the enhancements are&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;overwritten (as opposed to the standard fields, where only those fields&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;for which the respective update indicator is set are changed).&lt;/EM&gt;         &lt;/P&gt;&lt;P&gt;&lt;EM&gt;Therefore, even if you only want to change one field, all the fields&lt;/EM&gt;   &lt;/P&gt;&lt;P&gt;&lt;EM&gt;that you transfer in ExtensionIn must be filled.&lt;/EM&gt;                       &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to use these parameters in BAPI_BUS2054_GETDATA as well as in BAPI_BUS2054_CHANGE_MULTI.&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 Apr 2008 14:29:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-update-prps-table/m-p/3606040#M868607</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-04-02T14:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi function module to update PRPS table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-update-prps-table/m-p/3606041#M868608</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;When I used this BAPI for change it is returing the following tow error messges&lt;/P&gt;&lt;P&gt;Object WBS Element TN1.IMNBRA.06129.K.013 could not be changed&lt;/P&gt;&lt;P&gt;WBS element TN1.IMNBRA.06129.K.013 does not exist&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think might be some problem in my coding part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please provide a piece of code in detail to change or update custom fields of WBS Element using BAPI &lt;/P&gt;&lt;P&gt;'BAPI_BUS2054_CHANGE_MULTI'.&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;Suresh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: suresh kumar on Jan 12, 2010 1:38 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2010 12:36:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-update-prps-table/m-p/3606041#M868608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-12T12:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Bapi function module to update PRPS table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-update-prps-table/m-p/3606042#M868609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 07:45:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-function-module-to-update-prps-table/m-p/3606042#M868609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-21T07:45:28Z</dc:date>
    </item>
  </channel>
</rss>

