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 uploading Cost center data

former_member549415
Participant
0 Likes
896

hi to all

I m doing with BDC uploading the Cost center from Excel file

but while updateing it showing the error invalid Date

but in Excel file Date format is 01.04.2008,

while uploading data in KS01 it taking 20080401 like this format

,if i will give it in 01.04.2008 format its working properly please guide me

Thanks in Advanced

5 REPLIES 5
Read only

MarcinPciak
Active Contributor
0 Likes
682

>

> while uploading data in KS01 it taking 20080401 like this format

> ,if i will give it in 01.04.2008 format its working properly please guide me

Date in format 01.04.2008 is only a user-specific date ouput, which means how it is displayed to you, not how you enter it.

In the excel file change your date format to 01042008 and retry. Should work.

M.

Read only

0 Likes
682

hi Marcin ,

Even i tried this ,means i removed '.' like this 01042008 but it didnt worked

Regards

Somnath

Read only

0 Likes
682

Hi,

Format your excel sheet and restrict the column width to 8.

How to do this keep the cursor on the column number (or) name and right click by which you can see column width there you restrict the width to 8 because date field allows 8 characters but internally it formats the date accordingly.

Cheers!!

VEnk@

Read only

Former Member
0 Likes
682

hi,

try this.

concatenate x6(2) '.' x4(2) '.' x+0(4) into ur date field.

directly u cont pass the value. u have to split and concatenate like date format then execute. it will work.

Read only

Former Member
0 Likes
682

Hi

Convert the date into internal format using Function Module CONVERT_DATE_TO_INTERNAL...and then pass it to the screen field.

Regards,

Vishwa.