<?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 BAPI_MATERIAL_GET_PRODUCTHIER truncates text fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-get-producthier-truncates-text-fields/m-p/1467729#M220142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have confirmed with SAP that the BAPI_MATERIAL_GET_PRODUCTHIER bapi truncates the values for the text fields NODE_TEXT and TEXT used in the NODE_LIST structure.  It is supposed to be 40 in length but they have placed the text fields that are defined as 20 in length in the structure.  They also said there is no other bapi that would give the right size fields to me.  Does anyone know of a FM that would give me the same thing?  I need everything that is returned in the BAPI.  I am thinking about copying the bapi to a FM and making modifications the the newly created FM to get it to work for me.  Any help would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Aug 2006 17:56:52 GMT</pubDate>
    <dc:creator>paul_pendleton</dc:creator>
    <dc:date>2006-08-02T17:56:52Z</dc:date>
    <item>
      <title>BAPI_MATERIAL_GET_PRODUCTHIER truncates text fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-get-producthier-truncates-text-fields/m-p/1467729#M220142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have confirmed with SAP that the BAPI_MATERIAL_GET_PRODUCTHIER bapi truncates the values for the text fields NODE_TEXT and TEXT used in the NODE_LIST structure.  It is supposed to be 40 in length but they have placed the text fields that are defined as 20 in length in the structure.  They also said there is no other bapi that would give the right size fields to me.  Does anyone know of a FM that would give me the same thing?  I need everything that is returned in the BAPI.  I am thinking about copying the bapi to a FM and making modifications the the newly created FM to get it to work for me.  Any help would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 17:56:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-get-producthier-truncates-text-fields/m-p/1467729#M220142</guid>
      <dc:creator>paul_pendleton</dc:creator>
      <dc:date>2006-08-02T17:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_GET_PRODUCTHIER truncates text fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-get-producthier-truncates-text-fields/m-p/1467730#M220143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would now need to create a custom object.  You can create a FM or a custom ZBAPI.  I would suggest cloning the BAPI_ into a ZBAPI_&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 19:41:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-get-producthier-truncates-text-fields/m-p/1467730#M220143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T19:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_GET_PRODUCTHIER truncates text fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-get-producthier-truncates-text-fields/m-p/1467731#M220144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking for a rfc function module or any function module? Take a look at RV_PRODUKTHIERARCHIE* function modules and see if they suit your purpose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 19:49:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-get-producthier-truncates-text-fields/m-p/1467731#M220144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T19:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_GET_PRODUCTHIER truncates text fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-get-producthier-truncates-text-fields/m-p/1467732#M220145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks John.  This is what I ended up doing.  Though I was trying to get out of doing anything.  I happen to think SAP should have fixed the code that is wrong or at the very least supplied a new BAPI or new version of the BAPI that is correct.  I have copied the bapi and made some changes to an include file that was copied and it works now.  Thanks for your input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 16:09:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-get-producthier-truncates-text-fields/m-p/1467732#M220145</guid>
      <dc:creator>paul_pendleton</dc:creator>
      <dc:date>2006-08-03T16:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_GET_PRODUCTHIER truncates text fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-get-producthier-truncates-text-fields/m-p/1467733#M220146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Srinivas,  These are some good FM.  I had already copied the BAPI when you sent this.  It looks like there is one that does return the text correctly.  Not sure if there were other fields that the bapi sent back and the FM did not.  I quit looking at it once the copied BAPI was working.  Thanks for your response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 16:12:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-get-producthier-truncates-text-fields/m-p/1467733#M220146</guid>
      <dc:creator>paul_pendleton</dc:creator>
      <dc:date>2006-08-03T16:12:26Z</dc:date>
    </item>
  </channel>
</rss>

