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

alv columns

Former Member
0 Likes
550

hey all,,

there is a column in alv report...

can i split the column into 2.... like two cells ?

is it possible...in alv

will be rewarded...

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
469

Hi,

For example your alv column will be MATDESC1 length 40 you want to split into

MATDESC1 and MATDESC2 then

create a new field in the output internal table MATDESC2 and same field to be added in the field catalog as MATDESC2.

aRs

hey all,,

there is a column in alv report...

can i split the column into 2.... like two cells ?

is it possible...in alv

will be rewarded...

2 REPLIES 2
Read only

Former Member
0 Likes
469

yes ,it can possiable.

before passing the internal table split the record.

Read only

former_member194669
Active Contributor
0 Likes
470

Hi,

For example your alv column will be MATDESC1 length 40 you want to split into

MATDESC1 and MATDESC2 then

create a new field in the output internal table MATDESC2 and same field to be added in the field catalog as MATDESC2.

aRs