‎2007 Aug 03 7:28 AM
What is the difference between Interactive report and ALV Interactive report.
i think there is no much difference the same Interactive report Events and functionality we will implement with ALV.
Experts guide me.
‎2007 Aug 03 7:31 AM
‎2007 Aug 03 7:34 AM
Hi,
in classical interactive reports
we will trigger the next lists by using
at line selection event
and depending on the values we will call the next lists
and in the alv interactive
we will be using the
user_command which is a dynamic form written
and depending on the clicks like on clicking the button
or clicking a record
then slis_selfield structure will be populated and depending
according to our requirements we will be following the codes..
reward points if helpful,
thanks & regards,
venkatesh
‎2007 Aug 03 7:38 AM
Hi
if u go for alv report events there are so many as per u r req,
if u check in slis and u can perform u r own events by passing the value to
I_CALLBACK_USER_COMMAND
Reward points if it is helpful.
thanks.
Message was edited by:
KIRAN KUMAR
‎2007 Aug 03 7:43 AM
Hi,
ALV interactive report gives many advantages than interactive report like sorting, summing and getting graphics.
An interactive report generally basic list displayed. User double clicks on any valid line or user selects a line and presses as button on the tool bar. Then the corresponding event is triggered
refer
http://www.sapgenie.com/abap/drill_down_reports.htm
You can find a interactive ALV report here
http://www.sap-img.com/abap/an-interactive-alv-report.htm
also refer
Below threads consist of number of interactive ALV codes:
Regards
‎2007 Aug 03 7:47 AM
hello
In interactive reports we use at-line selection and hide keywords to pass user action and field value
alv interactive reports are two types
1). alv list interactive reports - in this we can use 'USER_COMMAND' like
sy- ucomm and sel like slis_selfield
'USER_COMMAND' is equivalent to at-lineselection
sel is equivalent to hide
2) alv grid display - in this we can use DOUBLE CLICK event with erow and
ecolumn
bye