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

Printing Problem in alv

Former Member
0 Likes
363

Dear All,

I have an Problem. I have created one internal table for Bank list.

which is coming in internal table like this:

Bank1

Bank2

Bank3

Bank4

.

.

.

Now i want to print this like this:

Bank1 Bank2 Bank3 Bank4...................

In ALV

How can i do.

Please Suggest me

Shalini

Dear All,

I have an Problem. I have created one internal table for Bank list.

which is coming in internal table like this:

Bank1

Bank2

Bank3

Bank4

.

.

.

Now i want to print this like this:

Bank1 Bank2 Bank3 Bank4...................

In ALV

How can i do.

Please Suggest me

Shalini

2 REPLIES 2
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
340

Put the data in a string and print the string as one colummn, but check how many chars you wnat to print.

Read only

Former Member
0 Likes
340

Hi,

do you want all the bank name in a single column ? then you can concatenate these bank name in one field .in another internal table & then display that in alv