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 Grid layout

Former Member
0 Likes
537

Hi Experts,

The requirment of my alv loyout is as follows..

For the paticular customer number and customer name i should get the layout. like for expample.

Cust Num 100

cust nam sunita for this paticular doc num, doc date...etc should come in one box...

for Cust num 100

cust name SDn for this paticular doc num doc date..etc..should come...in the following box.

Note here cust num ..cust name are in the top-of-page and for each cust name we should hav diffrent box..

hope all experts have undestand my problem.. please help me out...

Corrects answers will be awarded with good points..

Regards

Sunita

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
515

Hi,

create a Filed cataolog for the Customer name With Output_len = 100 ( as it shud accomodiate name , date..etc,).

Now in ur logic Concatenate all the fields which shud come in One cell, and fill teh final internal table.

Now pass this Internal table to the FM " reuse_alv_grid/list.."

revrt back if any issues,

regards,

Naveen

3 REPLIES 3
Read only

Former Member
0 Likes
515

Hi Experts,

Can anyone answer this .

Regards,

Sunita

Read only

Former Member
0 Likes
515

Hi,

For your requirement go to se38 type BCALV* F4 and try .

U will get number of examples.

Try to find out which one is suitable for you and use that coding as sample.

Hope this helps you.

Thanks & Regards,

Y.R.Prem Kumar

Read only

Former Member
0 Likes
516

Hi,

create a Filed cataolog for the Customer name With Output_len = 100 ( as it shud accomodiate name , date..etc,).

Now in ur logic Concatenate all the fields which shud come in One cell, and fill teh final internal table.

Now pass this Internal table to the FM " reuse_alv_grid/list.."

revrt back if any issues,

regards,

Naveen