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

Write values from a popup window

Former Member
0 Likes
738

I made an alv list .Each line has some data.I made a button to my gui status and i want to popup a dialog box that i will give values and pass it to my alv .

Can i do it ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
700

HI,

use the Below Function modules

POPUP_GET_VALUES_USER_BUTTONS

POPUP_GET_VALUES

POPUP_GET_VALUES_DB_CHECKED

Regards

Sudheer

HI,

use the Below Function modules

POPUP_GET_VALUES_USER_BUTTONS

POPUP_GET_VALUES

POPUP_GET_VALUES_DB_CHECKED

Regards

Sudheer

4 REPLIES 4
Read only

Former Member
0 Likes
700

Hi,

yes u can do it.

on click of the button call FM 'POPUP_GET_VALUES'.

Read only

Former Member
0 Likes
700

Hi,

Create a Subscreen in SE51and call the same screen in ur subroutine of the ALV and write the code. Pass the value to ur screen when it is clicked on row.

if you need further help please contact me

Thanks

Shiva

Read only

Former Member
0 Likes
701

HI,

use the Below Function modules

POPUP_GET_VALUES_USER_BUTTONS

POPUP_GET_VALUES

POPUP_GET_VALUES_DB_CHECKED

Regards

Sudheer

Read only

Former Member
0 Likes
700

Shiva ,

Can you be more specific with an example ...

It is the first time for me ...

thanks