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

how to modify standard program/include

Former Member
0 Likes
4,890

Dear all,

Could you please suggest me how to modify standard include.

i have to modify below include

LCSIOFS1, line number 709

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,207

Hi Srinivas,

You cannot modify any SAP standard program,

You can use user-exit, screen exits if you want to include something to the standard screen.

5 REPLIES 5
Read only

Former Member
0 Likes
2,207

hi,

YOu gotto have the access key for modification ... Contact your basis guy for providing the same ..

Regards,

santosh

Read only

Former Member
0 Likes
2,207

Hi Srinivas,

Check out in these links.

Usually we do it using User exits.

I think you can achieve ur requirement using <b>Enhancement Points </b>

/people/thomas.weiss/blog/2006/01/24/what-the-new-enhancement-framework-is-for-150-its-basic-structure-and-elements-for-beginners

/people/thomas.weiss/blog/2006/03/15/the-new-enhancement-framework-part-2--what-else-you-need-to-know-before-building-an-enhancement

/people/thomas.weiss/blog/2006/04/03/how-to-define-a-new-badi-within-the-enhancement-framework--part-3-of-the-series

/people/thomas.weiss/blog/2006/04/18/how-to-implement-a-badi-and-how-to-use-a-filter--part-4-of-the-series-on-the-new-enhancement-framework

/people/thomas.weiss/blog/2006/05/03/source-code-enhancements--part-5-of-the-series-on-the-new-enhancement-framework

Reward points if this helps.

Manish

Read only

Former Member
0 Likes
2,208

Hi Srinivas,

You cannot modify any SAP standard program,

You can use user-exit, screen exits if you want to include something to the standard screen.

Read only

0 Likes
2,207

Hi,

just go to editor (se38/se80) and choose change to modify an objects. You need to request a access key for the user and the object from OSS.

Do only modify an object if you found no other alternative like user exit BAdI or ).<a href="https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/thenewEnhancementFrameworkandthenewkernel-basedBAdI&">Enhancement Framework</a> (Available wit NetWeaver 2004s

Regards

Michael

Read only

Former Member
0 Likes
2,207

Srinivas,

If you are working on SAP Version lower to 6.0, You have to get the access key for object:LCSIOFS1 to include/modify custom code.

If you are using ECC6.0 Version, check if standard code have any statement witl ÉNHANCEMENT-POINT' . If so you can implement that enhancement point using the Enhancement workbech.

-Anil