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

Replaced SAP Code behaviour by Update or Node correction?

Former Member
0 Likes
1,092

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,071

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

8 REPLIES 8
Read only

Former Member
0 Likes
1,072

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

Read only

0 Likes
1,071

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

Read only

0 Likes
1,071

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?

Read only

0 Likes
1,071

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?

Read only

matt
Active Contributor
0 Likes
1,071

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

Read only

Former Member
0 Likes
1,071

Hi Ali,

You can do with Enhancement Framework, pls read the document given by the SAP in Wiki.

Regards,

Sathish

Read only

Former Member
0 Likes
1,071

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

Read only

Former Member
0 Likes
1,071

Thanks guys that is excatly what I wanted to know.