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

Prompt a Input Box

Former Member
0 Likes
544

Hi,

I have developed a Report Program in OOp ABAP using Containers.

I need to prompt a Input field to enter a DATE.

Can anyone pls help me how to get this done?

Pls help

Thanks

Ram

Hi Prabha,

Using messages You can Do it.

At selection Screen.

MESSAGE 'Enter The Valid Date' TYPE ' I '.

Thanks.

reward If Helpful.

2 REPLIES 2
Read only

Former Member
0 Likes
462

Hi Prabha,

Using messages You can Do it.

At selection Screen.

MESSAGE 'Enter The Valid Date' TYPE ' I '.

Thanks.

reward If Helpful.

Read only

athavanraja
Active Contributor
0 Likes
462

you can call this FM TR_POPUP_INPUT_DATE