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: 

Module pool problem while diplaying data in ALV grid

Former Member
0 Kudos

Hi,

I have to display single record selected by user in ALV grid.

The display is coming horizontally and i want to make it vertical...in the sense on the left and side i want the field descrition and right hand side it should display the field value.

Can some body please let me know how to do it.

Regards/Mruthyunjayan

3 REPLIES 3

former_member181962
Active Contributor
0 Kudos

In the alv toolbar, this feature is already available.

Click on the magnifying glass symbol (Details button)

Regards,

Ravi

0 Kudos

Hi Ravikanth,

I have a button "change on the application toolbar" . If the user selects one record from the ALV GRID display and click on change then there should be popup with the seleted record details in editable mode.

My display is coming horizontally like below

Name surname

123 xyz

i want to make it like below

Name 123

surname xyz

Regards/Ajay

0 Kudos

Just create a new screen (window) on which all the editable fields are displayed as input fields. Also add a save-button (or what ever you want to call it). After clicking this button navigate back to original screen and update the data in ALV grid.