<?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: Function Module or BAPI to Create/Change/Delete Service Contracts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-or-bapi-to-create-change-delete-service-contracts/m-p/9903093#M1792984</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nabheet,&lt;/P&gt;&lt;P&gt;No, BAPI_CONTRACT_CREATE cann't create service contract. It not only the type of contract which changes, there are multiple fields of Service Line Item which need to be passed to create a service contract, but these fields are not part of BAPI_CONTRACT_CREATE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Dec 2013 11:24:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-12-30T11:24:37Z</dc:date>
    <item>
      <title>Function Module or BAPI to Create/Change/Delete Service Contracts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-or-bapi-to-create-change-delete-service-contracts/m-p/9903089#M1792980</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 have to do a mass upload development to create/change/delete contracts. Same thing which we used to do from Transaction ME31k and ME32K. Here i have a excel file from which i have to pick data and create/change/delete contracts.&lt;/P&gt;&lt;P&gt;For normal contracts i have found BAPI(BAPI_CONTRACT_CREATE and BAPI_CONTRACT_CHANGE) to create/change/delete contracts. But i am facing problem if user want to create/change/delete service contract which contains Service Line Items. I have not found any usefull BAPI or FM to create/change/delete Service Contracts. I have try to use BDC recording but that too fails if screen changes based on Vendor or any other entry.&lt;/P&gt;&lt;P&gt;I have also tried BAPI_SERVICE_CREATE and ME_CREATE_DOCUMNET for Service Contract but couldn't find the fruitful result.&lt;/P&gt;&lt;P&gt;I need your expertise in this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance,&lt;/P&gt;&lt;P&gt;Prakhar Singh Chandel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 07:22:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-or-bapi-to-create-change-delete-service-contracts/m-p/9903089#M1792980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-30T07:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module or BAPI to Create/Change/Delete Service Contracts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-or-bapi-to-create-change-delete-service-contracts/m-p/9903090#M1792981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prakhar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please explain us the issue you face with BAPI_SERVICE_CREATE and ME_CREATE_DOCUMNET?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 07:25:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-or-bapi-to-create-change-delete-service-contracts/m-p/9903090#M1792981</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-12-30T07:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module or BAPI to Create/Change/Delete Service Contracts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-or-bapi-to-create-change-delete-service-contracts/m-p/9903091#M1792982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nabheet,&lt;/P&gt;&lt;P&gt;BAPi_SERVICE_CREATE is create service master records which is not for my use, i need to create service contract not service master record.&lt;/P&gt;&lt;P&gt;ME_CREATE_DOCUMENT is the FM which i found while debugging ME31K, though it create contracts, but for service contract it is not useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 07:36:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-or-bapi-to-create-change-delete-service-contracts/m-p/9903091#M1792982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-30T07:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module or BAPI to Create/Change/Delete Service Contracts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-or-bapi-to-create-change-delete-service-contracts/m-p/9903092#M1792983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prakhar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are creating both type of contract via ME31K right...? Its just type is different if yes then BAPI_CONTRACT_CREATE shall also work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or are you using some different tcode for the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 08:23:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-or-bapi-to-create-change-delete-service-contracts/m-p/9903092#M1792983</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-12-30T08:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module or BAPI to Create/Change/Delete Service Contracts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-or-bapi-to-create-change-delete-service-contracts/m-p/9903093#M1792984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nabheet,&lt;/P&gt;&lt;P&gt;No, BAPI_CONTRACT_CREATE cann't create service contract. It not only the type of contract which changes, there are multiple fields of Service Line Item which need to be passed to create a service contract, but these fields are not part of BAPI_CONTRACT_CREATE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Dec 2013 11:24:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-or-bapi-to-create-change-delete-service-contracts/m-p/9903093#M1792984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-30T11:24:37Z</dc:date>
    </item>
  </channel>
</rss>

