Hello Friends,
Happy New Year 2014 to everyone..
Today i was executing one of the custom program which is used FM DATE_CONVERT_TO_FACTORYDATE to determine the factory calender date based on the date given in the exporting parameter.
Unfortunately for date value was blank for few cases and FM is raising exception DATE_INVALID. But the system is not returning any system message ID, message type and Message number which in term the message statement
MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
is raising ABAP dump.
Short text
Message type " " is unknown.
Error analysis
Only message types A, E, I, W, S, and X are allowed.
Please let me know if anyone case across this kind of issue.
Regards,
Saravanan Madhappan