<?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: Using bapi_projectdef_update with CI_PROJ fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-projectdef-update-with-ci-proj-fields/m-p/6360900#M1400418</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post the solution plese? I am having the same problem. I can't update ci_proj fields. thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Aug 2010 16:37:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-13T16:37:48Z</dc:date>
    <item>
      <title>Using bapi_projectdef_update with CI_PROJ fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-projectdef-update-with-ci-proj-fields/m-p/6360896#M1400414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone know how to use bapi_projectdef_update to update fields added to PROJ through CI_PROJ ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2009 15:18:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-projectdef-update-with-ci-proj-fields/m-p/6360896#M1400414</guid>
      <dc:creator>mike_mcinerney</dc:creator>
      <dc:date>2009-12-10T15:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using bapi_projectdef_update with CI_PROJ fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-projectdef-update-with-ci-proj-fields/m-p/6360897#M1400415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Micheal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Easy way for updating for the fields which were added through CI_PROJ is through enhancment.&lt;/P&gt;&lt;P&gt;Below is the process:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) First create a project in CMOD and attach the enhancement CNEX0006 to the project.&lt;/P&gt;&lt;P&gt;2) Go to se11 and in the PROJ table u will find ci_proj include , in this add the required custom fields. &lt;/P&gt;&lt;P&gt;3) Go to se51 give SAPLXCN1 in the program name with screen number 0600 , create the subscreen and in the layout choose &lt;/P&gt;&lt;P&gt;     Dictionary./Program fields and drag and drop in the screen . &lt;/P&gt;&lt;P&gt;4)  If u want to write any logic before the screen is displayed do it in PBO. &lt;/P&gt;&lt;P&gt;5) Now in the function exit EXIT_SAPLCJWB_002 , go in the INCLUDE ZXCN1U11 and write this logic&lt;/P&gt;&lt;P&gt;    move-corresponding sap_proj_imp to proj. &lt;/P&gt;&lt;P&gt;6) Now in the function exit EXIT_SAPLCJWB_003 , go in the INCLUDE ZXCN1U12. and write this logic&lt;/P&gt;&lt;P&gt;    move-corresponding proj to cnci_proj_exp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activate the project .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2009 15:29:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-projectdef-update-with-ci-proj-fields/m-p/6360897#M1400415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-10T15:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using bapi_projectdef_update with CI_PROJ fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-projectdef-update-with-ci-proj-fields/m-p/6360898#M1400416</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, but we already have that in place (but that was a great explanation of how to add fields to the project master). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question concerns the &lt;STRONG&gt;bapi&lt;/STRONG&gt; to update the project. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a web dynpro for abap app that we want to update the project master.  There is a bapi that we can call to update the project fields from the web dynpro ( take a look in se37 at bapi_projectdef_update ) . Unfortunately, the bapi's parameters do not include fields for the ci_proj fields - just the basic fields.  I am looking for the &lt;STRONG&gt;right&lt;/STRONG&gt; way to make the bapi know about the ci_proj fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2009 16:41:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-projectdef-update-with-ci-proj-fields/m-p/6360898#M1400416</guid>
      <dc:creator>mike_mcinerney</dc:creator>
      <dc:date>2009-12-10T16:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using bapi_projectdef_update with CI_PROJ fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-projectdef-update-with-ci-proj-fields/m-p/6360899#M1400417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;closed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Mar 2010 20:01:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-projectdef-update-with-ci-proj-fields/m-p/6360899#M1400417</guid>
      <dc:creator>mike_mcinerney</dc:creator>
      <dc:date>2010-03-08T20:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Using bapi_projectdef_update with CI_PROJ fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-projectdef-update-with-ci-proj-fields/m-p/6360900#M1400418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post the solution plese? I am having the same problem. I can't update ci_proj fields. thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 16:37:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-projectdef-update-with-ci-proj-fields/m-p/6360900#M1400418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-13T16:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Using bapi_projectdef_update with CI_PROJ fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-projectdef-update-with-ci-proj-fields/m-p/6360901#M1400419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing the same problem you had some time ago. Would you be willing to share how you solved this issue? I am totally out of ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any input&lt;/P&gt;&lt;P&gt;Harry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 21:19:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-bapi-projectdef-update-with-ci-proj-fields/m-p/6360901#M1400419</guid>
      <dc:creator>HFumey</dc:creator>
      <dc:date>2013-03-07T21:19:52Z</dc:date>
    </item>
  </channel>
</rss>

