‎2009 Feb 17 1:16 PM
Hi All,
I want to replace my own Code for a SAP standard code in a Function Module .
Can I do that without any side effects?
I am thinking of SAP Updates or Node Fixes?
Best Regards
Ali
‎2009 Feb 17 1:26 PM
Hi Ali,
you can modify a SAP Standard Program only if SAP has given any provision to modify. Through Enhancement you can add your code with out any effort to Funcionality.
Regards,
Sathish
‎2009 Feb 17 1:26 PM
Hi Ali,
you can modify a SAP Standard Program only if SAP has given any provision to modify. Through Enhancement you can add your code with out any effort to Funcionality.
Regards,
Sathish
‎2009 Feb 17 1:50 PM
Hi Sathish,
I knew that already. My Question is not how to do it, it's more has it side effects in the future?
Regards
‎2009 Feb 17 2:02 PM
You modified a standard SAP function module with your own code, and now you want to replace your own coding with the new SAP code? Am I right?
‎2009 Feb 17 2:10 PM
Hi Micky,
I did not replace any code untill now.
What I'm afraid of is, when I make the change and for example 1 year later a new SAP Update for that changed function module is realesed and carried out.
Will then my code be deleted?
‎2009 Feb 17 2:28 PM
When you make a change to a standard SAP object, a repair flag is set. This flag tells the processing for upgrade and patches, that the object needs special care. Also, if you use the modification assistant, and make your changes carefully enough, you should be able to adapt to any new releases/fixes that sap put in.
Your code will NOT be deleted without you being aware.
matt
‎2009 Feb 17 1:57 PM
Hi Ali,
You can do with Enhancement Framework, pls read the document given by the SAP in Wiki.
Regards,
Sathish
‎2009 Feb 17 2:31 PM
At upgrade time or when patches are applied, your code may be overlain with new SAP code, but you will see this when you run transaction SPAU (which is a normal part of applying patches/upgrading).
Rob
‎2009 Feb 17 2:53 PM