<?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 Classification view for material through Standard Function in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-classification-view-for-material-through-standard-function/m-p/8022629#M1608944</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 have tried that function module. I have mentioned the code below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i_object = '000000151860630000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i_alloc_num-CHARACT = 'THICKNESS'.&lt;/P&gt;&lt;P&gt;i_alloc_num-VALUE_FROM = '5.70'.&lt;/P&gt;&lt;P&gt;append i_alloc_num.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i_alloc_char-charact = 'SHAPES'.&lt;/P&gt;&lt;P&gt;i_alloc_char-VALUE_CHAR = 'PLATE'.&lt;/P&gt;&lt;P&gt;append i_alloc_char.&lt;/P&gt;&lt;P&gt;clear  i_alloc_char.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i_alloc_char-charact = 'CATEGORY'.&lt;/P&gt;&lt;P&gt;i_alloc_char-VALUE_CHAR = 'CS'.&lt;/P&gt;&lt;P&gt;append i_alloc_char.&lt;/P&gt;&lt;P&gt;clear  i_alloc_char.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_OBJCL_CREATE'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    OBJECTKEYNEW            = i_object&lt;/P&gt;&lt;P&gt;    OBJECTTABLENEW          = 'MARA'&lt;/P&gt;&lt;P&gt;    CLASSNUMNEW             = 'RAWMATERIAL'&lt;/P&gt;&lt;P&gt;    CLASSTYPENEW            = '001'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  STATUS                  = '1'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  STANDARDCLASS           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CHANGENUMBER            =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  KEYDATE                 = SY-DATUM&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NO_DEFAULT_VALUES       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CLASSIF_STATUS          =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    ALLOCVALUESNUM          = i_alloc_num&lt;/P&gt;&lt;P&gt;    ALLOCVALUESCHAR         = i_alloc_char&lt;/P&gt;&lt;P&gt;    RETURN                  = i_ret.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    WAIT = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i am getting the error 'Assignment exists and is valid '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sengathir.J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Sep 2011 13:28:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-09-27T13:28:16Z</dc:date>
    <item>
      <title>Creating Classification view for material through Standard Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-classification-view-for-material-through-standard-function/m-p/8022627#M1608942</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 have created the material code through BAPI_MATERIAL_SAVEDATA. For quality inspection i have used BAPI_MATINSPCTRL_SAVEREPLICA. i have to create classification view for that material code. Can anyone suggest me which standard function helps me to create the classification view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Senjey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2011 12:53:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-classification-view-for-material-through-standard-function/m-p/8022627#M1608942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-01T12:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Classification view for material through Standard Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-classification-view-for-material-through-standard-function/m-p/8022628#M1608943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use BAPI_OBJCL_CREATE to create the Classification view, you will need a class and class type for this.&lt;/P&gt;&lt;P&gt;Search in Forums for its usage and you will find all needed stuff.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Diwakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2011 05:44:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-classification-view-for-material-through-standard-function/m-p/8022628#M1608943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-02T05:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Classification view for material through Standard Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-classification-view-for-material-through-standard-function/m-p/8022629#M1608944</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 have tried that function module. I have mentioned the code below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i_object = '000000151860630000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i_alloc_num-CHARACT = 'THICKNESS'.&lt;/P&gt;&lt;P&gt;i_alloc_num-VALUE_FROM = '5.70'.&lt;/P&gt;&lt;P&gt;append i_alloc_num.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i_alloc_char-charact = 'SHAPES'.&lt;/P&gt;&lt;P&gt;i_alloc_char-VALUE_CHAR = 'PLATE'.&lt;/P&gt;&lt;P&gt;append i_alloc_char.&lt;/P&gt;&lt;P&gt;clear  i_alloc_char.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i_alloc_char-charact = 'CATEGORY'.&lt;/P&gt;&lt;P&gt;i_alloc_char-VALUE_CHAR = 'CS'.&lt;/P&gt;&lt;P&gt;append i_alloc_char.&lt;/P&gt;&lt;P&gt;clear  i_alloc_char.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_OBJCL_CREATE'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    OBJECTKEYNEW            = i_object&lt;/P&gt;&lt;P&gt;    OBJECTTABLENEW          = 'MARA'&lt;/P&gt;&lt;P&gt;    CLASSNUMNEW             = 'RAWMATERIAL'&lt;/P&gt;&lt;P&gt;    CLASSTYPENEW            = '001'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  STATUS                  = '1'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  STANDARDCLASS           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CHANGENUMBER            =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  KEYDATE                 = SY-DATUM&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NO_DEFAULT_VALUES       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CLASSIF_STATUS          =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    ALLOCVALUESNUM          = i_alloc_num&lt;/P&gt;&lt;P&gt;    ALLOCVALUESCHAR         = i_alloc_char&lt;/P&gt;&lt;P&gt;    RETURN                  = i_ret.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    WAIT = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i am getting the error 'Assignment exists and is valid '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sengathir.J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2011 13:28:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-classification-view-for-material-through-standard-function/m-p/8022629#M1608944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-27T13:28:16Z</dc:date>
    </item>
  </channel>
</rss>

