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 DIALOG PROBLEM

Former Member
0 Likes
424

Hello Experts,

I need your help this is some kind of urgent. Im currently working on Dialog program right now, My counterpart is requesting that the standard toolbars from report alv will be displayed to my ALV Dialog with the same functionality. Were having a hard time to make it work all of the standard toolbars of ALV report on our ALV DIALOG.

PLease help. I'll be glad to give out points

3 REPLIES 3
Read only

Former Member
0 Likes
378

HI,

it is possible by using the OOALV.

For that you need to create the container in the screen painter.

and creating objects and calling the related methods and write the required logic by .

I think it is useful for you.

Reward points if useful.

Thanks & regards

Deepika.

Read only

Former Member
0 Likes
378

see these programs

DEMO_DYNPRO_TABLE_CONTROL_1 Table Control with LOOP Statement

DEMO_DYNPRO_TABLE_CONTROL_2 Table Control with LOOP AT ITAB

BCALV_FULLSCREEN_DEMO ALV Demo: Fullscreen Mode

BCALV_FULLSCREEN_DEMO_CLASSIC ALV demo: Fullscreen mode

BCALV_GRID_DEMO Simple ALV Control Call Demo Program

http://www.sapfans.com/forums/viewtopic.php?t=84933

http://www.sapfans.com/forums/viewtopic.php?t=69878

Read only

Former Member
0 Likes
378

Hi,

Check this..

In your dialog program.. copy the GUI STANDA02 from the program BALVSD11to your program. Use the copied GUI in the required screen with the statemnt set pf-status.

Thanks,

Rajinikanth