2008 Jan 16 8:46 PM
To you Sap experts:
Can you point me to Sap document that lists the acceptable methods to follow when modifing SAP standard (abap code). We are on release 4..7.
I assume there is a best practice guide if you have to modify standard Sap code of what to do and don't do. Ex:. Field exit, CMOD, SMOD... Thanks for assistance.
2008 Jan 16 10:47 PM
Hi,
You can implement your own logic using User Exits (which includes function module exits, screen exits, field exits and menu exits), Badi's, Enhancement points and Business Transaction, Events.
Thanks,
Srinivasa Rada
2008 Jan 16 10:47 PM
Hi,
You can implement your own logic using User Exits (which includes function module exits, screen exits, field exits and menu exits), Badi's, Enhancement points and Business Transaction, Events.
Thanks,
Srinivasa Rada
2008 Jan 17 8:35 PM
Information helpful.
I was looking for a Sap guide that lists the acceptable methods and why you would pick one approach over another with consideration to long term maintenance and future upgrade of Sap systems.