‎2009 Apr 20 8:39 AM
Hi all,
During the creation of a business partner using the transaction code BP, a modal dialog window is displayed.
The user must enter the BP who is confirming privacy and must click on 'Yes' to proceed.
If 'No' is selected, then the transaction will terminate.
This has been developed using the statements:
ENHANCEMENT id.
...
ENDENHANCEMENT.
These statements define a source code plug-in with the ID id.
Between the statements, a source code enhancement can be implemented. Here I have found out this enhancement implementation. This is known as ZBUPA_DIALOG_BEFORE_CREATION.
Now what i need to do is to remove this "enhancement implementation" so that the modal dialog window does not appear any more.
please let me know how to remove this enhancement implementation ???
‎2009 Apr 20 8:53 AM
if u want to delete the enhancement point,
jus right click on that enhancement point-> enhancements and undo
‎2009 Apr 20 9:21 AM
‎2009 Apr 20 9:32 AM
Well, I used the T.Code SPAU_ENH.
I am getting an option of "deleting" the Enhancement Implementation on Right-clicking.
Now in order to remove the Enhancement Implementation will I have to delete it ???
‎2009 Apr 20 9:36 AM
Hi,
click the Enhancement Implementation (Drop down)
In the second drop down give the name of your implementation Eg: ztest
click Eneter.
than right click and delete.
Thanks,
Anitha
‎2009 Apr 27 9:39 AM