‎2006 Mar 27 10:34 AM
Hi All
I am uploading data from Flat Files to SAP
if i am taken date with wrong format instead of dd/mm/yyyy, yyyy/dd/mm.
It's giving system error msg ' Error in format vbkd-vdat'.
is it posible to chenge that error msg to 'Date is wrong Format'.
Thanks & Regards
Chinna
‎2006 Mar 27 10:41 AM
Hi Chinna
if you are using Call transaction method then you can handle your exceptions.
if you are using sessions method then it is not possible to handle exceptions
regards
kishore
‎2006 Mar 27 10:43 AM
Hi Chinna,
what are you doing exactly..?
after uploading the flat file what you are doing with that data. is that message SAP standard. and if you want to give your own message after upoloading the data to itab check it and process , while checking generate your own message .
Regards
Vijay
‎2006 Mar 27 10:47 AM
Check in SU01 the user default for the date.
It may be the source of the problem.
<a href="http://img90.imageshack.us/img90/9044/screenshot0234yb.jpg">screenshot</a>
Date Format
Regards,
Stphn
‎2006 Mar 27 10:49 AM
Hi
This is the step by step process i am doing.
Create the upload flat file or excel sheet -> Execute the Upload- program -> Define the directory of the flat file -> Execute the program -> Check the protocol and the billing requests.
Regards