cancel
Showing results for 
Search instead for 
Did you mean: 

Function Module to validate date

Former Member
0 Kudos

Hi,

Is there a Function module to validate date in transfer rules or update rules. I checked the forum, couldn't find an answer. Any help is appreciated

Thanks

Bala

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You should be able to use this FM:

CALL FUNCTION 'RSAR_DATE_CHECK_PLAUSIBILITY'
  EXPORTING
    i_date                          = yourdate
 EXCEPTIONS
   PLAUSIBILITY_CHECK_FAILED       = 1

Answers (0)