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

Load table structure definition from Sql server and mirroring

Former Member
0 Likes
641

Hi, we have to replicate some tables from sql server

into SAP dictionary.

Is there a tool/transaction for import the table structure

from a DBRMS like sql/oracle ?

Adn is there some third part solution for replicate data

from/to sql server and Sap ?

Thanks in advance.

Riccardo Galli.

4 REPLIES 4
Read only

Former Member
0 Likes
580

Hi,

Dont know if there are any tools for this but onething is sure you will need to create the table thru SE11.

I had done something similar, created a BDC to create table and it works.

Provide the BDC with list of fields, datatype, len, key fields and the BDC will create the table.

You will need to activate the table once its created, for some reason sap put the table in "partial active" status after creation .

Good luck.

Ravi

Read only

0 Likes
580

Thanks for the answer.

Read only

0 Likes
580

Hi Riccardo,

have a look to that thread:

Andreas

Read only

Former Member
0 Likes
580

Thanks in advance,is there also the possibility to

read from Sql server/Oracle external database (i think from DB2).