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

date validation

Former Member
0 Likes
360

hi all,

Could any one give me how to validate the date.

The circumstance are like this :

There is only one field in the selection screen i.e DATE field.

It is non-primary key field and we need to take from last one month date range from today.

regards

shashikanth naram

2 REPLIES 2
Read only

Former Member
0 Likes
337

tables: syst.

select-options: s_date for syst-datum obligatory.

initialization.

s_date-low = sy-datum - 30.

s_date-high = sy-datum.

append s_date.

reward if useful.................................

Read only

Former Member
0 Likes
337

Hi,

select-options date for bkpf-budat.

select * from table where data in date.

Regards,

V.Balaji

Reward if Usefull...