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: 

HIde coloumn Header of the ALV

Former Member
0 Kudos

Hi Experts,

My requirment is to develop a customer ledger in which the Address of the customer is to be in the 2 or three lines format as in case of Bank Statment . I m using REUSE_ALV_HIERSEQ_LIST_DISPLAY by row and cloumn settings ( fieldcat_ln-col_pos = 1.

fieldcat_ln-row_pos = 4 ) , I have achived the address in 4 lines but the each time the Header of the NAME1 STRAS ORT01 is repeted . please suggest me how to hide the cloumn header of the NAME1 ORT01...

Thanks In Advance.

Regards,

Manish Prakash

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Manish,

http://help.sap.com/saphelp_sm32/helpdata/EN/e3/e3eb40c4f8712ae10000000a155106/content.htm

just go through the link i hopw u will get some help....

thanks

Ashu SIngh

5 REPLIES 5

Former Member
0 Kudos

Any Suggestions!

Former Member
0 Kudos

Hi,

While populating the final internal table,

you can use AT New statement with name , Ort01 fields

inside the loop and then pass that final internal table in your function module.

Regards,

Mansi

Former Member
0 Kudos

Hi Manish,

http://help.sap.com/saphelp_sm32/helpdata/EN/e3/e3eb40c4f8712ae10000000a155106/content.htm

just go through the link i hopw u will get some help....

thanks

Ashu SIngh

0 Kudos

hi Ashu ,

i got ur point but i m using CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' I could i call the method SET_HEADERS_VISIBLE of class CL_SALV_COLUMNS_LIST for this FM kindly giude me .

Thanks For kindness,

with reagrds,

Manish

0 Kudos

Hi Manish,

here is the description given for the

T_OUTTAB_HEADER

Description

Internal table with any structure containing the data to be output in

list form.

This table can contain more fields than are relevant for the list output

(display fields and field list).

Only the fields named in field catalog and the layout structure are used

for the list output. Other internal table fields are ignored.

The value of the field FIELDCAT-NO_OUT in the field catalog determines

whether a field is output directly in the list, or whether this field is

initially put in the field list.

The user can interactively move fields between this field list and the

output field list to display or hide them.

If the internal table is defined in the calling program without a

header, no F1 help is possible in the list.

i hope this will help....

thanks

Ashu