<?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: General FAQs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/general-faqs/m-p/1874123#M367712</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.client number: you can have any thing as like 800, 810,900&lt;/P&gt;&lt;P&gt;2. reduce running time: avoid unnecessary loops, check the select statement for the conditions....&lt;/P&gt;&lt;P&gt;3. error in the bdc: i will check with the error records and if there is error i will check it with the client and can make changes if necessary&lt;/P&gt;&lt;P&gt;4. bdc method: i'll prefer call transaction because u can handle the error records as u  want.in session  the error records will be handled by sap.&lt;/P&gt;&lt;P&gt;5.report and script:report is used for viewing at that time or to have a summary for any particulars like sales aorder summary for the given salt-to-party.&lt;/P&gt;&lt;P&gt;script is used to print the output of an application for ex: sales order.&lt;/P&gt;&lt;P&gt;6.scripts and forms:&lt;/P&gt;&lt;P&gt;script is a client dependent and forms is a client dependent, and xml format can be done using smartforms.&lt;/P&gt;&lt;P&gt;7. reg.functional spec technical spec's will be differ to company&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8.end-of-page is triggered at the end of the page this is used in the list&lt;/P&gt;&lt;P&gt;end-of-selection :to process the temporary dataset that you have created&lt;/P&gt;&lt;P&gt;9.push button&lt;/P&gt;&lt;P&gt; BEGIN OF SCREEN 500 AS WINDOW TITLE TIT,&lt;/P&gt;&lt;P&gt;    BEGIN OF LINE,&lt;/P&gt;&lt;P&gt;      PUSHBUTTON 2(10) BUT1 USER-COMMAND CLI1,&lt;/P&gt;&lt;P&gt;          END OF LINE,&lt;/P&gt;&lt;P&gt;      END OF SCREEN 500.&lt;/P&gt;&lt;P&gt;10.status&lt;/P&gt;&lt;P&gt;MODULE init_screen_0100 OUTPUT.&lt;/P&gt;&lt;P&gt;  SET PF-STATUS 'STATUS_100'.&lt;/P&gt;&lt;P&gt;  SET TITLEBAR '100'.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;11. calling a program in a report program&amp;gt;&lt;/P&gt;&lt;P&gt;use submit statement.&lt;/P&gt;&lt;P&gt;12. calling a transaction.&lt;/P&gt;&lt;P&gt;        ex: call transaction 'MM01'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Feb 2007 13:40:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-05T13:40:31Z</dc:date>
    <item>
      <title>General FAQs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general-faqs/m-p/1874120#M367709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please any body give answers for these  questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;Which client number you use for the current&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;project?&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;You are running a report. It is taking long time for&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;execution. What steps will you do to reduce the&lt;/P&gt;&lt;P&gt;execution time.&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;After running a BDC program in background, next&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;day morning when you see the results, few records&lt;/P&gt;&lt;P&gt;are not updated(error records). What will you do&lt;/P&gt;&lt;P&gt;then?&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;You are given functional specs for a BDC program&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;and you need to decide whether to write a method&lt;/P&gt;&lt;P&gt;call transaction or a session. How u will decide?&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;What is the difference between report and script?&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;what are the differences between scripts &amp;amp; smart&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;forms?&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;what are enhancements?&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;what are user-exits?&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;what is badi?&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;what is the difference between user-exit &amp;amp; BADIs?&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;what is the difference between user-exit &amp;amp;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;customer-exit?&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;how do you get functional specs  when you are&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;assigned some object? (specs through email..??)&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;How do you write technical specs?&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;How do you write UTP?(unit test plan)&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;what is the difference betn end-of-page and end-of-selection?&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;if you write a write statement after end-of-selection, will that be triggered?&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;how to create a button in selection screen?&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;how to add a gui status in a selection screen?&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;can you call a bdc program from a report? how?&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;can you call a transaction from a report? how?&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;what are ALV reports? how they are different from normal reports?&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;what are the main events that are used in an ALV report?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;can you create an internal table dynamically?(at run time&lt;/P&gt;&lt;P&gt;what is the role of ST05 in performance tuning?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 12:12:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general-faqs/m-p/1874120#M367709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-05T12:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: General FAQs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general-faqs/m-p/1874121#M367710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can find answers to ur queries in the follaowing sites:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can search this in this forums itself.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.help.sap.com" target="test_blank"&gt;www.help.sap.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.sapbrain.com" target="test_blank"&gt;www.sapbrain.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.sap.com/www.sap-img.com" target="test_blank"&gt;www.sap-img.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 12:17:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general-faqs/m-p/1874121#M367710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-05T12:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: General FAQs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general-faqs/m-p/1874122#M367711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;Which client number you use for the current&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;project?&lt;/P&gt;&lt;P&gt;It depends on the project..&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;You are running a report. It is taking long time for&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;execution. What steps will you do to reduce the&lt;/P&gt;&lt;P&gt;execution time.&lt;/P&gt;&lt;P&gt;Do a performance analysis and see if the peerformance can be improved in the code.&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;After running a BDC program in background, next&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;day morning when you see the results, few records&lt;/P&gt;&lt;P&gt;are not updated(error records). What will you do&lt;/P&gt;&lt;P&gt;then?&lt;/P&gt;&lt;P&gt;Go to sm35 and see the error log to find the reason for the records not being updated. and run the session for the error records in E mode.&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;You are given functional specs for a BDC program&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;and you need to decide whether to write a method&lt;/P&gt;&lt;P&gt;call transaction or a session. How u will decide?&lt;/P&gt;&lt;P&gt;Depending upon the volume of the data .Like less than 10000 records, then we should go for call transaction else, go for BDC session method.&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;What is the difference between report and script?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Report has so many limitation with respect to the fonts, styles and the sizes of the data that gets printed. Scripts addresses this issue.&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;what are the differences between scripts &amp;amp; smart&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;forms?&lt;/P&gt;&lt;P&gt;Scripts are primitive when compared to smartforms. &lt;/P&gt;&lt;P&gt;Scripts are basically clinet dependent where as smartforms are not clinet dependent.&lt;/P&gt;&lt;P&gt;..and many more.&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;what are enhancements?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;what are user-exits?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;User Exits are the locations where you can code to achieve customizating without tampering the standard code.&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;what is badi?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Enhancements are the Object Oriented way to change the standard functionality of a SAP starndard program without actually disturbing the SAP code.&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;how do you get functional specs when you are&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;assigned some object? (specs through email..??)&lt;/P&gt;&lt;P&gt;Mostly by mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 12:19:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general-faqs/m-p/1874122#M367711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-05T12:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: General FAQs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general-faqs/m-p/1874123#M367712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.client number: you can have any thing as like 800, 810,900&lt;/P&gt;&lt;P&gt;2. reduce running time: avoid unnecessary loops, check the select statement for the conditions....&lt;/P&gt;&lt;P&gt;3. error in the bdc: i will check with the error records and if there is error i will check it with the client and can make changes if necessary&lt;/P&gt;&lt;P&gt;4. bdc method: i'll prefer call transaction because u can handle the error records as u  want.in session  the error records will be handled by sap.&lt;/P&gt;&lt;P&gt;5.report and script:report is used for viewing at that time or to have a summary for any particulars like sales aorder summary for the given salt-to-party.&lt;/P&gt;&lt;P&gt;script is used to print the output of an application for ex: sales order.&lt;/P&gt;&lt;P&gt;6.scripts and forms:&lt;/P&gt;&lt;P&gt;script is a client dependent and forms is a client dependent, and xml format can be done using smartforms.&lt;/P&gt;&lt;P&gt;7. reg.functional spec technical spec's will be differ to company&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8.end-of-page is triggered at the end of the page this is used in the list&lt;/P&gt;&lt;P&gt;end-of-selection :to process the temporary dataset that you have created&lt;/P&gt;&lt;P&gt;9.push button&lt;/P&gt;&lt;P&gt; BEGIN OF SCREEN 500 AS WINDOW TITLE TIT,&lt;/P&gt;&lt;P&gt;    BEGIN OF LINE,&lt;/P&gt;&lt;P&gt;      PUSHBUTTON 2(10) BUT1 USER-COMMAND CLI1,&lt;/P&gt;&lt;P&gt;          END OF LINE,&lt;/P&gt;&lt;P&gt;      END OF SCREEN 500.&lt;/P&gt;&lt;P&gt;10.status&lt;/P&gt;&lt;P&gt;MODULE init_screen_0100 OUTPUT.&lt;/P&gt;&lt;P&gt;  SET PF-STATUS 'STATUS_100'.&lt;/P&gt;&lt;P&gt;  SET TITLEBAR '100'.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;11. calling a program in a report program&amp;gt;&lt;/P&gt;&lt;P&gt;use submit statement.&lt;/P&gt;&lt;P&gt;12. calling a transaction.&lt;/P&gt;&lt;P&gt;        ex: call transaction 'MM01'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 13:40:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general-faqs/m-p/1874123#M367712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-05T13:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: General FAQs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general-faqs/m-p/1874124#M367713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;Which client number you use for the current&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;project?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It depends on the client specifications. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;You are running a report. It is taking long time for&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;execution. What steps will you do to reduce the&lt;/P&gt;&lt;P&gt;execution time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Performance analysys can be done. There are some standards in coding also, for example "select matnr mbrsh meins from mara" is efficient than select *....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;After running a BDC program in background, next&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;day morning when you see the results, few records&lt;/P&gt;&lt;P&gt;are not updated(error records). What will you do&lt;/P&gt;&lt;P&gt;then?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error recors can be analysed using sm 35 and can change the code accordingly and run the process for error records( mode E )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;You are given functional specs for a BDC program&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;and you need to decide whether to write a method&lt;/P&gt;&lt;P&gt;call transaction or a session. How u will decide?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually method will be described in functional specs. If not, it depends on the no. of records. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;What is the difference between report and script?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can not have the formating options in the reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;what are the differences between scripts &amp;amp; smart&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;forms?&lt;/P&gt;&lt;P&gt;&amp;#149;	SAP Scripts are client dependent whereas Smartforms are client independent. &lt;/P&gt;&lt;P&gt;&amp;#149;	SAP Scripts require a driver program to display the output whereas in smartforms the form routines can be written so that it is standalone. &lt;/P&gt;&lt;P&gt;&amp;#149;	An integrated Form Builder helps to design Smartforms more easily than SAP Scripts &lt;/P&gt;&lt;P&gt;&amp;#149;	An Table Painter and Smartstyles to assist in building up the smartforms &lt;/P&gt;&lt;P&gt;&amp;#149;	On activation a function module is generated for Smartforms &lt;/P&gt;&lt;P&gt;&amp;#149;	It is possible to create a Smartform without a main window &lt;/P&gt;&lt;P&gt;&amp;#149;	Smartforms generates XML output which can be viewed through the web &lt;/P&gt;&lt;P&gt;&amp;#149;	Multiple page formats is possible in smartforms &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;what are enhancements?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is the concept of adding functionalities to the existing programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;what are user-exits?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is older version of enhancements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;what is badi?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object oriented concepts of user exits &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;what is the difference between user-exit &amp;amp; BADIs?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mentioned above&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;what is the difference between user-exit &amp;amp;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;customer-exit?&lt;/P&gt;&lt;P&gt;customer exit is a part of user exit.( we have field exits etc  along with these)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;how do you get functional specs when you are&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;assigned some object? (specs through email..??)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually through mails&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;How do you write technical specs?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is like blue print of the program flow ( it looks like algorithm)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;How do you write UTP?(unit test plan)&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;what is the difference betn end-of-page and end-of-selection?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end-of-page is used to trigger footer (usually), end-of-selection is user to mention the close of start-of-selection. ( it is not mandatory but, good programming practice).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;if you write a write statement after end-of-selection, will that be triggered?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the statement is not under the event, it wont.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;how to create a button in selection screen?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen pushbutton is the event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;how to add a gui status in a selection screen?&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;can you call a bdc program from a report? how?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the program itself is a report, usually we call the screens from the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;can you call a transaction from a report? how?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes. Using call transaction &amp;lt;tcode&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;what are ALV reports? how they are different from normal reports?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Redirecting the output data into grid controls. We can drag and drop the fields as we wish and it looks rich comparitively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI level="1" type="ol"&gt;&lt;P&gt;what are the main events that are used in an ALV report?&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same as classical reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you create an internal table dynamically?(at run time&lt;/P&gt;&lt;P&gt;what is the role of ST05 in performance tuning?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2007 14:08:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general-faqs/m-p/1874124#M367713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-05T14:08:02Z</dc:date>
    </item>
  </channel>
</rss>

