<?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 Select Characteristics of Batch Class ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-select-characteristics-of-batch-class/m-p/5355689#M1233037</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Taiwo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

Call Function 'CLAF_CLASSIFICATION_OF_OBJECTS                  
 EXPORTING                                    
  CLASS                       = 'CL_MATL_ENDITEM'     "Batch class                                                        
  CLASSTEXT                =                                     "Optional                                                  
  CLASSTYPE              =        001                         "Default
   FEATURES               =          X                        "Default
   OBJECT                    =        L3-00147-02C      "Material Number
  OBJECTTABLE           =          MCH1                                       
 Tables                         
  T_CLASS                         =   "Output class
  T_OBJECTDATA               =    "Batch characteristic                            
  I_SEL_CHARACTERISTIC     = "Optional
  T_NO_AUTH_CHARACT        = "Optional         
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhduas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Apr 2009 13:37:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-03T13:37:06Z</dc:date>
    <item>
      <title>Function Module to Select Characteristics of Batch Class ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-select-characteristics-of-batch-class/m-p/5355686#M1233034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please advise the function module that can be used to select the characteristics of a batch class?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried QMSP_MATERIAL_BATCH_CLASS_READ but it does not appear to work for class type = '023'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2009 12:50:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-select-characteristics-of-batch-class/m-p/5355686#M1233034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-03T12:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to Select Characteristics of Batch Class ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-select-characteristics-of-batch-class/m-p/5355687#M1233035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI_BATCH_GET_DETAIL Batch Detailed Information&lt;/P&gt;&lt;P&gt;Donno whether this helps or not.,.&lt;/P&gt;&lt;P&gt;Jusc check this too&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=24440766&amp;amp;messageID=7291527" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=24440766&amp;amp;messageID=7291527&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Harini Krishna on Apr 3, 2009 3:02 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2009 12:57:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-select-characteristics-of-batch-class/m-p/5355687#M1233035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-03T12:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to Select Characteristics of Batch Class ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-select-characteristics-of-batch-class/m-p/5355688#M1233036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Taiwo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;'
Call Function 'CLAF_CLASSIFICATION_OF_OBJECTS                  
  Import parameters               Value                                      
  CLASS                                                                      
  CLASSTEXT                                                                  
  CLASSTYPE                     023                                        
  CLINT                                0000000000                                 
  FEATURES                        X                                          
  LANGUAGE                        EN                                         
  OBJECT                              L3-00147-02C      R600100296               
  OBJECTTABLE                     MCH1                                       
  KEY_DATE                                                                   
  INITIAL_CHARACT                 X                                          
  NO_VALUE_DESCRIPT                                                          
  CHANGE_SERVICE_CLF                                                         
  INHERITED_CHAR                                                             
  CHANGE_NUMBER                                                                                
Tables                          Value                                                                                
T_CLASS                            0 Entries                               
  T_OBJECTDATA                       0 Entries                               
  I_SEL_CHARACTERISTIC               0 Entries                               
  T_NO_AUTH_CHARACT                  0 Entries                                                                                
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this fm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2009 13:30:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-select-characteristics-of-batch-class/m-p/5355688#M1233036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-03T13:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to Select Characteristics of Batch Class ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-select-characteristics-of-batch-class/m-p/5355689#M1233037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Taiwo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

Call Function 'CLAF_CLASSIFICATION_OF_OBJECTS                  
 EXPORTING                                    
  CLASS                       = 'CL_MATL_ENDITEM'     "Batch class                                                        
  CLASSTEXT                =                                     "Optional                                                  
  CLASSTYPE              =        001                         "Default
   FEATURES               =          X                        "Default
   OBJECT                    =        L3-00147-02C      "Material Number
  OBJECTTABLE           =          MCH1                                       
 Tables                         
  T_CLASS                         =   "Output class
  T_OBJECTDATA               =    "Batch characteristic                            
  I_SEL_CHARACTERISTIC     = "Optional
  T_NO_AUTH_CHARACT        = "Optional         
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhduas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2009 13:37:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-select-characteristics-of-batch-class/m-p/5355689#M1233037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-03T13:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Function Module to Select Characteristics of Batch Class ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-select-characteristics-of-batch-class/m-p/5355690#M1233038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to pass the following values to the function inorder to get the batch characteristics&lt;/P&gt;&lt;P&gt;000000000000000015 Materuial No&lt;/P&gt;&lt;P&gt;BATCH0001  Batch&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLASSTYPE                       023&lt;/P&gt;&lt;P&gt;OBJECT                          000000000000000015BATCH0001&lt;/P&gt;&lt;P&gt;OBJECTTABLE                     MCH1&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;Tai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 14:00:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-select-characteristics-of-batch-class/m-p/5355690#M1233038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-06T14:00:00Z</dc:date>
    </item>
  </channel>
</rss>

