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

SALV Display

Former Member
0 Likes
645

Hello All,

I have an salv grid display which actually will always have one record to be displayed.

How can I have the SALV Grid to be dispalyed vertically rather than in the horizantal way.

There is no point in having a Horizontal dispaly as the SALV Grid will always show one record.

Kindly advice.

Regards,

Sweta Prasad

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
583

I guess there is no setting in ALV which would convert single horizontal record to Vertical record. You need to create a table with two columns, Text and Value and generate the ALV.

When we press the details button on the ALV screen, it calls FM LVC_ITEM_DETAIL to display the details of that Row. You may want to check the FM.

Regards,

Naimesh Patel

I guess there is no setting in ALV which would convert single horizontal record to Vertical record. You need to create a table with two columns, Text and Value and generate the ALV.

When we press the details button on the ALV screen, it calls FM LVC_ITEM_DETAIL to display the details of that Row. You may want to check the FM.

Regards,

Naimesh Patel

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
584

I guess there is no setting in ALV which would convert single horizontal record to Vertical record. You need to create a table with two columns, Text and Value and generate the ALV.

When we press the details button on the ALV screen, it calls FM LVC_ITEM_DETAIL to display the details of that Row. You may want to check the FM.

Regards,

Naimesh Patel

Read only

0 Likes
583

Thanks Naiimesh.

That was exactly what I had done but was just wondering if there was any simpler way out.

Regards,

Sweta