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: 

How can acehieve interactive ALV OM ?

Former Member
0 Kudos

Hi,

Experts,

I have written code to display sales order header details ( VBAK ) details in ALV OM. But i want to use user command for performing :

By doubling clicking sales order no i want to go VL03 tx and display with details with particular sales order no.

Thank u,

Shabeer ahmed.

5 REPLIES 5

rainer_hbenthal
Active Contributor
0 Kudos

Goto the BCALV* demoprograms and pick one which suits your needs.

former_member188685
Active Contributor
0 Kudos

uwe_schieferstein
Active Contributor
0 Kudos

Hello Shabeer

If you want to have a sample using CL_GUI_ALV_GRID have a look at the links provided in thread

Regards

Uwe

Former Member
0 Kudos

hi ,

You have to go for double click oops based ALV.and you have to declare your own class

Below are two reports.

first one for double click to get the detail.

BCALV_GRID_03

second one for select more than one record than use alv toolbar button to get the details

BCALV_GRID_05

If you face any problem please let me know.

Regards.

Punit Singh

Edited by: Punit Singh on Oct 17, 2008 12:56 PM

Former Member
0 Kudos

Ya my self found a solution