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: 

How to add extra fields in ALV GRID using OOPS?

Former Member
0 Kudos

Hi,

Please tell me how to add extra fields in ALV GRID using OOPS?

I am using get_frontend and set_frontend methods for that but fields r not populating..

Fields r there in the layout but not displaying ?

Please advise ..

Thanks in advance..

regards

Steve

2 REPLIES 2

uwe_schieferstein
Active Contributor
0 Kudos

Hello Steve

It seems to be necessary to call go_grid->refresh_table_display( ) at PBO of your ALV displaying screen.

Regards

Uwe

Former Member
0 Kudos

Hi,

Make sure that you dont have any default layout set for the alv display. in that case even if you add extra fields they wont get displayed. Click on the Manage layout button and check this.

Regards,

Anil