cancel
Showing results for 
Search instead for 
Did you mean: 

Deletion check in BOPF with draft handling

RAF
Active Contributor
0 Kudos

Hi,

i have a business object based on CDS and BOPF with draft handling implemented.

Here i followed the ABAP programming model for FIORI.

I have enabled all the actions incuding deletion.

Deletion is required but as usual for business objects it has to be restricted to some status.

What is the best way to implement this restriction?

I already checked the community and could not find a proper solution.

Validation is not getting triggered for deletion.

Determination is not behaving correct

Using the property helper to disable the action has no effect at all.

RAF
Active Contributor
0 Kudos

solved it in the property determinatnion with method

lo_property_helper->set_node_delete_enabled

Accepted Solutions (0)

Answers (0)