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 ???