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: 

need to enhance REUSE_ALV_GRID_DISPLAY

Former Member
0 Kudos

hi gurus,

i have a selection screen in which i used select options for date in which user will give low and high value.and when he executes i used a grid display with some grid title , but user wants that i need to display from and to date along with grid title which will be given in the input selection screen.

i.e., when he executes it should display 'title from ---to -


.'

cheers,

vijay

1 ACCEPTED SOLUTION

former_member219399
Active Participant
0 Kudos

Hi,

Take a string and concatenate the title todate and from date. Pass this string as title for the ALV grid.

with regards,

Vamsi

3 REPLIES 3

former_member219399
Active Participant
0 Kudos

Hi,

Take a string and concatenate the title todate and from date. Pass this string as title for the ALV grid.

with regards,

Vamsi

0 Kudos

THANKS,

VAMSI

Former Member
0 Kudos

I think you can use 'REUSE_ALV_COMMENTARY_WRITE' in TOP of PAGE

Refer :

http://abapexpert.blogspot.com/2007/07/fullscreen-alv.html

Regards,

Vishal