I've a Transaction ODS. There are some thousands of records in it in BW Dev environment. How can I transport the DATA itself -or with the table- to BW QA box?
I can download the contents of the table to a file from the source, but can't upload to the table in the source system. I went to /bic/xxx table and made it maintenance available so that i could see in SM30, but still couldn't find anyway.
Thank you
Tansu
Answer:
As you are dealing with a ODS table, the structure is quite simple.
You want to transport entries that are stored in the table /BIC/A<odsname>00 ;
this can be achieved by creating a transport manually,
including there an object type R3TR LIMU /BIC/A<odsname>00 ,
release and transport.
If you don't know how to do this, ask an abap developer, this is quite common in R3 for an experienced guy.
Ch
_________________
_
There are only 10 types of people in the world :
those who understand binary and those who don't.