<?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: Transporting No fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-no-fields/m-p/3103759#M736657</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Chandra,&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 transpoerting no fileds.&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;  Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Dec 2007 14:54:15 GMT</pubDate>
    <dc:creator>Madhu2004</dc:creator>
    <dc:date>2007-12-05T14:54:15Z</dc:date>
    <item>
      <title>Transporting No fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-no-fields/m-p/3103754#M736652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the use of transporting no fields operation on internal table &amp;amp; Where it can be extensively used?&lt;/P&gt;&lt;P&gt;Give me an example for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please no links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 10:26:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-no-fields/m-p/3103754#M736652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-29T10:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Transporting No fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-no-fields/m-p/3103755#M736653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRANSPORTING NO FIELDS will be used to check for a particular condition without using its contents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You want to do a particular operation if customer country is Germany then&lt;/P&gt;&lt;P&gt;READ TABLE IT_KNA1 WITH KEY LAND1 = 'DE' TRANSPORTING NO FIELDS.&lt;/P&gt;&lt;P&gt;This only needs to check whethter country for Cusotmer is Germany or not but it doest not need the contents of IT_KNA1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 10:30:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-no-fields/m-p/3103755#M736653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-29T10:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Transporting No fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-no-fields/m-p/3103756#M736654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandra,&lt;/P&gt;&lt;P&gt;If the addition TRANSPORTING NO FIELDS is used, the statement READ TABLE only checks whether the row that is being searched for exists, and fills the system fields sy-subrc and sy-tabix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds,&lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 07:36:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-no-fields/m-p/3103756#M736654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T07:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Transporting No fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-no-fields/m-p/3103757#M736655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;addition TRANSPORTING NO FIELDS is used whenevr we r not bothered about the result  contents but hav to check the system fields like sy-subrc...&lt;/P&gt;&lt;P&gt;maily it is used to check SY_SUBRC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 09:46:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-no-fields/m-p/3103757#M736655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T09:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Transporting No fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-no-fields/m-p/3103758#M736656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read Operation :&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When your prime consideration is checking whether or not a record exists, not the contents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modify operation:&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------" /&gt;&lt;P&gt;When u want to modify an internal table row using a work_area, but only few fields need to be updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify itab from wa transporting field1, field4, field19.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 13:17:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-no-fields/m-p/3103758#M736656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T13:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Transporting No fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-no-fields/m-p/3103759#M736657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Chandra,&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 transpoerting no fileds.&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;  Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 14:54:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transporting-no-fields/m-p/3103759#M736657</guid>
      <dc:creator>Madhu2004</dc:creator>
      <dc:date>2007-12-05T14:54:15Z</dc:date>
    </item>
  </channel>
</rss>

