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

Block ALV with different heading

Former Member
0 Likes
625

hi Experts,

I have a requirment where the data is displayed in block ALV.

But the structure of the table to be displayes is as follows.

10-15 days 15-20 days

A B C D a b c d

and the data shuld come in corresponding

a b c d based on the dayes range above.

How should be the field catalog designed here?

thanks,

Edited by: perfectsandbox on Mar 22, 2011 5:24 AM

1 ACCEPTED SOLUTION
Read only

madhu_vadlamani
Active Contributor
0 Likes
594

Hi,

Did you checked with sort criteria.

Regards,

Madhu.

hi Experts,

I have a requirment where the data is displayed in block ALV.

But the structure of the table to be displayes is as follows.

10-15 days 15-20 days

A B C D a b c d

and the data shuld come in corresponding

a b c d based on the dayes range above.

How should be the field catalog designed here?

thanks,

Edited by: perfectsandbox on Mar 22, 2011 5:24 AM

3 REPLIES 3
Read only

madhu_vadlamani
Active Contributor
0 Likes
595

Hi,

Did you checked with sort criteria.

Regards,

Madhu.

Read only

Former Member
0 Likes
594

Hi,

Sorry friend can you be little more clear in your question so that i may help you.

Thanks and regards,

Sri Hari Anand Kumar

Read only

Former Member
0 Likes
594

Hi,

I'm not getting the exact requirement of you. But i try to give you an idea.

1) If you want the fields in a single block for both date ranges, Just create a single stucture having all the fields for filed catalog.

2)After checking the date range, set the fieldcatalog property 'No_out' for field those are not coming under the corresponding date range. So that we can avoid those empty fields.

Note: the internal table should have same single structure fields.