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
542

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,

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

2 REPLIES 2
Read only

Former Member
0 Likes
460

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
460

you can call this FM TR_POPUP_INPUT_DATE