Application Development 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: 

need to call transaction into list display of output

former_member189596
Active Participant
0 Kudos

hi all,

I am using Factory classess for report list display.

It is showing required list output, But once we double click on any record, it needs to be dispaly ME13 transaction.

i need some help for calling transaction code.Please revert me ASAP.

P.S : i am using fallowing classes : cl_salv_table,

cl_salv_display_settings,

cl_salv_sorts,

cl_salv_functions,

cl_salv_columns_table,

cl_salv_column_table,

cl_salv_form_layout_grid,

cl_salv_form_layout_grid,

cl_salv_form_header_info,

cl_salv_form_text,

cx_salv_not_found.

Thanks in advance,

Regards,

JBR

3 REPLIES 3

Former Member
0 Kudos

Hi

use the Handle_double_click event of cl_salv_class

and inside the event call the stransaction by setting the values for the mandatory field through parameter id

Edited by: ANIL KUMAR on Jun 9, 2008 12:22 PM

Former Member
0 Kudos

Hi

use the Handle_double_click event of cl_salv_table

and inside the event call the stransaction by setting the values for the mandatory field through parameter id

0 Kudos

Hi Anil,

Thanks for replay.

I do not know ..how to call event.

Can you send me example code or pshedo code for this issue.

Thanks in advance,

regards,

JBR