Application Development 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: 

Sending data from customize table to Oracle

Former Member
0 Kudos

Hi all,

What can I do if I need to send data to Oracle from my customize table in SAP? I heard people using IDOC but I have no experience in IDOC. Is there any other way? If no, can anyone just show a simple example of using IDOC in doing this?

Thanks in advance,

Mil

3 REPLIES 3

pole_li
Active Participant
0 Kudos

Hi,

Use "DBCO" as keyword and search in this forum,

You can find the solution.

Regards,

Pole

Former Member
0 Kudos

Thanks Pole,

But I would like to ask after looking at the posts, is it merely configuration/setting or do I need to write code?

Former Member
0 Kudos

Actually, what I need to do is:

- I run my program.

- Then the custom table gets updated with data.

- I need to copy all the data in the custom table to ORACLE (external).

What I need to do to copy the data in the custom table to ORACLE? DBCO is used to setup the connection, right? What do I need to do to move data over?

Thanks in advance.