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: 

pop up on selection screen

Former Member
0 Kudos

Hi all,

i have a requirement to create a pop up for user selection as:

there is a field -'date' on selection screen which user enters.

this date queries to a table which contains same date and time against each date we get suppose 3 timestamps of that date.

so,we have to create a pop up so that user can select any of the 3 timestamps of this date which he enters.

after the user selects the timestamp ,the table is again queried based on the date and time now.

what should be the way to acheive this???

1 REPLY 1

0 Kudos

Hi,

You can use the FM "F4IF_INT_TABLE_VALUE_REQUEST" to display and get the value.