<?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: Creating Inspection plan using BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-inspection-plan-using-bapi/m-p/2552738#M581474</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 am using TASK, OPERATION, INSPCHARACTERISTIC tables in FM 'BAPI_INSPECTIONPLAN_CREATE' to create the Inspection plan from the control plan in C-Projects. The problem is Bapi is not creating Insp.characteristics with multiple entries. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BApi returns A CQCL 008 Inspection Charateristic cannot be uniquely assigned to one operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expecting reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jul 2007 04:54:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-11T04:54:19Z</dc:date>
    <item>
      <title>Creating Inspection plan using BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-inspection-plan-using-bapi/m-p/2552736#M581472</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 am using TASK, OPERATION, INSPCHARACTERISTIC tables in FM 'BAPI_INSPECTIONPLAN_CREATE' to create the Inspection plan from the control plan in C-Projects. The problem is Bapi is not creating Insp.characteristics with multiple entries. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BApi returns A CQCL 008 Inspection Charateristic cannot be uniquely assigned to one operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expecting reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 09:51:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-inspection-plan-using-bapi/m-p/2552736#M581472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T09:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Inspection plan using BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-inspection-plan-using-bapi/m-p/2552737#M581473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   you can check the BAPI_INSPECTIONPLAN_CREATE for the named purpose, the values you named are in the structure BAPI1191_CHA_C please read the BAPI documentation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Functionality&lt;/P&gt;&lt;P&gt;You can use this function module to create inspection plans and all its subordinate objects.&lt;/P&gt;&lt;P&gt;You can create a key date view and the complete history of an inspection plan. It is useful to have a history when transferring data from external systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;You want to create an inspection plan with operations and inspection characteristics for key date 01.01.2000. Make an entry in the following tables for each object:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TASK&lt;/P&gt;&lt;P&gt;OPERATION&lt;/P&gt;&lt;P&gt;INSPCHARACTERISTIC&lt;/P&gt;&lt;P&gt;If you want to assign test equipment to the inspection characteristic in field ITEM_NO_OF_PRODUCTION_RESOURCE, you must have assigned this test equipment in PARAMETER PRODUCTIONRESOURCE.&lt;/P&gt;&lt;P&gt;Notes&lt;/P&gt;&lt;P&gt;If no error occurs during the transfer of data, the export parameters GROUP and GROUPCOUNTER contain the key for the task list created. A COMMIT WORK must be executed for writing data to the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All errors that have occured are logged in the export parameter RETURN. If there are inconsistencies, the inspection plan to be created is rejected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 09:54:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-inspection-plan-using-bapi/m-p/2552737#M581473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T09:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Inspection plan using BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-inspection-plan-using-bapi/m-p/2552738#M581474</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 am using TASK, OPERATION, INSPCHARACTERISTIC tables in FM 'BAPI_INSPECTIONPLAN_CREATE' to create the Inspection plan from the control plan in C-Projects. The problem is Bapi is not creating Insp.characteristics with multiple entries. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BApi returns A CQCL 008 Inspection Charateristic cannot be uniquely assigned to one operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expecting reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 04:54:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-inspection-plan-using-bapi/m-p/2552738#M581474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T04:54:19Z</dc:date>
    </item>
  </channel>
</rss>

