<?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 Functional Specification doubt in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-specification-doubt/m-p/3208647#M764889</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;In the Functional Specification, which table name am i supposed to provide to the ABAP developer? Is it transperant table name or Database table name ? What is the difference between transperant table and Database table? &lt;/P&gt;&lt;P&gt;Also there is Selection/Parameter coloumn in the specification for a custom report. What does Selection/Parameter mean?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Avani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Dec 2007 23:34:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-10T23:34:29Z</dc:date>
    <item>
      <title>Functional Specification doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-specification-doubt/m-p/3208647#M764889</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;In the Functional Specification, which table name am i supposed to provide to the ABAP developer? Is it transperant table name or Database table name ? What is the difference between transperant table and Database table? &lt;/P&gt;&lt;P&gt;Also there is Selection/Parameter coloumn in the specification for a custom report. What does Selection/Parameter mean?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Avani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 23:34:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-specification-doubt/m-p/3208647#M764889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T23:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Functional Specification doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-specification-doubt/m-p/3208648#M764890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neetha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should provide Transparent Table name. Transparant Table Name and Data Base Table name are same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection/Parameters means, In the selection screen the input fields should be as ranges or single value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 23:38:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-specification-doubt/m-p/3208648#M764890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T23:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Functional Specification doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-specification-doubt/m-p/3208649#M764891</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;Database table and transparent table...more or less same in terms of data retrieval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You just give form which table you need data ( Like EKKO, VBAK etc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection parameters: This is some thing like filter/criteria mechanism.&lt;/P&gt;&lt;P&gt;Will take example of SE16, If you want to see table contents...you will provide some inputs right like for EKKO table ebeln, matnr like...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same thing for Report as well.&lt;/P&gt;&lt;P&gt;Hope this clarifies you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 23:39:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-specification-doubt/m-p/3208649#M764891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T23:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Functional Specification doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functional-specification-doubt/m-p/3208650#M764892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The functional specs are just that - a description from the user's perspective of what the program should do. The technical specs are built from the functional specs by someone who "speaks both languages". They will contain things like table names and selection parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 03:12:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functional-specification-doubt/m-p/3208650#M764892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T03:12:54Z</dc:date>
    </item>
  </channel>
</rss>

