<?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/1898084#M375299</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi reddy here are a few answers..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;23. transaction code: SMARTFORMS,menu Utilities - Migrate Scripts to Smartforms. &lt;/P&gt;&lt;P&gt;5.We can access structures and the tables that are updated during runtime. &lt;/P&gt;&lt;P&gt;Else you have to pass the structure values to the table in the print program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.max 9 indexes for a db table .however u can create additional indexes&lt;/P&gt;&lt;P&gt;9.yes it wud be triggered&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however for better performance in the intw have a look at these links,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/important-abap-faq.htm" target="test_blank"&gt;http://www.sap-img.com/abap/important-abap-faq.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/sapscripts/faq-for-sap-scripts.htm" target="test_blank"&gt;http://www.sap-img.com/sapscripts/faq-for-sap-scripts.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all the best,&lt;/P&gt;&lt;P&gt;sampath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*award points if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        sampath pilla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jan 2007 04:56:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-24T04:56:33Z</dc:date>
    <item>
      <title>Abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/1898081#M375296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Abap Interview Questions this is very urgent for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.	What is Primary key, foreign key ? what is primary index? &lt;/P&gt;&lt;P&gt;secondary index?&lt;/P&gt;&lt;P&gt;5.	how many indexes can be created for a table?&lt;/P&gt;&lt;P&gt;7.	what are the components of a table?&lt;/P&gt;&lt;P&gt;9.	if you write a write statement after end-of-selection, will that be triggered?&lt;/P&gt;&lt;P&gt;5.	How can we use tables in sap scripts?&lt;/P&gt;&lt;P&gt;23.	How to convert a sapscript to smart form?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 04:39:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/1898081#M375296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T04:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/1898082#M375297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;4. What is Primary key, foreign key ? what is primary index? &lt;/P&gt;&lt;P&gt;secondary index?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          Primary key is the key which is unique in the table&lt;/P&gt;&lt;P&gt;          Primary index is the default index created for the table on primary keys&lt;/P&gt;&lt;P&gt;          Secondary index is created on requirement based on some fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. how many indexes can be created for a table?&lt;/P&gt;&lt;P&gt;      9 indexes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9. if you write a write statement after end-of-selection, will that be triggered?&lt;/P&gt;&lt;P&gt;     yes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 04:45:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/1898082#M375297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T04:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/1898083#M375298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;4) Primary key is the set of fields of a table that uniqely identify a record of a table. Foriegn key is to make srure data consistancy that is reference from a table to another tables primary key or key field. Primary index is automatically crated in ABAP and is nothing but an index over the primary key. Secondary key is somthing that we can create on a table and is a set of keys which we think are mostly used in the WHERE clause. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5)We can create as many as 9 secondary indexes as we want but it is better not to have more than 2. There can be only one primary index. Indexs can be database specific.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Seshatalpasai Madala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 04:45:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/1898083#M375298</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-01-24T04:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/1898084#M375299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi reddy here are a few answers..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;23. transaction code: SMARTFORMS,menu Utilities - Migrate Scripts to Smartforms. &lt;/P&gt;&lt;P&gt;5.We can access structures and the tables that are updated during runtime. &lt;/P&gt;&lt;P&gt;Else you have to pass the structure values to the table in the print program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.max 9 indexes for a db table .however u can create additional indexes&lt;/P&gt;&lt;P&gt;9.yes it wud be triggered&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however for better performance in the intw have a look at these links,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/important-abap-faq.htm" target="test_blank"&gt;http://www.sap-img.com/abap/important-abap-faq.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/sapscripts/faq-for-sap-scripts.htm" target="test_blank"&gt;http://www.sap-img.com/sapscripts/faq-for-sap-scripts.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all the best,&lt;/P&gt;&lt;P&gt;sampath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*award points if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        sampath pilla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 04:56:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/1898084#M375299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T04:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Abap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/1898085#M375300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Primary Key : it is set for a field to avoid duplicate enteries(or re-entry of a particular data)&lt;/P&gt;&lt;P&gt;Foreign Key: Foreign Key relationship is set between the parent table and the foreign key table. depend on the cardinality the foreign key table accepts the entry as it is in the parent table, generally if u set a foreignkey relationship in the table for a field the value u enter will be checked with the parent table and it will be saved only if the value of that field is in the parent table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;primary index: The primary index is always created automatically in the R/3 System. It consists of the primary key fields of the database table. This means that for each combination of fields in the index, there is a maximum of one line in the table. This kind of index is also known as UNIQUE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondary index:secondary indexes, which can restrict the number of table entries searched to form the result set. &lt;/P&gt;&lt;P&gt;You specify the fields of secondary indexes using the ABAP Dictionary. You can also determine whether the index is unique or not. However, you should not create secondary indexes to cover all possible combinations of fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. ans: 9 indexes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7.components of a table : data element, domain, etc.&lt;/P&gt;&lt;P&gt;9. it will get triggered&lt;/P&gt;&lt;P&gt;23 . u can convert SAPSCRIPT to SMARTFORMS from the transaction SMARTFORMS itself from menu Utilities - Migrate Scripts to Smartforms.&lt;/P&gt;&lt;P&gt;or u can use program SF_MIGRATE.&lt;/P&gt;&lt;P&gt;note: only the layout will be migrated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 06:51:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap/m-p/1898085#M375300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T06:51:55Z</dc:date>
    </item>
  </channel>
</rss>

