Hi,
in BPC 10.1 custom controls are available (flag as customized) for which you can implement a badi on the enhancement spot UJCTRL_RUN_CONTROL.
If you implement a BADI, you see one exporting parameter, ET_RESULT (type hashed table) . At runtime this table contains
dimensions for your controls and the following fields :
SUB_CONTROL_ID ( c(20) )
CTRL_STATUS ( c(1) )
RELATED_LINK ( cstring )
DESCRIPTION ( cstring )
I don't find the correct values to populate the exporting internal table with, in order to show the custom control in the results of the executed control set.
I have tried populating valid dimension id's and control status ( F - failed ) but nothing shows in the control results.