<?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: reg : abap code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-abap-code/m-p/3289069#M786913</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Following Keywords have TRANSPORTING addition.&lt;/P&gt;&lt;P&gt;MODIFY,&lt;/P&gt;&lt;P&gt;READ and&lt;/P&gt;&lt;P&gt;LOOP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRANSPORTING here facilitates you that all the fields that you want to change are given with the TRANSPORTING addition. All other fields are not at all changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transporting no fields is used when u want to check some condition based on which u need to do some action&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after,&lt;/P&gt;&lt;P&gt;read table itab with key kunnr = 1000 transporting no fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if 1000 value exists then sy-subrc is equal to zero or else sy-subrc = 4.&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;Vasu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jan 2008 13:48:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-16T13:48:47Z</dc:date>
    <item>
      <title>reg : abap code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-abap-code/m-p/3289066#M786910</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;STRONG&gt;when i  need to u the transporating in read or modify operation.... in which situation i need to u the transporating....................................&lt;/STRONG&gt;*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 13:33:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-abap-code/m-p/3289066#M786910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T13:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: reg : abap code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-abap-code/m-p/3289067#M786911</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;check this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb35eb358411d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/fc/eb35eb358411d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 13:45:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-abap-code/m-p/3289067#M786911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T13:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: reg : abap code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-abap-code/m-p/3289068#M786912</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;take a situation lik eyou have a table contol. you are editing it. You want to insert the edited data to the dbtable. If so you may frist modify the internal table transporting the values from the screen and then modify the dbtab from the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 13:48:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-abap-code/m-p/3289068#M786912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T13:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: reg : abap code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-abap-code/m-p/3289069#M786913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Following Keywords have TRANSPORTING addition.&lt;/P&gt;&lt;P&gt;MODIFY,&lt;/P&gt;&lt;P&gt;READ and&lt;/P&gt;&lt;P&gt;LOOP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRANSPORTING here facilitates you that all the fields that you want to change are given with the TRANSPORTING addition. All other fields are not at all changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transporting no fields is used when u want to check some condition based on which u need to do some action&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after,&lt;/P&gt;&lt;P&gt;read table itab with key kunnr = 1000 transporting no fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if 1000 value exists then sy-subrc is equal to zero or else sy-subrc = 4.&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;Vasu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2008 13:48:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-abap-code/m-p/3289069#M786913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-16T13:48:47Z</dc:date>
    </item>
  </channel>
</rss>

