2010 Jun 29 10:52 AM
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
2010 Jun 29 11:09 AM
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
2010 Jun 29 10:58 AM
hi neha,
u can create a modal dialog box with input field and display it on click on field on ALV
2010 Jun 29 11:09 AM
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
2010 Jun 29 11:17 AM
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
2010 Jul 21 1:28 AM