‎2009 Jul 08 7:27 PM
hi,
i need to modify a couple of my standard programs. I have been suggested to follow this approach.
first get the acces key and go to change mode. then where u want to insert ur code, click on the insert button and get the insert block. Then here I need to have an implicit point !! how do i create that ? where do i associate these enh points to an enhancement spot ??
also, the advantage stated is that tomorrow if i dont need this modifications, i can just simply switch off the enhancement spot ?? or point ?? i am not sure ? any details on that ?
another question is what happens when tomorrow sap changes this standard program. will my enhancement point/spot remian intact ?? what do i do to reapply my changed code as enh points ??
can anyone please throw some more light on all these ??
thks
‎2009 Jul 09 7:37 AM
Hi,
What I understood from you that
(1) You need to modify standard programs.
(2) Will it be available after SAP up gradation?
First, SAP provides various of functionality to modify the
Standard program like [Customer Exits (Screens, programs and tables), BADI, Enhancement points.]
Try to explore your requirement and there will be some solution provide by SAP. As these are the SAP
Functionality and changes will be supported by SAP in future too.
If still there requirement which doesn't match then u should go for "Access key solution". it will not show ur changes after up gradation of SAP :(.
Thanks.
‎2009 Jul 09 12:13 AM
[Enhancement Framework>> |http://wiki.sdn.sap.com/wiki/x/cwXEB]
"another question is what happens when tomorrow sap changes this standard program"
SAP would use some logic, which will make sure they are not spoiling the enhancement points...
rettkomv = xkomv.
perform (^*&*&&*) using xkomv from saplv61a if found. "<< I can only remember this for now..
xkomv = rettkomv.
‎2009 Jul 09 4:57 AM
hai ,
just be clear on waht u want to do ,
first since u used access key and change the standard code that do need any enhancement points ,
just u can click insert button and insert ur code , the modifications are not suported by sap in future
another option is enahcnement point , bt this can be done at start of ur program and endo fo the program
other than this if u have enhancement points mentioned u can add ur own code by implememtning them
and these changes will be supported by sap in future as it is sap functionality
so firs tsearch for user exits, badis, enahncement points if these are not available then go for modification of the code
m.a
‎2009 Jul 09 7:37 AM
Hi,
What I understood from you that
(1) You need to modify standard programs.
(2) Will it be available after SAP up gradation?
First, SAP provides various of functionality to modify the
Standard program like [Customer Exits (Screens, programs and tables), BADI, Enhancement points.]
Try to explore your requirement and there will be some solution provide by SAP. As these are the SAP
Functionality and changes will be supported by SAP in future too.
If still there requirement which doesn't match then u should go for "Access key solution". it will not show ur changes after up gradation of SAP :(.
Thanks.