Application Development 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: 

FM that Validate the Date on the user specified format

Former Member
0 Kudos

Hi,

My requireemnt is to validate the date entred based on the format specified by me,means id i want to validate the date entred is in form of MMDDYYYY or MM/DD/YYYY. Is there any FM present or do i have to write the code myself?

Moreover I got FM but that checks as per the internal format of the date but not on the way I want.

I have serached the forum as well as the net but fail to get one.

Hope to get a solution.

Thanks in advance.

Pooja

2 REPLIES 2

GauthamV
Active Contributor
0 Kudos

Use this function module.

DATE_CHECK_PLAUSIBILITY

Former Member
0 Kudos

hi

CONVERT_DATE_TO_INTERN_FORMAT

CONVERT_DATE_TO_EXTERNAL Converts internal date to user-specific format.

CONVERT_DATE_TO_INTERNAL Viceversa