Hi,
I'm a newbie on sapdb but infinite inquiring ,-)
We have a good running sapdb with many users (developers) and have to
duplicate one users tables+data to another users scheme.

for instance:
if I export tables+data from user "X" with repmcli cmd (logged on as
"X")

DATAEXTRACT FOR DATALOAD TABLE AREA OUTFILE '&2' OUTFILE '&3' FORMATTED
BINARY

I get a 'CREATE TABLE' statement in OUTFILE '&2' like this:

CREATE TABLE "X"."AREA"
(
.
.
.
)

Also the FOREIGN KEY statement  contains the user name :(

Now I think I cannot import this to user "Y", isn't it !?
Is there an work around ?

Thanks in advance,
Karsten

 
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to