<?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: abap in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/3902008#M936229</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pravin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For HASH ALGORITHM go to below link you will get clear idea abt Searching techniques also like Linear and Binary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://hamilton.bell.ac.uk/swdev2/notes/notes_17.pdf" target="test_blank"&gt;http://hamilton.bell.ac.uk/swdev2/notes/notes_17.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishvesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful rewards it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jun 2008 05:54:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-02T05:54:31Z</dc:date>
    <item>
      <title>abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/3902005#M936226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) what is templete?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Hash table uses HASH ALGORITHM, actually wat is hash algorithm?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) what is components of script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) if we r in 4rd secondary list &amp;amp; rather than going on 5, 6 ...i want to go directly on 10th list. can i go? can any body tell me this with code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 05:45:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/3902005#M936226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T05:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/3902006#M936227</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;for the 4 que &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write the following code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at line-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-lsind = 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sy-lsind = 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will directly jump to 10 list , but make sure the coding is according&lt;/P&gt;&lt;P&gt;i will send the example if you need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;components of scripts&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Layout set and Print program and the layout set has windows in it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Components of scripts: &lt;/P&gt;&lt;P&gt;Layout sets, SAPScripts text, ABAP print program, symbols, function module like open form, start form, write form, etc.... &lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;Layout sets of scripts are: &lt;/P&gt;&lt;P&gt;Header data, paragraph formats, charcter formats, windows, page windows, pages. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a &lt;STRONG&gt;template&lt;/STRONG&gt; is a document without any info but contains a heading, it contains provisions to enter the data.&lt;/P&gt;&lt;P&gt;its like a blue print&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for hash technique check the following link&lt;/P&gt;&lt;P&gt; &lt;A href="http://en.wikipedia.org/wiki/Hash_table" target="test_blank"&gt;http://en.wikipedia.org/wiki/Hash_table&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;prasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 05:49:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/3902006#M936227</guid>
      <dc:creator>prasanth_kasturi</dc:creator>
      <dc:date>2008-06-02T05:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/3902007#M936228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;3) Components of Script are&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Standard Text &lt;/P&gt;&lt;P&gt;        Style&lt;/P&gt;&lt;P&gt;        Layout Set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4)  Its not possible to go for 10th secondary list direct from 4th list. Since a secondary list wil be generated based on the data selected in the immediate above list.But, you can navigate back form 10th list to 4th list directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Hash alogorithm stores the data in such a format so that you can fetch the exact record in 2 power (n-1) hits in any table regardless of the lenth of the table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this HASH internal table is good enough if we use more no. of reads and less no. of writes in the concerned internal table..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 05:53:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/3902007#M936228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T05:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/3902008#M936229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pravin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For HASH ALGORITHM go to below link you will get clear idea abt Searching techniques also like Linear and Binary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://hamilton.bell.ac.uk/swdev2/notes/notes_17.pdf" target="test_blank"&gt;http://hamilton.bell.ac.uk/swdev2/notes/notes_17.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishvesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful rewards it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 05:54:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/3902008#M936229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T05:54:31Z</dc:date>
    </item>
  </channel>
</rss>

