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 Object Model Editable Field

GreggHinkle
Participant
0 Kudos

Hi,

We have Netweaver 7.0 installed and I am attempting to use the new ALV Object Model instead of the old ALV function modules or classes. The requirement that I have for this new program is to create a editable ALV maintenance screen. Since the the field catalog is no longer available in the new ALV Object Model, I can not set the edit field in the field catalog like one would do in the old versions of ALV. I really would like to use the new ALV Object Model for this new program since SAP states in their on-line help:

For new programming projects, we strongly recommend that you use the SAP List Viewer object model.

Does anyone know how to accomplish this in the new ALV Object Model?

Thanks,

Gregg

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You must use the class CL_GUI_ALV_GRID in order to have this functionallity.

2 REPLIES 2

Former Member
0 Kudos

You must use the class CL_GUI_ALV_GRID in order to have this functionallity.

0 Kudos

I am kind of surprised that the technology that SAP recommends that we use does not have the functionality of what it replaced it with. Well I guess that it is what it is. Thanks for your answer