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

Error while Extended Program Check

Former Member
0 Likes
847

Dear All,

When I m cheking Extended Program Check for my program i m getting following warning error how can i clear it.

Not all supported date formats are handled

Check use of a generic service method or handle all formats

Regards

Balamurugan N

2 REPLIES 2
Read only

Former Member
0 Likes
638

Hello,

Please check which date format is causing the Problem in your code and Try to use Standard function Modules like

CONVERT_DATE_FORMAT etc which suffice your Problem and later do check Extended Program check.

Please let us know, if you resolve by other ways.

Thanks ,

Sudheer.

Read only

0 Likes
638

it is showing as default date format (DATFM from USR01 table). So need not to convert in bcoz that is a single digit value.

it is showing a error for single digit value.

Regards

Balamurugan N