Application Development 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: 

ALV Layout Design

Former Member
0 Kudos

Hi All...

I am working on an ALV Report. I have populated the required data in an internal Table.

The requirement is to display the data in the ALV layout. The layout design in as follows.

Prd.order OrderType Material Qty UOM

100012 10 108-ty 2 Pc

-


Operation Description P.O No

-


999 Rolling 12345

How to design the above layout in the fieldcat area of the code..??

If some one is having the code, please send the complted code to my email id pavansanganal@gmail.com

Thanks and Regards

Pavan

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Pavan,

You have to write the code to get the layout for the report. pass the input parameter and find the code in RMIQMEL20 report and look for variant forms there

otherwise contact me i will help you out

Thanks

Shiav

7 REPLIES 7

Former Member
0 Kudos

Hi Pavan,

You have to write the code to get the layout for the report. pass the input parameter and find the code in RMIQMEL20 report and look for variant forms there

otherwise contact me i will help you out

Thanks

Shiav

0 Kudos

Hello Sir...

In se37, there is no report with name RMIQMEL20........

Former Member
0 Kudos

That cant be done in ALV.

Former Member
0 Kudos

Hi,

Do u want it in tree layout.

If yes, then have a look in these programs.

BCALV_TREE_DEMO Demo for ALV tree control

BCALV_TREE_SIMPLE_DEMO Program BCALV_TREE_SIMPLE_DEMO

Rgds,

Prakash

Former Member
0 Kudos

sorry pavan you cannot do like this in alv.

regards

shiba dutta

Former Member
0 Kudos

Hi Pavan ,

I dont think this is possible in ALV Grid , but i feel you can implement this using Tree display.

Regards

Arun

Former Member
0 Kudos

u can refer some SAP Example programs in SE38

in SE38 search with RALV

and c d output of each program,

which is sutitable for u u can check that code and impliment that in ur code...

Ramesh.