cancel
Showing results for 
Search instead for 
Did you mean: 

Setting lead index in FPM_GUIBB_LIST_ATS doesn't work

0 Kudos

Hey,

I implemented the new ATS list and created therefore a new configuration. I reused my old feeder class.

Somehow, the logic for setting the LEAD_INDEX dynamically doesn't work with the new list.

Has someone ever set the LEAD_INDEX dynamically with the new ATS list successfully?

cheers,

josua

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Josua,

You have to set  CT_SELECTED_LINES ,CV_LEAD_INDEX both parameter with the index and EV_SELECTED_LINES_CHANGED  = abap_true.

Hope this will help you.

Thanks

Praveen Gupta

0 Kudos

Thx! I forgot to manipulate ct_selected_lines.

Answers (0)