<?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 Field Mapping in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-mapping/m-p/2113512#M442085</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm executing a report written by someone else which is like 1500 lines. For some  fields in the report output, I would like to find out where the data is coming from . Can anyone suggest the fastest way of doing this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Sona&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Apr 2007 20:14:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-05T20:14:08Z</dc:date>
    <item>
      <title>Field Mapping</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-mapping/m-p/2113512#M442085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm executing a report written by someone else which is like 1500 lines. For some  fields in the report output, I would like to find out where the data is coming from . Can anyone suggest the fastest way of doing this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Sona&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 20:14:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-mapping/m-p/2113512#M442085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T20:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Field Mapping</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-mapping/m-p/2113513#M442086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Debug the code, or search for select statements in which  those fields may have been specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;SKJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 20:18:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-mapping/m-p/2113513#M442086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T20:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Field Mapping</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-mapping/m-p/2113514#M442087</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;- Go to report in display mode.&lt;/P&gt;&lt;P&gt;- Find out the internal table of output. Here you will see the field reference to the database table fields.&lt;/P&gt;&lt;P&gt;- now check&amp;lt;b&amp;gt; where-used-list&amp;lt;/b&amp;gt; of field in program. You will see where in the table this field is used. &lt;/P&gt;&lt;P&gt;- My guess is, you migh not see that this field is getting populated directly by some variable BECAUSE it might be directly read into internal table from database table using SELECT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need any other information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 20:18:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-mapping/m-p/2113514#M442087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T20:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Field Mapping</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-mapping/m-p/2113515#M442088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sona,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search for all the write statements in the program. Internal table or variable details will be there along with those write statements.That way also you can get the required information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other way is, you can view the code or subroutines written in Start-Of-Selection event.This might also be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if this is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2007 20:30:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-mapping/m-p/2113515#M442088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-05T20:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Field Mapping</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-mapping/m-p/2113516#M442089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for suggestions guys. Appreciate it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2007 14:26:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-mapping/m-p/2113516#M442089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-06T14:26:17Z</dc:date>
    </item>
  </channel>
</rss>

