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

standard code modification with enhacement points..

Former Member
0 Likes
614

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
561

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.

3 REPLIES 3
Read only

former_member156446
Active Contributor
0 Likes
561

[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.

Read only

Former Member
0 Likes
561

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

Read only

Former Member
0 Likes
562

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.