cancel
Showing results for 
Search instead for 
Did you mean: 

how to enable save and cancel button while clicking on edit button

0 Kudos

I am not able to enable the save and cancel buttons in the overview page while clicking on edit button in the assignment block.

How to enable the buttons?

Can anyone please help me with the solution.

Accepted Solutions (0)

Answers (1)

Answers (1)

Varun_Agarwal
Advisor
Advisor
0 Kudos

You can place breakpoints in the following methods and debug what is causing this issue to occur:

CL_BSP_DLC_CONFIG Method: IS_BUTTON_CONFIG_ENABLED

CL_BSP_WD_WINDOW Method: IF_BSP_WD_TOOLBAR_CALLBACK~GET_BUTTONS

CL_BSP_DLC_CONFIG Method:HANDLE_BUTTON_CONFIG

CL_BSP_DLC_CONFIG Method: SAVE

CL_BSP_DLC_CONFIGURATION2 Method: IF_BSP_DLC_CONFIGURATION~HAS_BUTTON_CONFIG

CL_BSP_WD_VIEW_CONTROLLER Method: CFG_BUTTONS_IS_ACTIVE

CL_BSP_WD_VIEW_CONTROLLER Method: CFG_BUTTONS_MODIFY

CL_BSP_WD_VIEW_CONTROLLER Method: CFG_NUM_VISIBLE_BUTTONS_MODIFY

Best Regards,
Varun Agarwal

0 Kudos

Hello,

Yes, I have placed the breakpoints and debugged , So the problem lies with the global edit attribute how make edit as global?

Can you please suggest me with this?