Application Development and Automation 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: 
Read only

Module pool problem while diplaying data in ALV grid

Former Member
0 Likes
440

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
Read only

Former Member
0 Likes
416

In the alv toolbar, this feature is already available.

Click on the magnifying glass symbol (Details button)

Regards,

Ravi

Read only

0 Likes
416

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

Read only

0 Likes
416

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.