<?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: Maintain technical objects in customer contract in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintain-technical-objects-in-customer-contract/m-p/5986614#M1341708</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved with BDC...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Sep 2009 12:56:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-02T12:56:32Z</dc:date>
    <item>
      <title>Maintain technical objects in customer contract</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintain-technical-objects-in-customer-contract/m-p/5986609#M1341703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to develop a program, for changing the relation of functional locations to a customer contract item in background. Requirement is, to remove functional location from one item within the customer contract and insert it into another item (Cut and Paste). I don't want to use Call Transaction/BDC, because espacially removing seems to be pretty tough (determine line number of desired record within the table control).&lt;/P&gt;&lt;P&gt;BAPI_CUSTOMERCONTRACT_CHANGE does not provide this functionality. Is there any other function module or method for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help in advance,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 12:36:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintain-technical-objects-in-customer-contract/m-p/5986609#M1341703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T12:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Maintain technical objects in customer contract</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintain-technical-objects-in-customer-contract/m-p/5986610#M1341704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Peter, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;think there is no BAPI for that . There are only the function modules that are used in the dialog transactions - these are in the function group IWOL. E.G. the 'IWOL_WV_COPY_LIST_TO_WV' and so on. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 13:15:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintain-technical-objects-in-customer-contract/m-p/5986610#M1341704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T13:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Maintain technical objects in customer contract</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintain-technical-objects-in-customer-contract/m-p/5986611#M1341705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Wolfgang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks! I've checked function group IWOL. Due to the fact, that I don't want to copy the whole object list, I've used IWOL_WV_ADD_OBJECTS. Adding a new entry works fine, but I'm unable to delete a specific record from an object list. I want to move a functional location from item to another within the customer contract. IWOL_WV_DELETE_OBJECT_LIST will delete all entries for one item... Do you have any ideas on this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IWOL_WV_ADD_OBJECTS provides in TABLES parameter T_RIWOL1 a field NODELFLG, which description says, that this is for deleting, but this doesn't work. I allways get exception ENTRY_EXISTS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 16:48:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintain-technical-objects-in-customer-contract/m-p/5986611#M1341705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T16:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Maintain technical objects in customer contract</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintain-technical-objects-in-customer-contract/m-p/5986612#M1341706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Peter, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be that the IWOL_WV_POST_OBJECT_LIST would do. In the I_SER02 ( structure RSERXX ) it would be field DBKNZ = 'D'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 11:37:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintain-technical-objects-in-customer-contract/m-p/5986612#M1341706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T11:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Maintain technical objects in customer contract</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintain-technical-objects-in-customer-contract/m-p/5986613#M1341707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Wolfgang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I can't pass the functional location to this parameter. Field TPLNR is missing in s/n structure RSERXX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 12:06:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintain-technical-objects-in-customer-contract/m-p/5986613#M1341707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T12:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Maintain technical objects in customer contract</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintain-technical-objects-in-customer-contract/m-p/5986614#M1341708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved with BDC...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2009 12:56:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintain-technical-objects-in-customer-contract/m-p/5986614#M1341708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-02T12:56:32Z</dc:date>
    </item>
  </channel>
</rss>

