BAdI: /SCT/QP_BADI_CONTROLLER
Interface /SCT/QP_IF_BADI_CONTROLLER
Method | Description  | 
|---|---|
do_delete_mod_node_after  | After deleting a node After deleting a node, this BADI method can be executed. With this it is possible to implement special logics, what should happen after the deletion of certain nodes.  | 
do_delete_mod_node_before  | Before deleting a node This BADI method can be executed before nodes are deleted. This allows you to implement special logic that is to be executed before a node is deleted.  | 
is_base_action_allowed  | Restriction of actions This BADI method can be executed while checking whether an action is allowed. Here it would be possible, for example, to override the standard logic and allow or disallow certain actions in certain situations.  | 
on_fcode  | Processing function code This BADI method can be executed when an operation is executed. It would be possible to include special logic that is to be executed for certain operations, for example.  | 
set_active_after  | After setting the current BASE in the controller This BADI method can be executed after the current Base entry has been set in the controller.  | 
set_expl_date  | Sets the resolution date.  |