‎2006 Oct 07 10:12 AM
‎2006 Oct 07 10:27 AM
hi,
you cant directly modify.
you copy the code to an zprogram.
modfiy that pgm.
rgds
anver
if hlped mark points
‎2006 Oct 07 10:43 AM
Hi ,
any SAP Standard program that may be a report or FM etc...cant be modified directly ..
To modify those either you musthave the accesskey or You need to copy the smae into Z/Y programs then we can do the required modifications.
regards,
‎2006 Oct 07 1:44 PM
hi
good
follow the following process,
1-copy the starndard report to a zreport
2-look for any user exit for that particular program ,
if you got anyone than use it for the changes,if not try to debug it and find out the location where you have to do the changes,
3- change the program accordingly.
thanks
mrutyun^
‎2006 Oct 07 1:55 PM
Standard reports are not supposed to be modified. You can copy the program and create Z program to modify.
Also you have to look for the user exit if you want to add some functionality. SAP has provided some standard exits which we can modify to add our own functionality to them.
<b>To know more about User Exits, look at these good links-</b>
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.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
http://www.sappoint.com/abap/userexit.pdfUser-Exit
Please note When upgrade, standard program may be replaced by new version, so it is not advisable to change the program by access key.
nowadays customization are more towards using BADI. You should also learn on using BADI in case user exit is not suitable to solve your client request.
regards
vivek
*reward points if this helps