<?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/1211834#M133682</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;. What is central control instance?&lt;/P&gt;&lt;P&gt;2. what is the module name , that is automatically exits in SAP R/3?&lt;/P&gt;&lt;P&gt;- MM,SD,FI,PP&lt;/P&gt;&lt;P&gt;3. WHat is the maximum Number of sessions we can create?&lt;/P&gt;&lt;P&gt;- 6&lt;/P&gt;&lt;P&gt;4. where exactly the secondary index is useful in programming code ? example?&lt;/P&gt;&lt;P&gt;- Where the key fields are not available and where the database table is really huge&lt;/P&gt;&lt;P&gt;5. What is token in VPN network?&lt;/P&gt;&lt;P&gt;- its a sort of dynamic session id or password to connect to a session through VPN&lt;/P&gt;&lt;P&gt;6. What is the precondition we need to check, if you use FOR ALL ENTRIES? explain with example?&lt;/P&gt;&lt;P&gt;- Check if the primary table is not empty on which yu are using a For all entries.&lt;/P&gt;&lt;P&gt;7. What is the another method to avoid nested select statements , other than for all entries?&lt;/P&gt;&lt;P&gt;- Array fetch and Read data  or Subquery.&lt;/P&gt;&lt;P&gt;8. Suppose i created sesion in BDC? errors occur during session processing? then how do get log records into internal table?&lt;/P&gt;&lt;P&gt; - There is a MESSAGE option in the CALL TRANSACTION use that to fetch the transaction errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Apr 2006 06:58:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-21T06:58:08Z</dc:date>
    <item>
      <title>Interview Questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interview-questions/m-p/1211832#M133680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;          pls answer these questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. What is central control instance?&lt;/P&gt;&lt;P&gt;2. what is the module name , that is automatically exits in SAP R/3?&lt;/P&gt;&lt;P&gt;3. WHat is the maximum Number of sessions  we can create?&lt;/P&gt;&lt;P&gt;4. where exactly the secondary index is useful in programming code ? example?&lt;/P&gt;&lt;P&gt;5. What is token in VPN network?&lt;/P&gt;&lt;P&gt;6. What is the precondition we need to check, if you use FOR ALL ENTRIES? explain with example?&lt;/P&gt;&lt;P&gt;7. What is the another method to avoid nested select statements , other than for all entries?&lt;/P&gt;&lt;P&gt;8. Suppose  i created sesion in BDC? errors occur during session processing? then how do get log records into internal table?&lt;/P&gt;&lt;P&gt;                                            thankq&lt;/P&gt;&lt;P&gt;                                               ch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2006 06:51:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interview-questions/m-p/1211832#M133680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-21T06:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Interview Questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interview-questions/m-p/1211833#M133681</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;3. Maximum munber of session we can create is 6.&lt;/P&gt;&lt;P&gt;6. The internal table used in for all entries statement &lt;/P&gt;&lt;P&gt;   should not be initial. Check like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   IF not itab[] is initial.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Select query&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   Endif.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;Please reward some points if it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit M. Mishra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2006 06:56:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interview-questions/m-p/1211833#M133681</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-21T06:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Interview Questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interview-questions/m-p/1211834#M133682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;. What is central control instance?&lt;/P&gt;&lt;P&gt;2. what is the module name , that is automatically exits in SAP R/3?&lt;/P&gt;&lt;P&gt;- MM,SD,FI,PP&lt;/P&gt;&lt;P&gt;3. WHat is the maximum Number of sessions we can create?&lt;/P&gt;&lt;P&gt;- 6&lt;/P&gt;&lt;P&gt;4. where exactly the secondary index is useful in programming code ? example?&lt;/P&gt;&lt;P&gt;- Where the key fields are not available and where the database table is really huge&lt;/P&gt;&lt;P&gt;5. What is token in VPN network?&lt;/P&gt;&lt;P&gt;- its a sort of dynamic session id or password to connect to a session through VPN&lt;/P&gt;&lt;P&gt;6. What is the precondition we need to check, if you use FOR ALL ENTRIES? explain with example?&lt;/P&gt;&lt;P&gt;- Check if the primary table is not empty on which yu are using a For all entries.&lt;/P&gt;&lt;P&gt;7. What is the another method to avoid nested select statements , other than for all entries?&lt;/P&gt;&lt;P&gt;- Array fetch and Read data  or Subquery.&lt;/P&gt;&lt;P&gt;8. Suppose i created sesion in BDC? errors occur during session processing? then how do get log records into internal table?&lt;/P&gt;&lt;P&gt; - There is a MESSAGE option in the CALL TRANSACTION use that to fetch the transaction errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2006 06:58:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interview-questions/m-p/1211834#M133682</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-21T06:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Interview Questions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interview-questions/m-p/1211835#M133683</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;Secondary Index:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create secondary indexes, for database tables from which you mainly read, since indexes have to be updated each time the database table is changed.  secondary indexes should contain columns that you use frequently in a selection, and that are as highly selective as possible to improve performance.. &lt;/P&gt;&lt;P&gt;Tokens:&lt;/P&gt;&lt;P&gt;Tokens are Issues sent by the Client to us&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR ALL ENTRIES:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Always check the driver internal tables is not empty, while using  FOR ALL ENTRIES  &lt;/P&gt;&lt;P&gt;You can only use FOR ALL ENTRIES IN ...WHERE ...in a SELECT statement.  &lt;/P&gt;&lt;P&gt;    SELECT ... FOR ALL ENTRIES IN itab WHERE cond returns the union of the solution sets of all SELECT &lt;/P&gt;&lt;P&gt;    statements that would result if you wrote a separate statement for each line of the internal table replacing the symbol &lt;/P&gt;&lt;P&gt;    itab-f with the corresponding value of component f in the WHERE condition.Duplicates are discarded from the result  &lt;/P&gt;&lt;P&gt;    set. If the internal table itab does not contain any entries, the system treats the statement as though there were    no WHERE cond condition, and selects all records (in the current client).  &lt;/P&gt;&lt;P&gt;    for example:  &lt;/P&gt;&lt;P&gt;       SELECT * FROM sflight INTO wa_sflight  &lt;/P&gt;&lt;P&gt;                 FOR ALL ENTRIES IN ftab  &lt;/P&gt;&lt;P&gt;                 WHERE CARRID = ftab-carrid AND  &lt;/P&gt;&lt;P&gt;                  CONNID = ftab-connid AND  &lt;/P&gt;&lt;P&gt;                         fldate = '20010228'.  &lt;/P&gt;&lt;P&gt;    this condition, return all entries of the sflight  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error in Session:&lt;/P&gt;&lt;P&gt;We look into the list of incorrect session and process it again. To correct incorrect session we analyize the session to determine which screen and value produced the error.For small errors in data we correct them interactively otherwise &lt;/P&gt;&lt;P&gt;modify batch input program that has generated the session or many times even the datafile. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gayathri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2006 06:58:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interview-questions/m-p/1211835#M133683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-21T06:58:34Z</dc:date>
    </item>
  </channel>
</rss>

