<?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: Answer some more questions on Basic ABAP? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/answer-some-more-questions-on-basic-abap/m-p/2560575#M583959</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. a&lt;/P&gt;&lt;P&gt;2. b / c&lt;/P&gt;&lt;P&gt;3. a&lt;/P&gt;&lt;P&gt;4. d&lt;/P&gt;&lt;P&gt;5. c&lt;/P&gt;&lt;P&gt;6. a  ( =&amp;gt; F1 in the routine is local to the routine, this isn't the same )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erwan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jul 2007 13:32:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-09T13:32:15Z</dc:date>
    <item>
      <title>Answer some more questions on Basic ABAP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/answer-some-more-questions-on-basic-abap/m-p/2560571#M583955</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;    Answer the Following,&lt;/P&gt;&lt;P&gt;1)at wch loop "ABC' will be printed.&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;do 8 times.&lt;/P&gt;&lt;P&gt;write : ' '.&lt;/P&gt;&lt;P&gt;enddo.&lt;/P&gt;&lt;P&gt;skip.&lt;/P&gt;&lt;P&gt;write : 'ABC'.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;a)8&lt;/P&gt;&lt;P&gt;b)9&lt;/P&gt;&lt;P&gt;c)10&lt;/P&gt;&lt;P&gt;d)1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)to sort itab which of the following field will help(more than 1 answer id correct)&lt;/P&gt;&lt;P&gt; data : begin of itab,&lt;/P&gt;&lt;P&gt;        a)  field(10) type p,&lt;/P&gt;&lt;P&gt;        b)  field(10) type c,&lt;/P&gt;&lt;P&gt;        c)  field(10) type n,&lt;/P&gt;&lt;P&gt;        d)  field(10) type x,&lt;/P&gt;&lt;P&gt;          end of itab,&lt;/P&gt;&lt;P&gt;3)which SQL stmt does not LOCK the corresponding DB entries?&lt;/P&gt;&lt;P&gt;a)select single *&lt;/P&gt;&lt;P&gt;b)insert&lt;/P&gt;&lt;P&gt;c)select single update&lt;/P&gt;&lt;P&gt;d)modify&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4)data : fielda(10) value 'ABCD'.&lt;/P&gt;&lt;P&gt;if fielda CO 'ABCD'.&lt;/P&gt;&lt;P&gt;what is the value of sy-fdpos.&lt;/P&gt;&lt;P&gt;a)0&lt;/P&gt;&lt;P&gt;b)ABCD&lt;/P&gt;&lt;P&gt;c)A&lt;/P&gt;&lt;P&gt;d)1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) to delete the contents of itab(with header line)&lt;/P&gt;&lt;P&gt;a)clear itab&lt;/P&gt;&lt;P&gt;b)clear itab[]&lt;/P&gt;&lt;P&gt;c)refresh itab&lt;/P&gt;&lt;P&gt;d)refresh itab[]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6)what will be the value of F1 after submiting&lt;/P&gt;&lt;P&gt;program abc.&lt;/P&gt;&lt;P&gt;data :F1.&lt;/P&gt;&lt;P&gt;F1 = ' '.&lt;/P&gt;&lt;P&gt;perform out.&lt;/P&gt;&lt;P&gt;submit abc1 using F1 exporting list to memory id 'xyz'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;program abc1.&lt;/P&gt;&lt;P&gt;form out.&lt;/P&gt;&lt;P&gt;data : F1.&lt;/P&gt;&lt;P&gt;F1 = '1'.&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a)space&lt;/P&gt;&lt;P&gt;b)1&lt;/P&gt;&lt;P&gt;c)run time error&lt;/P&gt;&lt;P&gt;d)0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points will be given for all correct answers....!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 09:09:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/answer-some-more-questions-on-basic-abap/m-p/2560571#M583955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T09:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Answer some more questions on Basic ABAP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/answer-some-more-questions-on-basic-abap/m-p/2560572#M583956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi asha,&lt;/P&gt;&lt;P&gt;1.1&lt;/P&gt;&lt;P&gt;3.a&lt;/P&gt;&lt;P&gt;4.none (ans :4)&lt;/P&gt;&lt;P&gt;5. b&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in 1 st question what does itab holds..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;jaideep&lt;/P&gt;&lt;P&gt;        jaideep srinivasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 09:48:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/answer-some-more-questions-on-basic-abap/m-p/2560572#M583956</guid>
      <dc:creator>jaideeps</dc:creator>
      <dc:date>2007-07-09T09:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Answer some more questions on Basic ABAP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/answer-some-more-questions-on-basic-abap/m-p/2560573#M583957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;ans: &lt;/P&gt;&lt;P&gt;1: d&lt;/P&gt;&lt;P&gt;5:b&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful,&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;seshu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 09:51:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/answer-some-more-questions-on-basic-abap/m-p/2560573#M583957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T09:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Answer some more questions on Basic ABAP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/answer-some-more-questions-on-basic-abap/m-p/2560574#M583958</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;&lt;/P&gt;&lt;P&gt;1)at wch loop "ABC' will be printed. - d)1.&lt;/P&gt;&lt;P&gt; 2)to sort itab which of the following field will help - c) field(10) type n.&lt;/P&gt;&lt;P&gt; 3)which SQL stmt does not LOCK the corresponding DB entries - a)select single *&lt;/P&gt;&lt;P&gt; 4)data : fielda(10) value 'ABCD'.if fielda CO 'ABCD'.what is the value of sy-fdpos. 4&lt;/P&gt;&lt;P&gt;  5)to delete the contents of itab(with header line) - refresh itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 11:13:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/answer-some-more-questions-on-basic-abap/m-p/2560574#M583958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T11:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Answer some more questions on Basic ABAP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/answer-some-more-questions-on-basic-abap/m-p/2560575#M583959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. a&lt;/P&gt;&lt;P&gt;2. b / c&lt;/P&gt;&lt;P&gt;3. a&lt;/P&gt;&lt;P&gt;4. d&lt;/P&gt;&lt;P&gt;5. c&lt;/P&gt;&lt;P&gt;6. a  ( =&amp;gt; F1 in the routine is local to the routine, this isn't the same )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erwan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 13:32:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/answer-some-more-questions-on-basic-abap/m-p/2560575#M583959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T13:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Answer some more questions on Basic ABAP?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/answer-some-more-questions-on-basic-abap/m-p/2560576#M583960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)at wch loop "ABC' will be printed. - d)1.&lt;/P&gt;&lt;P&gt;2)to sort itab which of the following field will help - any field can be used.&lt;/P&gt;&lt;P&gt;3)which SQL stmt does not LOCK the corresponding DB entries - a)select single *&lt;/P&gt;&lt;P&gt;4)data : fielda(10) value 'ABCD'.if fielda CO 'ABCD'.what is the value of sy-fdpos. 4&lt;/P&gt;&lt;P&gt;5)to delete the contents of itab(with header line) - refresh itab[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6) None as it would give syntax error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 13:53:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/answer-some-more-questions-on-basic-abap/m-p/2560576#M583960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T13:53:49Z</dc:date>
    </item>
  </channel>
</rss>

