Hi Syed,
You will have to use GET_NAME method for this.Your code should be like this.
data: lv_event_name type STRING.
lv_event_name = wdevent->GET_NAME( ).
Thank's
Amol
Hi Syed,
You will have to use GET_NAME method for this.Your code should be like this.
data: lv_event_name type STRING.
lv_event_name = wdevent->GET_NAME( ).
Thank's
Amol