2008 Aug 06 3:35 PM
Hi all,
My requirement is related to Form EXIT. USEREXIT_PRICING_PREPARE_TKOMP
It is to add a Z field to pricing communication structure i.e. KOMPAZ.
So, my question is whether there is any enhancement spot available or this.
If it exits then help me with the same.
Steps to use enhancement spots.
regards,
Amruta.
2008 Aug 06 3:44 PM
Refer to Thomas Weiss's webblog series on enhancement framework. You will find good information on how to implement Enhancement spots.
Also this link might be helpful:
2008 Aug 06 3:48 PM
You need to add your fields in the KOMPAZ. They will be automatically avaliable in the KOMP as KOMPAZ is included in KOMP.
You can use the subroutine USEREXIT_PRICING_PREPARE_TKOMP to move the data to your custome fields.
Regards,
Naimesh Patel
2008 Aug 14 11:54 AM
Thanks for ur reply but how do i enhance the form subroutine.....
I think there has to be some enhancement spot for this...
can u help me with that.
2008 Aug 14 3:18 PM
hi,
yes enhancement spot is available for USEREXIT_PRICING_PREPARE_TKOMP
u can create enhance point in that routine.
first click on enhancement button (shift+F4) then
use menu path edit->enhancement operation->show implicit enhancement operation
after that it start showing line like that in USEREXIT_PRICING_PREPARE_TKOMP
-> """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
right click on the line and enhancement implimentation and create, it will create enhancement point at that particular place.
let me know, if solved
Yogesh