cancel
Showing results for 
Search instead for 
Did you mean: 

How to make the fields of BP_CENTRL entity editable for Block and Delete process

ashwincap
Explorer
0 Kudos
254

Hi Experts,

I have a requirement where I need to make the fields of the BP_CENTRL entity as editable for the Block and delete Customer process.

Currently, when a process a change request, the fields of the various entity are in read only mode.

I tried to change the field properties to make it editable in the class: CL_GUIBB_BOL_FORM, method:  GET_FIELD_UI_PROP, however the fields are displayed in the read only mode for the block or delete process.

Please let me know how this can be achieved or if this is possible at all.

Thanks

Ashwini

Accepted Solutions (0)

Answers (1)

Answers (1)

michael_theis
Advisor
Advisor
0 Kudos

Hi Ashwini,

this is not possible. For changing existing data, you may use the common CHANGE action. BLOCK and DELETE are reserved for the related flags only. The behavior of the backend transactions like XD06, XK05 is the same. Furthermore BLOCK and DELETE require specific authorizations, too.

Best regards

Michael