<?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 strlen problem in my coding in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/strlen-problem-in-my-coding/m-p/4668764#M1098239</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the error "I am getting is strlen is un known ..it is neither in one of the table NOR delcared as data."  &lt;/P&gt;&lt;P&gt;I am using ECC 6.0.&lt;/P&gt;&lt;P&gt;  data : lv_length type i.&lt;/P&gt;&lt;P&gt; lv_length  =  strlen(p_wa_869_input_rec-upc_ean).&lt;/P&gt;&lt;P&gt;  IF lv_length &amp;lt; 12 .&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Send with preceeding '0's - conversion exit alpha output&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    CALL FUNCTION 'CONVERSION_EXIT_ALPZE_INPUT'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        input  = p_wa_869_input_rec-upc_ean&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        output = lv_0upc_ean.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;    p_wa_870_output_rec-upc_adidas          = lv_0upc_ean.&lt;/P&gt;&lt;P&gt;    CLEAR : lv_0upc_ean.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; ELSEIF lv_length &amp;gt; 12 .&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   p_wa_870_output_rec-upc_adidas      = p_wa_869_input_rec-upc_ean.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;THANKS IN adv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Oct 2008 21:03:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-14T21:03:28Z</dc:date>
    <item>
      <title>strlen problem in my coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/strlen-problem-in-my-coding/m-p/4668764#M1098239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the error "I am getting is strlen is un known ..it is neither in one of the table NOR delcared as data."  &lt;/P&gt;&lt;P&gt;I am using ECC 6.0.&lt;/P&gt;&lt;P&gt;  data : lv_length type i.&lt;/P&gt;&lt;P&gt; lv_length  =  strlen(p_wa_869_input_rec-upc_ean).&lt;/P&gt;&lt;P&gt;  IF lv_length &amp;lt; 12 .&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Send with preceeding '0's - conversion exit alpha output&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    CALL FUNCTION 'CONVERSION_EXIT_ALPZE_INPUT'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        input  = p_wa_869_input_rec-upc_ean&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        output = lv_0upc_ean.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;    p_wa_870_output_rec-upc_adidas          = lv_0upc_ean.&lt;/P&gt;&lt;P&gt;    CLEAR : lv_0upc_ean.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; ELSEIF lv_length &amp;gt; 12 .&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   p_wa_870_output_rec-upc_adidas      = p_wa_869_input_rec-upc_ean.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;THANKS IN adv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 21:03:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/strlen-problem-in-my-coding/m-p/4668764#M1098239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-14T21:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: strlen problem in my coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/strlen-problem-in-my-coding/m-p/4668765#M1098240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
lv_length = strlen( p_wa_869_input_rec-upc_ean ).
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 21:06:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/strlen-problem-in-my-coding/m-p/4668765#M1098240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-14T21:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: strlen problem in my coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/strlen-problem-in-my-coding/m-p/4668766#M1098241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to put a blank after a "(": &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lv_length = strlen( p_wa_869_input_rec-upc_ean ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2008 21:10:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/strlen-problem-in-my-coding/m-p/4668766#M1098241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-14T21:10:23Z</dc:date>
    </item>
  </channel>
</rss>

