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

dialog prg

Former Member
0 Likes
1,265

Hi everybody,

i need to call a tcode and the first screen i get should have is an alv display ...how to get an alv in the first screen.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,243

I dont understand object oriented programming.. is there any other way to do the same..

Hi everybody,

i need to call a tcode and the first screen i get should have is an alv display ...how to get an alv in the first screen.

11 REPLIES 11
Read only

Former Member
0 Likes
1,243

Hi,

You have to use ALV Docking container and ALV Grid.

Check the sample standard program BCALV_DND_02.

Thanks & Regards,

Navneeth K.

Read only

0 Likes
1,243

Can't I directly call a screen and put a alv grid on it

Read only

0 Likes
1,243

You have to use docking containers. In order to place a ALV Grid on the screen.

Read only

0 Likes
1,243

is it an object oriented approach?

Read only

0 Likes
1,243

Yes. Did u look at program mentioned above. Its an very easy approach.

Read only

0 Likes
1,243

you need to have custom control or docking container to hold the grid. check the programs BCALV_GRID_01 to BCALV_GRID_05

Read only

Former Member
0 Likes
1,244

I dont understand object oriented programming.. is there any other way to do the same..

Read only

0 Likes
1,243

Anil, its the most easiest and fast to develop approach. It just takes few time to complete it.

Read only

0 Likes
1,243

but in documenattion it is written that, it is for drag n drop behaviour..

coz rest of my code contains normal abap with 4 screens..and now i need to put an screen with alv as my first screen..from which if i select an row an press change it should go to another transaction...

will it effect my rest of the code ?

sorry for bothering..help me in this

Read only

0 Likes
1,243

You dont see the drag and drop code, just check how is he putting the docking container and placeing a alv grid on it and how is he populating the values in ALV

Read only

0 Likes
1,243

Hi, If you want to display just alv then right a report program with REUSE_ALV_ function to display your output

and use SUBMIT statement with skip first screen and return. Its easiest and if you dont know Class ALV.

Try.

Thanks.

Regards,

Jey