Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BADI, user exit, modification assistant

Former Member
0 Likes
559

hi!

BADI and user exits wont be ovverriden if SAP makes patches, but what about changes made with the modification assistant?

When you "Insert" code because there is no user exit or BADI?

if you "insert" code, for example a call to a custom function:

CALL FUNCTION Z_MYFUNCTION

will this bi overwritten by SAP? or will it survive because it starts with Z?

Is there a tutorial och article where I can read the rules for customizations, what will be overwritten by upgrades and what won't?

1 ACCEPTED SOLUTION
Read only

suresh_datti
Active Contributor
0 Likes
474

When you insert code using the Modification Assistant, you will have an option to retain your changes or reset to original during patch/support pack upgrades.. this option is given via the Tcode SPAU.Please go through this

<a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/60/d6ba7bceda11d1953a0000e82de14a/frameset.htm">SAP Help</a>

~Suresh

hi!

BADI and user exits wont be ovverriden if SAP makes patches, but what about changes made with the modification assistant?

When you "Insert" code because there is no user exit or BADI?

if you "insert" code, for example a call to a custom function:

CALL FUNCTION Z_MYFUNCTION

will this bi overwritten by SAP? or will it survive because it starts with Z?

Is there a tutorial och article where I can read the rules for customizations, what will be overwritten by upgrades and what won't?

1 REPLY 1
Read only

suresh_datti
Active Contributor
0 Likes
475

When you insert code using the Modification Assistant, you will have an option to retain your changes or reset to original during patch/support pack upgrades.. this option is given via the Tcode SPAU.Please go through this

<a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/60/d6ba7bceda11d1953a0000e82de14a/frameset.htm">SAP Help</a>

~Suresh