<?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: Equal To Statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/equal-to-statement/m-p/3997340#M955024</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya...&lt;/P&gt;&lt;P&gt;Put a break point in utr FM and doing a standalone debugging check wheather the perticular field contains value contains value or not..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other wise use...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify or update statement statement...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points...if its useful...&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rudra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jun 2008 10:24:35 GMT</pubDate>
    <dc:creator>former_member195383</dc:creator>
    <dc:date>2008-06-16T10:24:35Z</dc:date>
    <item>
      <title>Equal To Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/equal-to-statement/m-p/3997335#M955019</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 have created a function module where i have passed the ZRET table as RET internal table,&lt;/P&gt;&lt;P&gt;than in the source code&lt;/P&gt;&lt;P&gt; ZRET- field1 = RET-field1.&lt;/P&gt;&lt;P&gt;Before execting the statement ZRET-field1 has the value,but after executing the statement ,there is no value in both the tablei.e.ZRET and RET&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 10:18:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/equal-to-statement/m-p/3997335#M955019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T10:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Equal To Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/equal-to-statement/m-p/3997336#M955020</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;&lt;/P&gt;&lt;P&gt;ZRET- field1 = RET-field1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here RET-field1 has no value so ZRET- field1 is also filling up with value space.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 10:20:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/equal-to-statement/m-p/3997336#M955020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T10:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Equal To Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/equal-to-statement/m-p/3997337#M955021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;that means thr is no value n RET table that is y after executing the stmt even the zret gets null.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful.......:-)&lt;/P&gt;&lt;P&gt;and mark the post answered once ur problem is solved .... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 10:22:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/equal-to-statement/m-p/3997337#M955021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T10:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Equal To Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/equal-to-statement/m-p/3997338#M955022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Don't pass it as a field.Pass it to the FM as an internal table.In the FM that internal table might have been refreshed.Please check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 10:22:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/equal-to-statement/m-p/3997338#M955022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T10:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Equal To Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/equal-to-statement/m-p/3997339#M955023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry, the statement is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ret-field1 = zret-field1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 10:23:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/equal-to-statement/m-p/3997339#M955023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T10:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Equal To Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/equal-to-statement/m-p/3997340#M955024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya...&lt;/P&gt;&lt;P&gt;Put a break point in utr FM and doing a standalone debugging check wheather the perticular field contains value contains value or not..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other wise use...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify or update statement statement...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points...if its useful...&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rudra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 10:24:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/equal-to-statement/m-p/3997340#M955024</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2008-06-16T10:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Equal To Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/equal-to-statement/m-p/3997341#M955025</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;RET-field1 = ZRET- field1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Durai.V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 10:24:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/equal-to-statement/m-p/3997341#M955025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T10:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Equal To Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/equal-to-statement/m-p/3997342#M955026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;always the values passer from the right to left....&lt;/P&gt;&lt;P&gt;so the value ret-field1 had no initial value means zero or space..&lt;/P&gt;&lt;P&gt;so it is over writing the value of the zret-field1 with space&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 10:25:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/equal-to-statement/m-p/3997342#M955026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T10:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Equal To Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/equal-to-statement/m-p/3997343#M955027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Other wise make use of simple select statement....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from ZRET into table ret.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 10:26:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/equal-to-statement/m-p/3997343#M955027</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2008-06-16T10:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Equal To Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/equal-to-statement/m-p/3997344#M955028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see before this RET-field1 = ZRET- field1 stmt gets executed check the value in ZRET header &lt;/P&gt;&lt;P&gt;and if Zret is empty then ur code is perfect.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;coz if ZRET does not have value then after executing&lt;/P&gt;&lt;P&gt;RET-field1 = ZRET- field1 stmt even the value in RET-field1 will be null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful.......:-)&lt;/P&gt;&lt;P&gt;and mark the post answered once ur problem is solved .... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 10:29:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/equal-to-statement/m-p/3997344#M955028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T10:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Equal To Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/equal-to-statement/m-p/3997345#M955029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya rudra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that's what i am saying that before executing the statement,the field has the value,but after executing the statement this field has no value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 10:30:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/equal-to-statement/m-p/3997345#M955029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T10:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Equal To Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/equal-to-statement/m-p/3997346#M955030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;say for eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zret-field = ' ABC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ret-field = '   '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ok now if &lt;/P&gt;&lt;P&gt;u do &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zret-field = ret-field .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; the value in zret-field will be overwritten by '    ' and will contain '    '.  so u will find no value in zret-field  after execution of zret-field = ret-field stmt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zret-field = '   '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ret-field = '   '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful.......:-)&lt;/P&gt;&lt;P&gt;and mark the post answered once ur problem is solved .... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2008 10:35:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/equal-to-statement/m-p/3997346#M955030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-16T10:35:16Z</dc:date>
    </item>
  </channel>
</rss>

