<?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: Comman Control Statements in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/comman-control-statements/m-p/2243579#M483973</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what u mean by "SY-FDPOS contains the offset of the first character of &amp;lt;f1&amp;gt; that does not also occur in &amp;lt;f2&amp;gt;". what actually Offset means?&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 May 2007 05:52:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-21T05:52:39Z</dc:date>
    <item>
      <title>Comman Control Statements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comman-control-statements/m-p/2243577#M483971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI! Friends,&lt;/P&gt;&lt;P&gt;I hop u guys learn CO, CN, CA, NA....... comparing statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If 'ABCD' CN 'ABC'.&lt;/P&gt;&lt;P&gt;write:/ sy-fdpos.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the condition is true and according to that sy-fdpos contains 1st char(V1) in V2. where V1=ABCD and V2=ABC.&lt;/P&gt;&lt;P&gt;Why the value of sy-fdpos comes to 3? Explain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 May 2007 13:36:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comman-control-statements/m-p/2243577#M483971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-20T13:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Comman Control Statements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comman-control-statements/m-p/2243578#M483972</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;The logical expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;f1&amp;gt; CN &amp;lt;f2&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is true if &amp;lt;f1&amp;gt; does also contains characters other than those in &amp;lt;f2&amp;gt;. The comparison is case-sensitive. Trailing blanks are included. If the comparison is true, the system field SY-FDPOS contains the offset of the first character of &amp;lt;f1&amp;gt; that does not also occur in &amp;lt;f2&amp;gt;. If it is false, SY-FDPOS contains the length of &amp;lt;f1&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this link for more detail and sample codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/fc/eb3516358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/fc/eb3516358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 20 May 2007 13:42:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comman-control-statements/m-p/2243578#M483972</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2007-05-20T13:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Comman Control Statements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comman-control-statements/m-p/2243579#M483973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what u mean by "SY-FDPOS contains the offset of the first character of &amp;lt;f1&amp;gt; that does not also occur in &amp;lt;f2&amp;gt;". what actually Offset means?&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 05:52:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comman-control-statements/m-p/2243579#M483973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T05:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Comman Control Statements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comman-control-statements/m-p/2243580#M483974</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;If STR1 CN STR2.&lt;/P&gt;&lt;P&gt;write:/ sy-fdpos.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FDPOS will give the number characters(inSTR1) successfully found as a same string in ur search string(STR2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 06:01:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comman-control-statements/m-p/2243580#M483974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T06:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Comman Control Statements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comman-control-statements/m-p/2243581#M483975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI!&lt;/P&gt;&lt;P&gt;I got ur point. according to u, sy-fdpos will give the number characters(inSTR1) successfully found as a same string in ur search string(STR2). But, according to the book if condition is true, sy-fdpos contains 1st char(STR1) in STR2. what that mean?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 13:28:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comman-control-statements/m-p/2243581#M483975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T13:28:20Z</dc:date>
    </item>
  </channel>
</rss>

