2017 Jun 20 2:28 PM
I have a problem transporting package with views and structures referencing each other.
For a package I have created a transport of copies of all objects in the package
In the new system I end up with type '...' is unknown.
I have tracked it down to problems with activation.
All of my view/table types/structures and function modules are transported.
But I have some views that reference fields on other views in the same package.
The views that reference fields on other views in the same package are showing up as "New" instead of "Activated".
Then the structures and table types for those views are also showing up as "New".
Is there some way to fix this? Should I be transporting this differently?
2017 Jun 22 2:23 PM
I reworked the problematic views. It was a bit annoying not to be able to reuse my one view but we need the transports to work.
Before I had one view that joined to four other tables. Then I had four views that joined to this view - saving me from adding all those joins to all of those views.
Now I just duplicated all the joins on all the views and the transport went fine.
2017 Jun 22 6:04 PM
2017 Jun 23 6:25 AM
Derek,
Didn't understand the solution.
Can you please share what is the root cause of this issue and how did you solved it.
Is it HANA Views ?
Thanks.
K.Kiran.
2017 Jun 22 8:09 PM