Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8501

Re: All the changed record in webdynpro alv

$
0
0

Hi Tashi,

 

You are right, the data is not transferred yet from alv component to context of your component.

 

To get data from alv  component to your component, please try below steps

 

  • Get the alv model reference and save it in view attribute GO_ALV_MODEL
  • write the below code in your event handler method  on CellAction

 

IF wd_this->go_alv_model IS BOUND.

    wd_this->go_alv_model->data_check( ).

    wd_this->go_alv_model->refresh( ).

  ENDIF.

Hope now, you should be having latest data in the context of your component.

 

Regards,

Rama


Viewing all articles
Browse latest Browse all 8501

Trending Articles