
method eh_onsearch.
data: lr_query_service type ref to cl_crm_bol_dquery_service,
lr_result type ref to if_bol_bo_col.
lr_query_service ?= me->typed_context->zempsearch->collection_wrapper->get_current( ).
lr_result = lr_query_service->get_query_result( ).check lr_result is bound.
me->typed_context->zemployee->set_collection( lr_result ).
endmethod.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
4 | |
2 | |
2 | |
1 | |
1 | |
1 |