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 in date fromat

Former Member
0 Likes
570

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

4 REPLIES 4
Read only

Former Member
0 Likes
542

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

Read only

Former Member
0 Likes
542

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

Read only

0 Likes
542

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

Read only

0 Likes
542

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