<?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: Material characterstic values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-characterstic-values/m-p/3294851#M788446</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 this sample code, if it helps. Also the BAPI is well documented. If you have any question regarding parameter, please have a look at the documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: begin of lt_valchar OCCURS 0.&lt;/P&gt;&lt;P&gt;include structure BAPI1003_ALLOC_VALUES_CHAR.&lt;/P&gt;&lt;P&gt;data: end of lt_valchar.&lt;/P&gt;&lt;P&gt;DATA: gt_return LIKE bapiret2 OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;p_matnr LIKE BAPI1003_KEY-OBJECT,&lt;/P&gt;&lt;P&gt;OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_OBJCL_GETDETAIL'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;objectkey = p_matnr&lt;/P&gt;&lt;P&gt;objecttable = 'MARA'&lt;/P&gt;&lt;P&gt;classnum = 'CL000099' " Give Class number&lt;/P&gt;&lt;P&gt;classtype = '001' " Give Class Type&lt;/P&gt;&lt;P&gt;keydate = sy-datum&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;allocvaluesnum = lt_valnum&lt;/P&gt;&lt;P&gt;allocvalueschar = lt_valchar&lt;/P&gt;&lt;P&gt;allocvaluescurr = lt_valcurr&lt;/P&gt;&lt;P&gt;return = gt_return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jan 2008 05:05:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-15T05:05:53Z</dc:date>
    <item>
      <title>Material characterstic values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-characterstic-values/m-p/3294850#M788445</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;When the material is created via MM01, depending upon the specific class, characterstic values, the material long text is updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is, is there any FM or BAPI which can give me the values of the class and characters which are in Buffer. I am using the user exit present for MM01 transaction to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help on how to retrive characterstic values which are in buffer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds,&lt;/P&gt;&lt;P&gt;Shahu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 03:23:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-characterstic-values/m-p/3294850#M788445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T03:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Material characterstic values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-characterstic-values/m-p/3294851#M788446</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 this sample code, if it helps. Also the BAPI is well documented. If you have any question regarding parameter, please have a look at the documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: begin of lt_valchar OCCURS 0.&lt;/P&gt;&lt;P&gt;include structure BAPI1003_ALLOC_VALUES_CHAR.&lt;/P&gt;&lt;P&gt;data: end of lt_valchar.&lt;/P&gt;&lt;P&gt;DATA: gt_return LIKE bapiret2 OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;p_matnr LIKE BAPI1003_KEY-OBJECT,&lt;/P&gt;&lt;P&gt;OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_OBJCL_GETDETAIL'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;objectkey = p_matnr&lt;/P&gt;&lt;P&gt;objecttable = 'MARA'&lt;/P&gt;&lt;P&gt;classnum = 'CL000099' " Give Class number&lt;/P&gt;&lt;P&gt;classtype = '001' " Give Class Type&lt;/P&gt;&lt;P&gt;keydate = sy-datum&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;allocvaluesnum = lt_valnum&lt;/P&gt;&lt;P&gt;allocvalueschar = lt_valchar&lt;/P&gt;&lt;P&gt;allocvaluescurr = lt_valcurr&lt;/P&gt;&lt;P&gt;return = gt_return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 05:05:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-characterstic-values/m-p/3294851#M788446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T05:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Material characterstic values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-characterstic-values/m-p/3294852#M788447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It was not possible to get the characterstic values immidiately in the user exit while material creation. Hence used event material creation to get the values and update the long text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2008 21:36:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-characterstic-values/m-p/3294852#M788447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-22T21:36:08Z</dc:date>
    </item>
  </channel>
</rss>

