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

Viewing Table Columns Vertically, not horizontally

Former Member
0 Likes
1,172

Hello Experts,

I want to know is it possible to display a line of table in Vertical format instead of Horizontal format? I know it can be done manually by writing few lines of code with WRITE statement.. BUt is there any other method to do this???

normal display of a line of table :

col1 col2 col3 col4 col5

a b c d e

I want to display it like below:

col1 a

col2 b

col3 c

col4 d

col5 e

Is it possible by any special method or function module except doing it manually.??

Please Help...

Regards..

Anupam..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
910

Hello Anupam,

There is no standard function module exist to do this. Also in case of when we double click the line to display it detail in vertical mode that time standard selection is displayed which is created using all the field details from DD02L and DD03L. Then to disable those fields loop at screen is done.

Thanks,

Augustin.

Hello Experts,

I want to know is it possible to display a line of table in Vertical format instead of Horizontal format? I know it can be done manually by writing few lines of code with WRITE statement.. BUt is there any other method to do this???

normal display of a line of table :

col1 col2 col3 col4 col5

a b c d e

I want to display it like below:

col1 a

col2 b

col3 c

col4 d

col5 e

Is it possible by any special method or function module except doing it manually.??

Please Help...

Regards..

Anupam..

3 REPLIES 3
Read only

Former Member
0 Likes
910

i dont think so, but thats not a guarantee that between the 347 billion FM´s in a sap system there wont hide one which actually may be able to do this.

besides i got an idea.

in SE16N, when you want to analyse a single record and due to this double click it, you get a vertical output of the structure. maybe if you debug a lil around there you can find something.

Edited by: Florian Kemmer on Jul 17, 2009 9:54 AM

Read only

Former Member
0 Likes
911

Hello Anupam,

There is no standard function module exist to do this. Also in case of when we double click the line to display it detail in vertical mode that time standard selection is displayed which is created using all the field details from DD02L and DD03L. Then to disable those fields loop at screen is done.

Thanks,

Augustin.

Read only

Former Member
0 Likes
910

Hi,

Refer to this link...[How to convert rows to column|http://docs.google.com/Doc?id=dfv2hmgs_5d6bcxqgp&hl=en]