Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ALV report

Former Member
0 Likes
279

In alv i am using SLIS_SELFIELD for interactive report.I am checking connid = rs_selfield-value in select query.

I want to check carrid of that connid field too.How to check?

In alv i am using SLIS_SELFIELD for interactive report.I am checking connid = rs_selfield-value in select query.

I want to check carrid of that connid field too.How to check?

1 REPLY 1
Read only

Former Member
0 Likes
258

Hi,

Look for call back statements

form f_user_command1 using p_ucomm type sy-ucomm

rs_selfield type slis_selfield.

and please look into these values from slis_selfield

types: begin of slis_selfield,

tabname type slis_tabname,

tabindex like sy-tabix, "<<<<<<<<<<

sumindex like sy-tabix,

endsum(1) type c,

sel_tab_field type slis_sel_tab_field,

value type slis_entry,

before_action(1) type c,

after_action(1) type c,

refresh(1) type c,

ignore_multi(1) type c,

col_stable(1) type c, "<<<<<

row_stable(1) type c, "<<<<<

exit(1) type c,

fieldname type slis_fieldname,

grouplevel type i,

collect_from type i,

collect_to type i,

end of slis_selfield.

Please reward points if it is useful.

Regards,

satish.