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

BDC

former_member778253
Active Participant
0 Likes
443

Hi,

Suppose i have a flat file data with fields:

Empno name dept date

Now i want to migrate this data into SAP R/3 database. But the date field

format is in german mode. How can it will be converted to our SAP R/3

date format, while uploading to internal table, without changing the settings?

4 REPLIES 4
Read only

Former Member
0 Likes
421

Hi

Always you have to pass the date field in SAP format 'YYYYMMDD'

then only data will be correctly uploaded into the system,

Irrespective of the format what you have with you.

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

Former Member
0 Likes
421

You have to change date field to SAP internal format YYYYMMDD

and u may have to convert it into user-profile format..

Regards

Prax

Read only

0 Likes
421

Call the Function Module CONVERT_DATE_TO_INTERNAL before the BDC.

Thanks,

S S K

Read only

Former Member
0 Likes
421

Hi,

Set sy-langu to 'en' or set system language to english and by the way there's no effect of german mode on data uploading may be data may be uploaded in english or in german format u can change it later on to any language.

Regards,

Ameet