<?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: explaination in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/explaination/m-p/1144202#M115643</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;  This means only field "zcomment" will be &lt;/P&gt;&lt;P&gt;  changed(transported) in the Internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;GSR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Feb 2006 13:03:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-14T13:03:47Z</dc:date>
    <item>
      <title>explaination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explaination/m-p/1144201#M115642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data_zzz-zcomment = w_sy_tabix.&lt;/P&gt;&lt;P&gt;        modify itab_zor from data_zor&lt;/P&gt;&lt;P&gt;        transporting zcomment&lt;/P&gt;&lt;P&gt;          where zcurr    = data_sent-zcurr&lt;/P&gt;&lt;P&gt;            and zcrdnum  = data_sent-zcrdnum&lt;/P&gt;&lt;P&gt;            and zvaldat  = data_sent-zvaldat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what that's meen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2006 13:01:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explaination/m-p/1144201#M115642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-14T13:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: explaination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explaination/m-p/1144202#M115643</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;  This means only field "zcomment" will be &lt;/P&gt;&lt;P&gt;  changed(transported) in the Internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;GSR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2006 13:03:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explaination/m-p/1144202#M115643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-14T13:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: explaination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explaination/m-p/1144203#M115644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It modifies the field zcomment of &lt;/P&gt;&lt;P&gt;internal table itab_zor from workarea  data_zor&lt;/P&gt;&lt;P&gt;by using the where conditions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2006 13:03:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explaination/m-p/1144203#M115644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-14T13:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: explaination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explaination/m-p/1144204#M115645</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;Modify..........means you are modifying your internal table data from work area(data_zor) transporting zcomment(field) means you are only modifying single field, with where condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;If this helps you reward with points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2006 13:06:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explaination/m-p/1144204#M115645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-14T13:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: explaination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explaination/m-p/1144205#M115646</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 code modfies the itab_zor-comment (comment field only) from work area data_zor only when the where condition satisfies.(it will modify the all records comment field of itab_zor with the work area comment field if the condiions are met).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2006 13:12:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explaination/m-p/1144205#M115646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-14T13:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: explaination</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/explaination/m-p/1144206#M115647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;data_zzz-zcomment = w_sy_tabix.  means that we are assigning the value of the variable w_sy_tabix(Possibly loop count) to the variable zcomment of table data_zzz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify itab_zor from data_zor&lt;/P&gt;&lt;P&gt;transporting zcomment&lt;/P&gt;&lt;P&gt;where zcurr = data_sent-zcurr&lt;/P&gt;&lt;P&gt;and zcrdnum = data_sent-zcrdnum&lt;/P&gt;&lt;P&gt;and zvaldat = data_sent-zvaldat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;means that you are trying to modify the table itab_zor using the work area data_zor and transporitng the field zcomment and hence only the field zcomment will be changed that satisfies the given condition .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2006 13:31:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/explaination/m-p/1144206#M115647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-14T13:31:22Z</dc:date>
    </item>
  </channel>
</rss>

