<?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 to get Inspection plan details in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-inspection-plan-details/m-p/6358910#M1400163</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Smitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try the function module QEEA_FEATURES_READING. We need to pass group QALS-PLNTY and QALS-PRUEFLOS (inspection lot number) to this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Radhika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Nov 2009 12:02:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-23T12:02:03Z</dc:date>
    <item>
      <title>Function module to get Inspection plan details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-inspection-plan-details/m-p/6358907#M1400160</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;in C203 i will enter material and plant then i wil get group and group counter &lt;/P&gt;&lt;P&gt;when i select group counter i will get all recipe details ...&lt;/P&gt;&lt;P&gt;for some of the recipe operation we have Inspection plans i want that data...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to get this data? is there any function module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my input is material and plant&lt;/P&gt;&lt;P&gt;my output is group , group counter, recipe operation / activity number, inspection plans....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 11:13:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-inspection-plan-details/m-p/6358907#M1400160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-23T11:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to get Inspection plan details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-inspection-plan-details/m-p/6358908#M1400161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Smitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try  these BAPIs:&lt;/P&gt;&lt;P&gt;INSPECTIONPLAN_CHAR_DISPLAY.&lt;/P&gt;&lt;P&gt;INSPECTIONPLAN_DISPLAY.&lt;/P&gt;&lt;P&gt;You can do one thing.GOTO SE 37,in that in th FM tab type inspection with * like &lt;STRONG&gt;INSPECTION&lt;/STRONG&gt; and press F4..you will get the FMs or BAPis related to that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also refer the below link:&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="8178985"&gt;&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 11:29:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-inspection-plan-details/m-p/6358908#M1400161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-23T11:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to get Inspection plan details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-inspection-plan-details/m-p/6358909#M1400162</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 with Function module BAPI_INSPOPER_GETDETAIL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Srilaxmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 11:29:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-inspection-plan-details/m-p/6358909#M1400162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-23T11:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to get Inspection plan details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-inspection-plan-details/m-p/6358910#M1400163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Smitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try the function module QEEA_FEATURES_READING. We need to pass group QALS-PLNTY and QALS-PRUEFLOS (inspection lot number) to this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Radhika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 12:02:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-inspection-plan-details/m-p/6358910#M1400163</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-23T12:02:03Z</dc:date>
    </item>
  </channel>
</rss>

