<?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: BAPI_CHARACT_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-charact-create/m-p/9453530#M1741716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best way to find out is to do a where used list on this BAPI. I have done a where used list and many standard programs are using this BAPI. Maybe you can check these programs and use the BAPI the same way. Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Apr 2013 12:42:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-04-26T12:42:42Z</dc:date>
    <item>
      <title>BAPI_CHARACT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-charact-create/m-p/9453529#M1741715</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 am using this Bapi for characteristics creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but inside this,&amp;nbsp; there is flag at the beginning of the perform create_characteristic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;if &lt;SPAN class="L0S52"&gt;not &lt;/SPAN&gt;gf_new_processing &lt;SPAN class="L0S52"&gt;is &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;initial&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is always false in my case and i dont know where it is getting populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a result,&amp;nbsp; structure are not getting populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 08:43:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-charact-create/m-p/9453529#M1741715</guid>
      <dc:creator>sunsapblr</dc:creator>
      <dc:date>2013-04-26T08:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CHARACT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-charact-create/m-p/9453530#M1741716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best way to find out is to do a where used list on this BAPI. I have done a where used list and many standard programs are using this BAPI. Maybe you can check these programs and use the BAPI the same way. Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 12:42:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-charact-create/m-p/9453530#M1741716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-26T12:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CHARACT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-charact-create/m-p/9453531#M1741717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It appears that&amp;nbsp; gf_new_processing&amp;nbsp; is always INITIAL.&amp;nbsp; It is set in the data definition statement.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I think this was the way that SAP is diverting the logic to the CAMA function module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you debug, does the execution reach the statement: "CALL FUNCTION 'CAMA_CHARACT_MAINTAIN'"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 13:03:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-charact-create/m-p/9453531#M1741717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-26T13:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CHARACT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-charact-create/m-p/9453532#M1741718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to debug more, although this variable is initial and it will not run the first perform then still there is a lot code after starting in selected area....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/209788" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 13:53:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-charact-create/m-p/9453532#M1741718</guid>
      <dc:creator>LukaszPegiel</dc:creator>
      <dc:date>2013-04-26T13:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_CHARACT_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-charact-create/m-p/9453533#M1741719</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;Thanks for the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to execute this.&amp;nbsp; The problem was with attribute length.&amp;nbsp; I had given more than 30 which is not suitable for this.&amp;nbsp; Also, we should not give same descriptions value for more than one attribute value id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 08:55:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-charact-create/m-p/9453533#M1741719</guid>
      <dc:creator>sunsapblr</dc:creator>
      <dc:date>2013-05-01T08:55:01Z</dc:date>
    </item>
  </channel>
</rss>

