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_BLOCK_LIST_DISPLAY: is it possible to Save Layout

Former Member
0 Kudos

Hi,

I am using REUSE_ALV_BLOCK_LIST_DISPLAY Function Module.

When the report is displayed I am able to change field position but not able to save the layout.

is it possible to Save the Layout in Block_display.

Thanks

Kiran.

1 ACCEPTED SOLUTION

saranwin
Contributor
0 Kudos

Hi,

It's Not possible to save the layout. If you want to change the layout ( Field position ). Go and change in the Field catalog table (Filed position). In field position there is filed called position.

For Example : WA_FIELDCAT-TABNAME = 'IT_EKKO'.

WA_FIELDCAT-FIELDNAME = 'BUKRS'.

WA_FIELDCAT-SELTEXT_M = 'COMPANY CODE'.

APPEND WA_FIELDCAT TO I_FIELDCAT.

CLEAR WA_FIELDCAT.

Regards,

Saran

1 REPLY 1

saranwin
Contributor
0 Kudos

Hi,

It's Not possible to save the layout. If you want to change the layout ( Field position ). Go and change in the Field catalog table (Filed position). In field position there is filed called position.

For Example : WA_FIELDCAT-TABNAME = 'IT_EKKO'.

WA_FIELDCAT-FIELDNAME = 'BUKRS'.

WA_FIELDCAT-SELTEXT_M = 'COMPANY CODE'.

APPEND WA_FIELDCAT TO I_FIELDCAT.

CLEAR WA_FIELDCAT.

Regards,

Saran