‎2008 Jul 03 4:20 AM
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
‎2008 Jul 03 6:31 AM
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
‎2008 Jul 03 4:48 AM
‎2008 Jul 03 6:26 AM
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
‎2008 Jul 03 6:31 AM
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