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: 

Call Another ALV Grid from User Command

ganu_k
Participant
0 Kudos

is it possible to call ALV output from User command...

In my Summarized ALV Report output - i have columns as below

Equipment / Equi Des/ Install (Cnt)/ Available (cnt)/Equi.Type/....

When the user clicks on Installed or Available Columns - then another ALV output is required which will provide details of the Equipment that are in Installed State or available state.

Provide hints on how to achieve this and any standard ALV reports...

I am thinking about Hierarchical ALV - but that only permits one Header and Item... But in my case - i have separate tables for Installed and Available... please suggest.

1 ACCEPTED SOLUTION

vigneshwar_reddy
Active Participant
0 Kudos

Ganu,

First create hot spot in the field catalog for the Installed or Available Columns.

Then use User command in ALV display.In the User command routine read the field name and get the secondary list details and display those details.

Regards,

Vigneshwar.D

2 REPLIES 2

vigneshwar_reddy
Active Participant
0 Kudos

Ganu,

First create hot spot in the field catalog for the Installed or Available Columns.

Then use User command in ALV display.In the User command routine read the field name and get the secondary list details and display those details.

Regards,

Vigneshwar.D

Sandra_Rossi
Active Contributor

yes it's possible. if you tried, what was your issue?