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

Sending data from customize table to Oracle

Former Member
0 Likes
658

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

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
Read only

pole_li
Active Participant
0 Likes
636

Hi,

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

You can find the solution.

Regards,

Pole

Read only

Former Member
0 Likes
636

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?

Read only

Former Member
0 Likes
636

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.