cancel
Showing results for 
Search instead for 
Did you mean: 

Fill values in transaction launcher

0 Kudos
105

Hello,

I'm trying to launch a transaction launcher by clicking a button in component BT126H_APPT, view ApptOVViewset. The transaction launcher works great, but I can't fill the values with the partner number field and the description field.

I try to fill the CURRENTIREC entity in the event handler of the button with the following coding:


  lr_data ?= me->typed_context->btadminh->collection_wrapper->get_current( ).
  lv_bdc = cl_crm_ui_data_context_srv=>get_instance( me ).
  lv_bdc->set_entity( name = 'CURRENTIREC' value = lr_data ).

but if the transaction launcher interprets the entity to add the values, the entity is not there.

Any ideas what i'm doing wrong?

Best regards,

Andreas

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Andreas,

We are facing the same problem. Did you solve the value transfer?

Plaese let me know.

Best regards,

Thea