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 Layout Design

Former Member
0 Likes
1,291

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 [email protected]

Thanks and Regards

Pavan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,044

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

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 [email protected]

Thanks and Regards

Pavan

7 REPLIES 7
Read only

Former Member
0 Likes
1,045

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

Read only

0 Likes
1,044

Hello Sir...

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

Read only

Former Member
0 Likes
1,044

That cant be done in ALV.

Read only

Former Member
0 Likes
1,044

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

Read only

Former Member
0 Likes
1,044

sorry pavan you cannot do like this in alv.

regards

shiba dutta

Read only

Former Member
0 Likes
1,044

Hi Pavan ,

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

Regards

Arun

Read only

Former Member
0 Likes
1,044

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.