Hi Dharmakasi,
Method WD_CREATE_CONTEXT has the following code:
method WD_CREATE_CONTEXT.
* create the context
context = cl_bsp_wd_context=>get_instance(
iv_controller = me
iv_type = 'ZL_IUICOBJD_CONNECTIONOBJ_CTXT' ).
typed_context ?= context.
* prepare context by super call
me->context_node_name = 'CONNECTIONOBJECT'.
* super->wd_create_context( ). <==This is the line I comment
* Added by wizard
ztyped_context ?= context.
endmethod.
When I look for CI_CON in tables I don't find anything. Do I have to look for other one?
I've added a custom field to BP using AET and the wizard add the field to tables BUT000, BUT000_TD,BUT000_TDS, BUTADRSEARCH
I don't know how to find the ConnectionObject table. I'm thinking to activate a ST05 trace, but I don't know if there's an easier way to find it.
Thank you!