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

Popup Input Field

Former Member
0 Likes
2,152

Dear Experts,

I wanted to display one popup while selecting a particular row in ALV report.

In that popup I want to display 2 input fields as Date & Time as input field.

Is it possible to create a popup which contains our desired fields as input?

Any pointer would be helpful.

Regards,

Neha

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,150

Hi neha,

I Completely agree with Garavu. Just create a screen and call that screen when the 2 fields are selected.

With Regards,

Sumodh.P

Dear Experts,

I wanted to display one popup while selecting a particular row in ALV report.

In that popup I want to display 2 input fields as Date & Time as input field.

Is it possible to create a popup which contains our desired fields as input?

Any pointer would be helpful.

Regards,

Neha

4 REPLIES 4
Read only

Former Member
0 Likes
1,150

hi neha,

u can create a modal dialog box with input field and display it on click on field on ALV

Read only

Former Member
0 Likes
1,151

Hi neha,

I Completely agree with Garavu. Just create a screen and call that screen when the 2 fields are selected.

With Regards,

Sumodh.P

Read only

pramodu
Active Participant
0 Likes
1,150

Hi,

Create field cataloge with two fields and set EDIT = 'X'

and then call FM REUSE_ALV_GRID_DISPLAY.

In this FM use the Parameter to define the Pop up/Dialog box with below co-ordinate

I_SCREEN_START_COLUMN

I_SCREEN_START_LINE

I_SCREEN_END_COLUMN

I_SCREEN_END_LINE

Cheers,

Pramod

Read only

Former Member
0 Likes
1,150

Hi,

Use this Function Module POPUP_GET_VALUES.

Thanks.

UmaS.