‎2007 Jan 24 12:50 PM
Dear all,
Could you please suggest me how to modify standard include.
i have to modify below include
LCSIOFS1, line number 709
‎2007 Jan 24 12:54 PM
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.
‎2007 Jan 24 12:53 PM
hi,
YOu gotto have the access key for modification ... Contact your basis guy for providing the same ..
Regards,
santosh
‎2007 Jan 24 12:54 PM
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
‎2007 Jan 24 12:54 PM
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.
‎2007 Jan 24 3:46 PM
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
‎2007 Jan 25 11:25 PM
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