<?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: Error converting field MATERIAL (When using CSAP_MAT_BOM_ITEM_SELECT) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-converting-field-material-when-using-csap-mat-bom-item-select/m-p/4973607#M1159031</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi....are the material number that u r passing exist in the database??can u give a sample material number that u pass?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Jan 2009 10:03:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-19T10:03:17Z</dc:date>
    <item>
      <title>Error converting field MATERIAL (When using CSAP_MAT_BOM_ITEM_SELECT)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-converting-field-material-when-using-csap-mat-bom-item-select/m-p/4973604#M1159028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I am using the function module CSAP_MAT_BOM_ITEM_SELECT the following error is happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exception       ERROR&lt;/P&gt;&lt;P&gt;Message ID:          29                         Message number:           851&lt;/P&gt;&lt;P&gt;Message:&lt;/P&gt;&lt;P&gt;Error converting field MATERIAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This error is happening in all the CSAP_MAT* Function Modules and this is where it is happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      PERFORM CONVERT_MATNR_TO_INTERN_FORMAT USING MATERIAL&lt;/P&gt;&lt;P&gt;                                            CHANGING MASTB-MATNR&lt;/P&gt;&lt;P&gt;                                                     HLP_SUBRC.&lt;/P&gt;&lt;P&gt;      IF HLP_SUBRC NE 0.&lt;/P&gt;&lt;P&gt;         FLG_ERROR = KREUZ.&lt;/P&gt;&lt;P&gt;         PERFORM APPL_LOG_WRITE_SINGLE_MESSAGE USING CHR_E MSGID_29&lt;/P&gt;&lt;P&gt;                                                     '851'&lt;/P&gt;&lt;P&gt;                                                     'MATERIAL'&lt;/P&gt;&lt;P&gt;                                                     ' ' ' ' ' '.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In TMCNV table we have LMATNR length as 8 and also in OMSL transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be great if any one can help me to get out of this error.&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;Subra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2009 09:05:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-converting-field-material-when-using-csap-mat-bom-item-select/m-p/4973604#M1159028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-19T09:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error converting field MATERIAL (When using CSAP_MAT_BOM_ITEM_SELECT)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-converting-field-material-when-using-csap-mat-bom-item-select/m-p/4973605#M1159029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i dunno.....which number u r passing to matnr...if it is of type problem...try with the following FMs to convert it to appropraite format before passing to the main FM...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_MATN1_RANGE_I&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_MATN1_RANGE_O&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_MATN1_INPUT&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_MATN1_OUTPUT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2009 09:15:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-converting-field-material-when-using-csap-mat-bom-item-select/m-p/4973605#M1159029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-19T09:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error converting field MATERIAL (When using CSAP_MAT_BOM_ITEM_SELECT)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-converting-field-material-when-using-csap-mat-bom-item-select/m-p/4973606#M1159030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Error is happening here. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form convert_matnr_to_intern_format&lt;/P&gt;&lt;P&gt;                             using value(i_matnr) like csap_mbom-matnr&lt;/P&gt;&lt;P&gt;                             changing o_matnr like csin-matnr&lt;/P&gt;&lt;P&gt;                                      value(subrc) like sy-subrc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will there be any backend settings for using these (CSAP_MAT_*)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2009 09:30:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-converting-field-material-when-using-csap-mat-bom-item-select/m-p/4973606#M1159030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-19T09:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error converting field MATERIAL (When using CSAP_MAT_BOM_ITEM_SELECT)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-converting-field-material-when-using-csap-mat-bom-item-select/m-p/4973607#M1159031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi....are the material number that u r passing exist in the database??can u give a sample material number that u pass?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jan 2009 10:03:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-converting-field-material-when-using-csap-mat-bom-item-select/m-p/4973607#M1159031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-19T10:03:17Z</dc:date>
    </item>
  </channel>
</rss>

