<?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 - BAPI_INSPECTIONPLAN_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-inspectionplan-create/m-p/1979128#M400768</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;chk this thread:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1948084"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Feb 2007 13:46:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-21T13:46:46Z</dc:date>
    <item>
      <title>BAPI - BAPI_INSPECTIONPLAN_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-inspectionplan-create/m-p/1979125#M400765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;               This is the first time am using BAPI , could u suggest me what all the mandatory fields required for the bapi 'BAPI_INSPECTIONPLAN_CREATE'.&lt;/P&gt;&lt;P&gt;I am getting some error messages as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E BAPI             001&lt;/P&gt;&lt;P&gt;W CPCC_DT     009 The valid-from data has been set from today's date&lt;/P&gt;&lt;P&gt;W CPCC_DT     009 The valid-from data has been set from today's date&lt;/P&gt;&lt;P&gt;W CPCC_DT     009 The valid-from data has been set from today's date&lt;/P&gt;&lt;P&gt;A CP                404 Enter another operation number&lt;/P&gt;&lt;P&gt;W CPCC_DT     009 The valid-from data has been set from today's date&lt;/P&gt;&lt;P&gt;E CP               435 Reference operation set   not found&lt;/P&gt;&lt;P&gt;E CPCL           211 Consistency check not successful when creating a reference&lt;/P&gt;&lt;P&gt;S QP      249 Dynamic modification criteria are proposed according to task list usage 5&lt;/P&gt;&lt;P&gt;S QP      249 Dynamic modification criteria are proposed according to task list usage 5&lt;/P&gt;&lt;P&gt;A CFCL       004 The PRT can not be uniquely assigned to an operation&lt;/P&gt;&lt;P&gt;A CQCL       008 Inspection characteristic cannot be uniquely assigned to one operation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you send me the coding If you used diz BAPI ,.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashok...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 13:39:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-inspectionplan-create/m-p/1979125#M400765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T13:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI - BAPI_INSPECTIONPLAN_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-inspectionplan-create/m-p/1979126#M400766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;FU BAPI_INSPECTIONPLAN_CREATE

____________________________________________________

Short text

    Create Inspection Plan

Functionality

    You can use this function module to create inspection plans and all its
    subordinate objects.
    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.

Example

    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:

    o   TASK

    o   OPERATION

     o   INSPCHARACTERISTIC
         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.

 Notes

     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.

     All errors that have occured are logged in the export parameter RETURN.
     If there are inconsistencies, the inspection plan to be created is
     rejected.

 Parameter

     TESTRUN
     PROFILE
     GROUP
     GROUPCOUNTER
     TASK
     MATERIALTASKALLOCATION
     OPERATION
     REFERENCEOPERATION
     PRODUCTIONRESOURCE
     INSPCHARACTERISTIC
     TEXTALLOCATION
     TEXT
     RETURN

 Exceptions

 Function group

     CPCC_BUS1191&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 13:44:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-inspectionplan-create/m-p/1979126#M400766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T13:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI - BAPI_INSPECTIONPLAN_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-inspectionplan-create/m-p/1979127#M400767</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;Check out this thread ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2583693"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alfred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 13:44:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-inspectionplan-create/m-p/1979127#M400767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T13:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI - BAPI_INSPECTIONPLAN_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-inspectionplan-create/m-p/1979128#M400768</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;chk this thread:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1948084"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 13:46:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bapi-inspectionplan-create/m-p/1979128#M400768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-21T13:46:46Z</dc:date>
    </item>
  </channel>
</rss>

