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: 

Popup Input Field

Former Member
0 Kudos

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

former_member536879
Active Contributor
0 Kudos

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

4 REPLIES 4

Former Member
0 Kudos

hi neha,

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

former_member536879
Active Contributor
0 Kudos

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

pramodu
Active Participant
0 Kudos

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

Former Member
0 Kudos

Hi,

Use this Function Module POPUP_GET_VALUES.

Thanks.

UmaS.