2007 Feb 26 11:59 AM
what is the use of standard text in sap scripts, why can't we hard code the same information in form itself?
what are user exits and how can we create them?
can we modify the sap provided code?
what are oss notes?
what are the different types of performance techniques?
can we do modifications on output of ALV reports, how?
Please help me.
vamsi.
2007 Feb 26 12:06 PM
hi,
<u>USER EXITS-></u>
1. Introduction:
User exits (Function module exits) are exits developed by SAP.
The exit is implementerd as a call to a functionmodule.
The code for the function module is writeen by the developer.
You are not writing the code directly in the function module,
but in the include that is implemented in the function module.
The naming standard of function modules for functionmodule exits is:
EXIT_<program name><3 digit suffix>
The call to a functionmodule exit is implemented as:
CALL CUSTOMER.-FUNCTION ❤️ digit suffix>
http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
<u>OSS NOTES</u>
Go to Service.sap.com/notes with a S user id that
you might have and then you type the NOTE number that you have and look at the details of the note.
<u>what are the different types of performance techniques?</u>
http://www.erpgenie.com/abap/performance.htm
http://www.thespot4sap.com/Articles/SAPABAPPerformanceTuning_PerformanceAnalysisTools.asp
http://www.sap-img.com/abap/performance-tuning-for-data-selection-statement.htm
Regards
anver
2007 Feb 26 12:09 PM
Hi,
User exits are special includes provided by SAP where customer can write his own code and get it executed.
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.
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.
Regards,
Sesh
2007 Feb 26 12:16 PM
For user exits, check below links:
http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
http://www.sapgenie.com/abap/code/abap26.htm
http://www.sap-img.com/abap/what-is-user-exits.htm
http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
http://www.easymarketplace.de/userexit.php
http://www.sappoint.com/abap/userexit.pdfUser-Exit
http://www.planetsap.com/userexit_main_page.htm
Yes, we can modify sap provided code using access keys which can be availble to us from service.sap.com
Yes, we can do modifications on ouput ALV report by keeping editable fields in alv and setting related PF status.
<b>Vamsi, one request for you</b>: 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 .
Best Regards,
Vibha
*Please mark all the helpful answers