2016 Oct 24 7:10 AM
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.
2016 Oct 24 4:31 PM
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
2016 Oct 24 4:31 PM
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
2016 Oct 24 4:38 PM