‎2009 Aug 04 4:50 PM
Hi,
I need few changes in the standard SAP program.
Is it ok to change the standard SAP program using access key or create Z program to solve this?
Which is better option?
Thanks & regards,
Yogita
‎2009 Aug 04 5:03 PM
Hi ,
it all need upon requrement..
if any extra paramaters need to add to input or output ---check for Badi or User-exits and add functionality.
if no enhacements found try to create a copy of standard program and create z Program and add own code..
Always better to create custom program for rather manually doing code changes to standard program..
Prabhudas
‎2009 Aug 04 5:04 PM
This has been discussed from time to time, so if you search you will get some ideas.
Basically, the SAP mantra is "No changes to SAP programs."
However, if you make a copy of a standard program and modify that, you will not get the benefit of any changes SAP makes to the standard program. If you change the standard program, you will have to examine it when you upgrade (using SPAU) and decide if you want to keep your changes.
Rob