cancel
Showing results for 
Search instead for 
Did you mean: 

SCASE / UKM_CASE change/add function buttons into ALV Overview

BorjaB
Newcomer
0 Kudos
82

Dears,

I know about the functionallity to add additional "Functions" to DCD cases using configuration + BADI implemenation.

The problem is this functionality does not cover the ALV display, where also additional function buttons are available like "Change field content", Reject, Release, Check....

BorjaB_0-1733420505050.png

We would need to be able to add a new function at this level, not a DCD level where I am able to make it. I have checked if those buttons are linked to the existing Functions but it is not, they are not using same methods. 

Could you please share with me if there is any option to make this possible?
Thank you in advanceç

Borja

Accepted Solutions (0)

Answers (1)

Answers (1)

HakanHaslaman
Product and Topic Expert
Product and Topic Expert
0 Kudos

To add custom function buttons to the ALV overview in SCASE/UKM_CASE, you may can use the SE80 to locate the program or screen controlling the ALV grid and find the method managing the toolbar, like SET_TOOLBAR or similar. Use an enhancement point or BADI to add your button and implement the HANDLE_USER_COMMAND or equivalent method to process your button's functionality. Then activate the enhancement and verify the button appears and works without affecting standard functions. May that works.