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 Using Reuse_alv_commentry_write

Former Member
0 Likes
515

Hi All,

As mentioned in the document i need to fetch BKPF Header data above the alv report,

and below Header data i need to display alv. is it possible to displat the table data with the use of reuse_alv_commentry_write.

if so what are the type pool  fields that we need to use from slis.

please help in this regard.

Please search for the available information in SCN and do some research yourself.

Message was edited by: Kesavadas Thekkillath

Hi All,

As mentioned in the document i need to fetch BKPF Header data above the alv report,

and below Header data i need to display alv. is it possible to displat the table data with the use of reuse_alv_commentry_write.

if so what are the type pool  fields that we need to use from slis.

please help in this regard.

Please search for the available information in SCN and do some research yourself.

Message was edited by: Kesavadas Thekkillath

1 REPLY 1
Read only

Former Member
0 Likes
486

WA_LISTHEADER-TYP  =  'S'.

WA_LISTHEADER-KEY  =  'TIME:

'.

WA_LISTHEADER-INFO =  SY-UZEIT.

APPEND WA_LISTHEADER TO

IT_LISTHEADER1.

CLEAR WA_LISTHEADER.

under Info Can we use Internal table field names