<?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 while processing the BDC session for ME11 - create info records in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-processing-the-bdc-session-for-me11-create-info-records/m-p/5527431#M1262942</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;While the session is being executed if any values that are not pertaining to Unit of measure i.e such as any invalid measure units in that context,  the error is thrown. Check the data you are trying to upload and run the session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sharath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Apr 2009 06:55:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-15T06:55:52Z</dc:date>
    <item>
      <title>Error while processing the BDC session for ME11 - create info records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-processing-the-bdc-session-for-me11-create-info-records/m-p/5527430#M1262941</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 succesfully created a BDC recording(SHDB) for ME11 transaction. but when I am trying to process the session(SM35) with file having correct data, I an getting a warning message" &lt;STRONG&gt;Please check Unit of measure and conversion factor&lt;/STRONG&gt;" eventhogh correct values are being populated in the respective fields. Status of the run is shown as INCORRECT. &lt;/P&gt;&lt;P&gt;    Any pointers would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: I have tried putting an extra OK CODE with enter button, dint work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 03:10:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-processing-the-bdc-session-for-me11-create-info-records/m-p/5527430#M1262941</guid>
      <dc:creator>former_member655569</dc:creator>
      <dc:date>2009-04-15T03:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error while processing the BDC session for ME11 - create info records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-processing-the-bdc-session-for-me11-create-info-records/m-p/5527431#M1262942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;While the session is being executed if any values that are not pertaining to Unit of measure i.e such as any invalid measure units in that context,  the error is thrown. Check the data you are trying to upload and run the session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sharath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 06:55:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-processing-the-bdc-session-for-me11-create-info-records/m-p/5527431#M1262942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T06:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error while processing the BDC session for ME11 - create info records</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-processing-the-bdc-session-for-me11-create-info-records/m-p/5527432#M1262943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the unit of measure and convesion is automatically picked from material master.&lt;/P&gt;&lt;P&gt;Even just writ the if condition in BDC wher perform is triggered after the data is put into final internal table from excel file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;IF RECORD-MEINS_009 IS NOT INITIAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'EINA-MEINS'&lt;/P&gt;&lt;P&gt;                              record-MEINS_009.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;IF RECORD-UMREZ_010 IS NOT INITIAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'EINA-UMREZ'&lt;/P&gt;&lt;P&gt;                              record-UMREZ_010.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;IF RECORD-UMREN_011 IS NOT INITIAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'EINA-UMREN'&lt;/P&gt;&lt;P&gt;                              record-UMREN_011.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u give values in flat file it with execute subroutine ... else pick from material master.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thakns &lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2009 09:19:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-processing-the-bdc-session-for-me11-create-info-records/m-p/5527432#M1262943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-09T09:19:52Z</dc:date>
    </item>
  </channel>
</rss>

