<?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_CHARACT_CHANGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-charact-change/m-p/4555934#M1075587</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!!!&lt;/P&gt;&lt;P&gt;I'm trying to create a new value of characteristics with FM : 'BAPI_CHARACT_CHANGE' but the follow message are returned:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Characteristic length can only be increased"!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why? The characteristic already exist and i just update a new value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me plz? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Sep 2008 11:36:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-30T11:36:14Z</dc:date>
    <item>
      <title>BAPI_CHARACT_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-charact-change/m-p/4555934#M1075587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!!!&lt;/P&gt;&lt;P&gt;I'm trying to create a new value of characteristics with FM : 'BAPI_CHARACT_CHANGE' but the follow message are returned:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Characteristic length can only be increased"!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why? The characteristic already exist and i just update a new value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me plz? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 11:36:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-charact-change/m-p/4555934#M1075587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T11:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CHARACT_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-charact-change/m-p/4555935#M1075588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look in the transaction CT04. Try to modify the lenght Characterist. I think is not possible to change the lenght.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 12:10:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-charact-change/m-p/4555935#M1075588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T12:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CHARACT_CHANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-charact-change/m-p/4555936#M1075589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes is not...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i just want insert a new value into this characteristic...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm using this FM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       CALL FUNCTION 'BAPI_CHARACT_CHANGE'&lt;/P&gt;&lt;P&gt;         EXPORTING&lt;/P&gt;&lt;P&gt;           charactname           = w_distinct_atnam&lt;/P&gt;&lt;P&gt;         TABLES&lt;/P&gt;&lt;P&gt;           charactdetailnew      = it_charactdetail&lt;/P&gt;&lt;P&gt;           charactdescrnew       = it_charactdescr&lt;/P&gt;&lt;P&gt;           charactvaluesnumnew   = it_charactvaluesnum&lt;/P&gt;&lt;P&gt;           charactvaluescharnew  = it_charactvalueschar&lt;/P&gt;&lt;P&gt;           charactvaluesdescrnew = it_charactvaluesdescr&lt;/P&gt;&lt;P&gt;           return                = it_return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and all this values i get with FM  'BAPI_CHARACT_GETDETAIL'... just the it_charactvaluesnum will have one more value to insert....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i try the it_return send me the follow messages;&lt;/P&gt;&lt;P&gt;Internal error           &lt;/P&gt;&lt;P&gt;Start characteristics maintenance        &lt;/P&gt;&lt;P&gt;Start processing characteristic xxx&lt;/P&gt;&lt;P&gt;Processing characteristic  xxx&lt;/P&gt;&lt;P&gt;Characteristic length can only be increased...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 12:59:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-charact-change/m-p/4555936#M1075589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T12:59:06Z</dc:date>
    </item>
  </channel>
</rss>

