cancel
Showing results for 
Search instead for 
Did you mean: 

What will be the impact of modifying an instance method using Insert Line Area

Former Member
0 Kudos

Hi Experts,

I would just want to know what would be the impact if I will modify an instance method using Insert line area instead of creating an enhancement? If our SAP systems will refresh, will the code I implemented will be deleted too?

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

matt
Active Contributor

When you run an upgrade, the tool SPAU is used to deal with both enhancements and direct modifications. That is, you will be notified that you need to check out your change and perhaps make changes. For more information search for "SPAU" and "Upgrade".

For preference, use an enhancement. Only use a modification if you can't enhance.

Answers (1)

Answers (1)

former_member182550
Active Contributor
0 Kudos

I also tend to put any enhancements/modifications in an include and then 'include' that include where I want the enhancement to go. In that way even if the enhancement gets deleted you still have the code.