Application Development and Automation 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: 
Read only

ALV Grid

Former Member
0 Likes
311

Hi,

I got an ALV grid object.In this i want to display the output in the format below:

i retrieved the data, so i need example for displaying the output.

material text 2/10 9/10 16/10 23/10 ......

0001 reorder 450

stock 800 600 400 350

ussage 50 40 60 50

warning *** ***

0002 ...................

the dates are dynamic, based on the select options.

Thanx in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
287
Read only

Former Member
0 Likes
287

Hi Vidya ,

u can create internal table based on the Input data by using dynamic table creation Logic.But in ALV u cannt display Inter table as u mentioned below.

bcos U will map internal table values with ALV grid field cata.So by using ALV hirarchy u can achieve this one.

check sample program of Alv in se 38 ,search terms are BALV*

regards

Prabhu