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: 

ALV display using REUSE_ALV_HIERSEQ_LIST_DISPLAY

Former Member
0 Kudos
101

Hi,

I am using FM REUSE_ALV_HIERSEQ_LIST_DISPLAY for displaying Header & Item data. I need to display a line of text at header level depending on one of the header field value. Let say if my header field,

FIELD1 = X , then i need to display a line text (Value Exists) below header values . If FIELD = Y, then this text line should not be displayed.

Thanks & Reagrds

Rajneesh

1 REPLY 1

Jelena_Perfiljeva
Active Contributor
0 Kudos
41

Take a look at the demo programs provided by SAP:

BALVHD01

BALVHT01