2007 Dec 17 12:08 PM
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?
2007 Dec 17 12:16 PM
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.