<?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: INTERVIEW QUESTIONs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interview-questions/m-p/1958639#M394296</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;       User exits are special includes provided by SAP where customer can write his own code and get it executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       Yes we can modify the SAP standard code by gettnig an access key from SAP. You should avoid this and use the enhancement options instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       OSS note's are released by SAP either to guide the customer or to provide immediate fix to the customer which will later be part of an support pack.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Feb 2007 12:09:45 GMT</pubDate>
    <dc:creator>seshatalpasai_madala</dc:creator>
    <dc:date>2007-02-26T12:09:45Z</dc:date>
    <item>
      <title>INTERVIEW QUESTIONs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interview-questions/m-p/1958637#M394294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the use of standard text in sap scripts, why can't we hard code the same information in form itself?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what are user exits and how can we create them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; can we modify the sap provided code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; what are oss notes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; what are the different types of performance techniques?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; can we do modifications on output of ALV reports, how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vamsi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2007 11:59:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interview-questions/m-p/1958637#M394294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-26T11:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: INTERVIEW QUESTIONs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interview-questions/m-p/1958638#M394295</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;&amp;lt;u&amp;gt;USER EXITS-&amp;gt;&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;1. Introduction: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User exits (Function module exits) are exits developed by SAP. &lt;/P&gt;&lt;P&gt;The exit is implementerd as a call to a functionmodule. &lt;/P&gt;&lt;P&gt;The code for the function module is writeen by the developer. &lt;/P&gt;&lt;P&gt;You are not writing the code directly in the function module, &lt;/P&gt;&lt;P&gt;but in the include that is implemented in the function module. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The naming standard of function modules for functionmodule exits is: &lt;/P&gt;&lt;P&gt;EXIT_&amp;lt;program name&amp;gt;&amp;lt;3 digit suffix&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The call to a functionmodule exit is implemented as: &lt;/P&gt;&lt;P&gt;CALL CUSTOMER.-FUNCTION &lt;span class="lia-unicode-emoji" title=":red_heart:"&gt;❤️&lt;/span&gt; digit suffix&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm" target="test_blank"&gt;http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;OSS NOTES&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;Go to Service.sap.com/notes with a S user id that&lt;/P&gt;&lt;P&gt; you might have and then you type the NOTE number that you have and look at the details of the note.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;what are the different types of performance techniques?&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/abap/performance.htm" target="test_blank"&gt;http://www.erpgenie.com/abap/performance.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.thespot4sap.com/Articles/SAPABAPPerformanceTuning_PerformanceAnalysisTools.asp" target="test_blank"&gt;http://www.thespot4sap.com/Articles/SAPABAPPerformanceTuning_PerformanceAnalysisTools.asp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/performance-tuning-for-data-selection-statement.htm" target="test_blank"&gt;http://www.sap-img.com/abap/performance-tuning-for-data-selection-statement.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2007 12:06:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interview-questions/m-p/1958638#M394295</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2007-02-26T12:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: INTERVIEW QUESTIONs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interview-questions/m-p/1958639#M394296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;       User exits are special includes provided by SAP where customer can write his own code and get it executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       Yes we can modify the SAP standard code by gettnig an access key from SAP. You should avoid this and use the enhancement options instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       OSS note's are released by SAP either to guide the customer or to provide immediate fix to the customer which will later be part of an support pack.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2007 12:09:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interview-questions/m-p/1958639#M394296</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-02-26T12:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: INTERVIEW QUESTIONs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interview-questions/m-p/1958640#M394297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For user exits, check below links:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm" target="test_blank"&gt;http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/code/abap26.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/code/abap26.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/what-is-user-exits.htm" target="test_blank"&gt;http://www.sap-img.com/abap/what-is-user-exits.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction" target="test_blank"&gt;http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.easymarketplace.de/userexit.php" target="test_blank"&gt;http://www.easymarketplace.de/userexit.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/userexit.pdfUser-Exit" target="test_blank"&gt;http://www.sappoint.com/abap/userexit.pdfUser-Exit&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.planetsap.com/userexit_main_page.htm" target="test_blank"&gt;http://www.planetsap.com/userexit_main_page.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, we can modify sap provided code using access keys which can be availble to us from service.sap.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, we can do modifications on ouput ALV report by keeping editable fields in alv and setting related PF status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Vamsi, one request for you&amp;lt;/b&amp;gt;: Please close all your threads if u have got satisfactory answers for the same and please don't forget to mark useful answers by clicking on star in the left panel .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vibha &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2007 12:16:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interview-questions/m-p/1958640#M394297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-26T12:16:19Z</dc:date>
    </item>
  </channel>
</rss>

