<?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: inspection plan creation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inspection-plan-creation/m-p/5388116#M1238658</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you pass on your call to the BAPI BAPI_INSPECTIONPLAN_CREATE or the code snippets. I also have the same requirement want to understand the values passed to the BAPI structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;stck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jun 2009 10:19:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-08T10:19:32Z</dc:date>
    <item>
      <title>inspection plan creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inspection-plan-creation/m-p/5388112#M1238654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am creating inspection plan using bapi 'BAPI_INSPECTIONPLAN_CREATE' . it is creating but the issue is in table 'INSPCHARACTERISTIC' there is a field 'SEL_SET1' which is getting populated automatically in transaction and i want that value to be replaced by the one i am passing in table &lt;/P&gt;&lt;P&gt;'INSPCHARACTERISTIC' but it is not happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is thers any specific way to get it done through this bapi or is there any exit or badi to perform this task?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointer will be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 14:11:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inspection-plan-creation/m-p/5388112#M1238654</guid>
      <dc:creator>Vijay</dc:creator>
      <dc:date>2009-03-20T14:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: inspection plan creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inspection-plan-creation/m-p/5388113#M1238655</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;What is that field on QP03 transaction which has to take value from SEL_SET1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 14:27:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inspection-plan-creation/m-p/5388113#M1238655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-20T14:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: inspection plan creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inspection-plan-creation/m-p/5388114#M1238656</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;field is 'Assigned Code Group or Selected Set' and you can find it in inspection characteristics.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 14:32:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inspection-plan-creation/m-p/5388114#M1238656</guid>
      <dc:creator>Vijay</dc:creator>
      <dc:date>2009-03-20T14:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: inspection plan creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inspection-plan-creation/m-p/5388115#M1238657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I have seen that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can enter a value for this field only if it is &lt;STRONG&gt;Qualitative&lt;/STRONG&gt; characteristic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So while populating Qualitative or quantitative indicator values for &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF INSPCHARACTERISTIC-QUANTITATIVE_IND = 'X'
INSPCHARACTERISTIC-SEL_SET1 = 'Your value'
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's Quantitative Do not even pass any value for this field. Not even space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In debuggin you can check the INSPCHARACTERISTIC-SEL-SET1 value. It will have the value you passed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I worked on it I remember that there are a whole lot of indicators which are specific to Quantitative or Qualitative. You will have to split the code for them to pass the values separately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: All the above can happen only if the SEL_SET1 is not defaulted to have a value in configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2009 15:03:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inspection-plan-creation/m-p/5388115#M1238657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-20T15:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: inspection plan creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inspection-plan-creation/m-p/5388116#M1238658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you pass on your call to the BAPI BAPI_INSPECTIONPLAN_CREATE or the code snippets. I also have the same requirement want to understand the values passed to the BAPI structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;stck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2009 10:19:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inspection-plan-creation/m-p/5388116#M1238658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-08T10:19:32Z</dc:date>
    </item>
  </channel>
</rss>

