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

how to read Oracle Database as Input using BDC..

Former Member
0 Likes
331

Hello SAP Minds,

How to read the data from Oracle data base to SAP tables. How can i use directly the Oracle database as input..

I have to upload the time data for my client for each of its employee per day. Their clock in and clock out time is recorded in the time maching and finally it gets stored into centralised oracle database, now they want me to use this centralised database as input and upload the same into SAP.

For example :

pernr time-in time-out begda endda

00001 8.00 18.00 26-11-2007 26-11-2007

1 REPLY 1
Read only

matt
Active Contributor
0 Likes
308

You can use the database connector (DBCON) to read external databases directly.

matt