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 grid: i need value on selection screen to display on second screen.

Former Member
0 Kudos

the selection screen field s_model is a select-option.

i need all the values of

s_model (which are available on 1st screen )

to be displayed on second screen(output screen).

3 REPLIES 3

Mohamed_Mukhtar
Active Contributor
0 Kudos

Hi,

sorry.....

Regards

Edited by: Always Learner on Sep 29, 2008 10:52 AM

Former Member
0 Kudos

Hi,

Take all the First s_model values into one internal tabel and display on the second selection screen.

1. Get teh values of S_model1

2. move s_model1 to internal tabel itab1

3. move itab1 to s_model2 and make teh s_model2 in display mode.

do it in initialization event

Regards,

deepthi.

Edited by: deepthi dandibhotla on Sep 29, 2008 10:33 AM

hymavathi_oruganti
Active Contributor
0 Kudos

Hey, please change your subject thats misleading. I thought you are using ALV.

If its normal report,

always u can use the FM "RV_DYNPRO_READ" FM and get the values of the fields on the screen and then pass it to output.

Edited by: Hymavathi Oruganti on Sep 29, 2008 2:06 PM