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

COHV

Former Member
0 Likes
601

Hi,

I have a requirement for COHV transaction, Where I have to disable the 'Confirmation' push button in application tool bar.Navigation for that is Go to COHV ---> Go to 'Mass Processing' Tab. I have tried for Enhancements but couldn't get any. Can any one please suggest me whether it is possible or not ?

Regards,

Krishnam Raju

Hi,

I have a requirement for COHV transaction, Where I have to disable the 'Confirmation' push button in application tool bar.Navigation for that is Go to COHV ---> Go to 'Mass Processing' Tab. I have tried for Enhancements but couldn't get any. Can any one please suggest me whether it is possible or not ?

Regards,

Krishnam Raju

1 REPLY 1
Read only

Former Member
0 Likes
442

Hi Raju,

In order to acheive the requirement, please let me know if the following approach is feasible.

Make an implicit enhancement in the standard function module CO_WORK_TOOLBAR_CREATE.

In the function module after the statement FUNCTION co_work_toolbar_create.

Create an implicit enhancement and delete an entry from the internal table GTH_REGISTRATION

Based on the entry you have deleted the toolbar will not have that button.

Please let me know if you need further details on this approach.

Best Regards,

Goutham.