Application Development 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: 

Code change in standard SAP includes

Former Member
0 Kudos

Hi,

I need to comment out code of standard SAP include to fix the issue in my system.

If I open the include in change mode, it allows me to replace the code.

Can I change the code in standard SAP includes? How does these code changes can remain in system after new SPs implementation from SAP?

Thanks & regards,

Yogita

7 REPLIES 7

Former Member
0 Kudos

Is that include you are changing is related to User exit, to change any other standard include programs you need to have access code then only you can able to change it.

its not suggested to make modifications to any of the sap standard programs. Look for alternatives.

Thanks

Satya

0 Kudos

Hi,

I have registred the object to change standard SAP include.

Code is not related to User exit but its code in SAP include. How to adjust the code with upgrade or support pack implementation?

Regards,

Yogita

0 Kudos

Find an exit, badi, enhancement point to fulfill your changes.

Or change your business process to align with SAP standard.

It is not recommended to change SAP standard. If its just a report then copy it and create a Z. Or find other alternatives.

Regards,

Abdullah

0 Kudos

Hi,

Check for any implicit enhancement point is available in the include.

Open program in SE38 --> Edit Menu

--> Enhancement Operations

-->Show Implicit Enhancement Options.

Try to use this Enhancements provided by standard SAP.

regards

Rajesh V

0 Kudos

Hi,

Don't do it in a hurry it will spoil the system as a include may be used in several programs, tell us the program name and include name so that we can suggest some idea.

Regards

Karthik D

Former Member
0 Kudos

Hi,

Check for any implicit enhancement point is available in the include.

Open program in SE38 --> Edit Menu

--> Enhancement Operations

-->Show Implicit Enhancement Options.

Orange colour line shows places are you can use to write the code.

Try to use this Enhancements provided by standard SAP.

regards

Rajesh V

0 Kudos

Thanks,

With "Show Implicit enhancement options" , I can see orange color lines .

Do we need access key to change the code at orange color lines?

Is it a good option to use this functionality?

Thanks & regards,

Yogita