<?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: Interview Questions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interview-questions/m-p/2013584#M411243</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.pooled table must need one minimum primary key... whereas cluster table not... cluster table is nothin but the collection of transparent tables... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Once if we written end sellection after that we cannot write select query.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Mar 2007 09:56:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-09T09:56:41Z</dc:date>
    <item>
      <title>Interview Questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interview-questions/m-p/2013580#M411239</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. What is the difference between pooled and cluster tables? can i link the pooled table to cluster to retriveve the data?&lt;/P&gt;&lt;P&gt;2. What is the purpose of  End of selection will be used?&lt;/P&gt;&lt;P&gt;3. Alv-types (tree structure.....how can we get)?&lt;/P&gt;&lt;P&gt;4. if consider one table is there and after one month i want to know the modifications for that table.  how can i know that?&lt;/P&gt;&lt;P&gt;5. if consider one script is there .  i want to display the same information twice in that same layout.  how can i?&lt;/P&gt;&lt;P&gt;6. what is the main diff bw call transaction and session method? When we use the Session method normally? What is back ground job?&lt;/P&gt;&lt;P&gt;7. What is development cycle in your organization?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 09:27:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interview-questions/m-p/2013580#M411239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-09T09:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Interview Questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interview-questions/m-p/2013581#M411240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. What are pooled tables?&lt;/P&gt;&lt;P&gt;    These are logical tables which must be assigned to a table pool when they&lt;/P&gt;&lt;P&gt;    are defined. Pooled tables can be used to store control data (such as&lt;/P&gt;&lt;P&gt;    Screen sequences or program parameters).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.  What is a table cluster?&lt;/P&gt;&lt;P&gt;     A table cluster combines several logical tables in the ABAP/4 Dictionary.&lt;/P&gt;&lt;P&gt;     Several logical rows from different cluster tables are brought together &lt;/P&gt;&lt;P&gt;     in a single physical record. The records from the cluster tables&lt;/P&gt;&lt;P&gt;     assigned to a cluster are thus stored in a single common table in the&lt;/P&gt;&lt;P&gt;     database.&lt;/P&gt;&lt;P&gt;3. The purpose of End of selection would be to tell the user this is where exactly where selection of data end and you are going to display the data.&lt;/P&gt;&lt;P&gt;4. Alv types : Simple ALV, Interactive ALV and Hierarchial sequental ALV&lt;/P&gt;&lt;P&gt;5. You can see the table modifications in table CDHDR table.&lt;/P&gt;&lt;P&gt;6. If you want to display the same data twice , create a different text element in the script with the same fields and call it after the fields are displayed first time.&lt;/P&gt;&lt;P&gt;7. In Call transaction method  no messages will be created automatically. You need to explicitly handle the messages. In sesseion the system automatically generates messages. If you have large data then you will go for session method.&lt;/P&gt;&lt;P&gt;8. Back gound job means you can schedule any type of program using the time and date . The system executes it automatically when it encounters the same date and time. Usually very large programs will be put in back ground jobs.&lt;/P&gt;&lt;P&gt;9. Typical development cycle involve.&lt;/P&gt;&lt;P&gt;     1. Design&lt;/P&gt;&lt;P&gt;     2. Develpement&lt;/P&gt;&lt;P&gt;     3. Coding &lt;/P&gt;&lt;P&gt;     4. Integration&lt;/P&gt;&lt;P&gt;     5. Testing&lt;/P&gt;&lt;P&gt;     6. Implementation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;  Jayaram..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 09:39:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interview-questions/m-p/2013581#M411240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-09T09:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Interview Questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interview-questions/m-p/2013582#M411241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1)&lt;/P&gt;&lt;P&gt;pooled table and cluster tables are the many SAPtables are related with the database tables(only one)&lt;/P&gt;&lt;P&gt;and the pooled tables are the lasrge tables with small amount of data.&lt;/P&gt;&lt;P&gt;and the cluster tables are small tables with the large amount of data(key fieldss are mandatory)&lt;/P&gt;&lt;P&gt;i think u cannot link between pooled and cluster tables&lt;/P&gt;&lt;P&gt;2)&lt;/P&gt;&lt;P&gt;end-of-selection,perpose is it closes the all events used in the program&lt;/P&gt;&lt;P&gt;and at last u r printing output of the data.&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;alv types are list and grid&lt;/P&gt;&lt;P&gt;reuse_alv_list_display&lt;/P&gt;&lt;P&gt;reuse_alv_grid_display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5)&lt;/P&gt;&lt;P&gt;in main table please don't mension the text element in text editor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6)&lt;/P&gt;&lt;P&gt; call transaction is data updation takes place at a time.&lt;/P&gt;&lt;P&gt;and in session method data updation take place unless until session is created&lt;/P&gt;&lt;P&gt;back ground job is done with sm36 and also sm35&lt;/P&gt;&lt;P&gt;and use of session method we create log session (that is error logs are created)&lt;/P&gt;&lt;P&gt;when data is updated where the errors takes place it shows in error log while in call trasaction is  not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i know these answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rewards if it helpful&lt;/P&gt;&lt;P&gt;vijay pawar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 09:42:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interview-questions/m-p/2013582#M411241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-09T09:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Interview Questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interview-questions/m-p/2013583#M411242</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;2) Generally End of Selection is meant to END a GET EVENT.... in a program...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Whenever you USE STOP in any of the events then the Control goes to the&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;   End-Of-Selection Event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) ALV Types..&lt;/P&gt;&lt;P&gt;  a. List Display&lt;/P&gt;&lt;P&gt;  b. Grid Display.&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;Vivekananda Varma Dandu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 09:42:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interview-questions/m-p/2013583#M411242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-09T09:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Interview Questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interview-questions/m-p/2013584#M411243</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.pooled table must need one minimum primary key... whereas cluster table not... cluster table is nothin but the collection of transparent tables... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Once if we written end sellection after that we cannot write select query.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 09:56:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interview-questions/m-p/2013584#M411243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-09T09:56:41Z</dc:date>
    </item>
  </channel>
</rss>

