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

Remove Enhancement Implementation...

Former Member
0 Likes
1,890

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

5 REPLIES 5
Read only

Former Member
0 Likes
845

if u want to delete the enhancement point,

jus right click on that enhancement point-> enhancements and undo

Read only

Former Member
0 Likes
845

Hi,

Use Tcode : SPAU_ENH

Thanks,

Anitha

Read only

0 Likes
845

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

Read only

0 Likes
845

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

Read only

0 Likes
844

Thanks Anita...