<?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 abap in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2030653#M416696</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.Can u create a field without dataelement?&lt;/P&gt;&lt;P&gt;2.give few names of cluster tables in sap?&lt;/P&gt;&lt;P&gt;3give few names of pooled tables in sap?&lt;/P&gt;&lt;P&gt;4.what are the logical tables / database?&lt;/P&gt;&lt;P&gt;5.h do u write techinical spec?&lt;/P&gt;&lt;P&gt;6.h do u write utp?&lt;/P&gt;&lt;P&gt;7.in interictive report , after going to 5th list , can u come back to 2 nd list ? how?&lt;/P&gt;&lt;P&gt;8.what is the use of slis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Mar 2007 15:18:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-27T15:18:05Z</dc:date>
    <item>
      <title>abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2030653#M416696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.Can u create a field without dataelement?&lt;/P&gt;&lt;P&gt;2.give few names of cluster tables in sap?&lt;/P&gt;&lt;P&gt;3give few names of pooled tables in sap?&lt;/P&gt;&lt;P&gt;4.what are the logical tables / database?&lt;/P&gt;&lt;P&gt;5.h do u write techinical spec?&lt;/P&gt;&lt;P&gt;6.h do u write utp?&lt;/P&gt;&lt;P&gt;7.in interictive report , after going to 5th list , can u come back to 2 nd list ? how?&lt;/P&gt;&lt;P&gt;8.what is the use of slis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 15:18:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2030653#M416696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T15:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2030654#M416697</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;1.Can u create a field without dataelement?&lt;/P&gt;&lt;P&gt;Yes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.give few names of cluster tables in sap?&lt;/P&gt;&lt;P&gt;BSEG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3give few names of pooled tables in sap?&lt;/P&gt;&lt;P&gt;A005&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.what are the logical tables / database?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.h do u write techinical spec?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6.h do u write utp?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7.in interictive report , after going to 5th list , can u come back to 2 nd list ? how?&lt;/P&gt;&lt;P&gt;SY-LSIND = 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8.what is the use of slis? &lt;/P&gt;&lt;P&gt;SLIS is used for ALV reporting. It contains all the type declarations required for the ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 15:22:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2030654#M416697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T15:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2030655#M416698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) Yes. YOu can the Built In types.&lt;/P&gt;&lt;P&gt;2) Go to DD02l table. Give the table class as: CLUSTER and you can find all the cluster tables in r/3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Go to DD02l table. Give the table class as: POOL and you can find all the POOL tables in r/3&lt;/P&gt;&lt;P&gt;5) We write the tech spec based on the business spec.&lt;/P&gt;&lt;P&gt;6) Based on the tech spec, we would cosolidate the test cases for the object and then write the unit test plan for that object&lt;/P&gt;&lt;P&gt;7) In the at line-selection event,&lt;/P&gt;&lt;P&gt;if sy-lsind = 5.&lt;/P&gt;&lt;P&gt;sy-lsind = 2.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; Slis is a type pool which has all the types that are required for the ALV function modules's interface parameters.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2007 15:25:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/2030655#M416698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-27T15:25:37Z</dc:date>
    </item>
  </channel>
</rss>

