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: 

Invoking user exits in ECC 6

Former Member
0 Kudos

Hi,

We are on ECC 6 and i wanted to invoke MV45AFZZ for VA21 & VA22. But it seems that in ECC 6 we need to create enhancements and they work somewhat differently from 4.7. Can anyone please let me know how to create enhancements in MV45AFZZ.

Is there any link for the same.

Regards,

Jayant

6 REPLIES 6

former_member376453
Contributor
0 Kudos

are you not able to see MV45AFZZ in SE38 ????? I think you can, to modify this ask for access key from basis.

Kuntal

0 Kudos

Hi,

MV45AFZZ is there, but i am not able to create enhancements. I wanted to know the procedure for same.

Regards,

Jayant

0 Kudos

You need the access key to edit the form inside this program. You can find some Form - Endform. e.g. -

USEREXIT_DELETE_DOCUMENT

USEREXIT_FIELD_MODIFICATION

USEREXIT_MOVE_FIELD_TO_VBEP

..................................

Like this. after giving the access key you can put your code within the appropriate Form - endform.

Former Member
0 Kudos

Hi,,

Clk on Enhance the circle symbol in white color.

(shift+f4).

edit->enhancement operation->show implicit enahcement operation.

now u will get two arrows with """""""""""""""""""""""""""""""

""""""""""""""""""""""""""""""""""""

Now right clk on the """""""""""""""""""""""""" and say enhncement -> cretae/change/display.

Regards

Former Member
0 Kudos

Hi Jayant,

MV45AFZZ in ECC will work in a similar fashion as in 4.7. The difference in ECC is the enhancement framework, which was not available in 4.7.

Refer to the following link for details of enhancement framework :

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/9cd334f3-0a01-0010-d884-f5612003...

Thanx & Rgds,

Krishna