Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8975

Re: How to find out the given date contain this week are not?

$
0
0

hi achuth,

 

You can try the following code.

 

AT SELECTION-SCREEN ON abc_field.

     CLEAR v1.

     SELECT SINGLE date FROM table

                         INTO v1 WHERE abc = abc_field

     IF v1 IS INITIAL.

       MESSAGE 'Invalid date' TYPE 'E'.

     ENDIF.

   ENDIF.


Viewing all articles
Browse latest Browse all 8975

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>