cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

request_focus_on_cell in GUIBB list

former_member226239
Contributor
0 Likes
620

Hi All,

I am trying to put focus on a cell in GUIBB list. I have the following code, in the GET_DATA method of the feeder class:

io_extended_ctrl->request_focus_on_cell( exporting iv_name = 'NAME_FI'    iv_index = 1 ).

I checked for OSS messages as well but couldn't find much information. Any help on this is highly appreciated.

Thanks & Regards,

Chandra Indukuri

Accepted Solutions (0)

Answers (2)

Answers (2)

Chandra_S
Explorer
0 Likes

Hi Karsten,

Even I am getting this error during data transfer (list1 UIBB to list2 UIBB using memory parameter and list2 UIBB to form UIBB using wiring).

May I know how did you overcome this error ?  ERROR: Source data was changed without notification.

 

regards

Chandra.

 

ulrich_miller
Advisor
Advisor
0 Likes

Hi Chandra,
the API call as such looks alright. Could check this: Also in method get_data, there is the parameter ev_data_changed. Could you set it to abap_false?

Kind regards,
Ulrich

former_member226239
Contributor
0 Likes

Thanks for the reply Ulrich. I tried setting the ev_data_changed value to ' ' and 'X' but it didn't help.

kheth
Active Participant
0 Likes

Hi Ulrich,


I had the same problem as Chandra, I could not set the focus on a cell in an FPM_LIST_UIBB_ATS. Setting the parameter EV_DATA_CHANGED to ABAP_FALSE as you suggested solved my problem.

Is this a "workaround", or is this the official solution? I would not expect an interdependency between calling the method and setting the parameter.

And there is a negative side effect: If the data HAS changed, the application terminates with the dump "ERROR: Source data was changed without notification (termination: RABAX_STATE)"

Kind regards,

Karsten