How shall we deactivate an enhancement in the code extract? Please refer to the code that needs to be deactivated. Can anyone guide me on how to deactivate the Enhancement...
Please refer to the Code segment:
*$$-Start: (1 )----
$$*
ENHANCEMENT 1 ZBUPA_DIALOG_BEFORE_CREATION. "active version
***
When a user presses the 'Create new person' button, a modal dialog*
window is required to be 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.*
if iv_partner_type eq '1'. "Create Person record
call function 'Z_ZBP6_CALL_SCREEN_0100'.
endif.
ENDENHANCEMENT.
*$$-End: (1 )----
$$*