<?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: Some basic doubts in abap ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/some-basic-doubts-in-abap/m-p/1227644#M138340</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;1. I am not of CIZ. There was a recent doubt about CTZ though. It was cleared that its actually CTS that stands for Change and transport System.&lt;/P&gt;&lt;P&gt;3. Every screen has a static next screen attribute that specifies the next screen to be called as long as it is not overwritten dynamically. In the processing logic, that is, a dialog module called by the screen, you can use the SET SCREEN statement to overwrite the statically-defined next screen dynamically: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET SCREEN &amp;lt;next screen&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you call a screen sequence using the CALL SCREEN statement, you nest it within the screen sequence that was already running at the time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Displaying 1-100 prime no. the logic will reamin same as you might done in C or BASIC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. I am not aware of this but will try out n let u know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8. &lt;/P&gt;&lt;P&gt;data str(20) value 'sateesh reddy'.&lt;/P&gt;&lt;P&gt;data len type i,&lt;/P&gt;&lt;P&gt;     count type i. &lt;/P&gt;&lt;P&gt;while str+len(len) = 'e'.&lt;/P&gt;&lt;P&gt;Increment count.&lt;/P&gt;&lt;P&gt;Store len in internal table&lt;/P&gt;&lt;P&gt;endwhile.&lt;/P&gt;&lt;P&gt;Count gives u no of occcurance n internal table gives n place of occurance. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tanveer&lt;/P&gt;&lt;P&gt;Please reward points if found helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Apr 2006 21:43:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-21T21:43:19Z</dc:date>
    <item>
      <title>Some basic doubts in abap ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/some-basic-doubts-in-abap/m-p/1227642#M138338</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 meant by CIZ ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. how many named and unnamed text elments can be possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. what is difference  between  "setscreen" and "callscreen "?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. when autochecks are performed in dialog screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.do the functions modules have the shared memory area?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. display prime numbers between 0-100?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. accept string as input from user and display it's length without using "strlen" built-in function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8.I want  no.of occurrences of specified character in a given string and their positions in the string ?&lt;/P&gt;&lt;P&gt;(for eg: sting is "sateesh reddy"&lt;/P&gt;&lt;P&gt;what is no.of occurences of  char 'e' and their positions in string "sateesh reddy".) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please anybody knows answers give reply.&lt;/P&gt;&lt;P&gt;Thanks in advance .&lt;/P&gt;&lt;P&gt;Sateesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2006 18:08:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/some-basic-doubts-in-abap/m-p/1227642#M138338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-21T18:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Some basic doubts in abap ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/some-basic-doubts-in-abap/m-p/1227643#M138339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sateesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Request you to go through the tonnes of material availabl online. If you interview specific questions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.geocities.com/sap_interviewquestions/" target="test_blank"&gt;http://www.geocities.com/sap_interviewquestions/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally ...&lt;/P&gt;&lt;P&gt;&lt;A href="http://cma.zdnet.com/book/abap/index.htm" target="test_blank"&gt;http://cma.zdnet.com/book/abap/index.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/" target="test_blank"&gt;http://www.sapdevelopment.co.uk/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/" target="test_blank"&gt;http://www.sap-img.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-genie.com/" target="test_blank"&gt;http://www.sap-genie.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/" target="test_blank"&gt;http://www.sappoint.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2006 18:12:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/some-basic-doubts-in-abap/m-p/1227643#M138339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-21T18:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Some basic doubts in abap ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/some-basic-doubts-in-abap/m-p/1227644#M138340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;1. I am not of CIZ. There was a recent doubt about CTZ though. It was cleared that its actually CTS that stands for Change and transport System.&lt;/P&gt;&lt;P&gt;3. Every screen has a static next screen attribute that specifies the next screen to be called as long as it is not overwritten dynamically. In the processing logic, that is, a dialog module called by the screen, you can use the SET SCREEN statement to overwrite the statically-defined next screen dynamically: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET SCREEN &amp;lt;next screen&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you call a screen sequence using the CALL SCREEN statement, you nest it within the screen sequence that was already running at the time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. Displaying 1-100 prime no. the logic will reamin same as you might done in C or BASIC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. I am not aware of this but will try out n let u know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8. &lt;/P&gt;&lt;P&gt;data str(20) value 'sateesh reddy'.&lt;/P&gt;&lt;P&gt;data len type i,&lt;/P&gt;&lt;P&gt;     count type i. &lt;/P&gt;&lt;P&gt;while str+len(len) = 'e'.&lt;/P&gt;&lt;P&gt;Increment count.&lt;/P&gt;&lt;P&gt;Store len in internal table&lt;/P&gt;&lt;P&gt;endwhile.&lt;/P&gt;&lt;P&gt;Count gives u no of occcurance n internal table gives n place of occurance. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tanveer&lt;/P&gt;&lt;P&gt;Please reward points if found helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2006 21:43:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/some-basic-doubts-in-abap/m-p/1227644#M138340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-21T21:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Some basic doubts in abap ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/some-basic-doubts-in-abap/m-p/1227645#M138341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;got the answers from sap material.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2010 14:17:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/some-basic-doubts-in-abap/m-p/1227645#M138341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-01T14:17:28Z</dc:date>
    </item>
  </channel>
</rss>

