Application Development 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: 

CDS view object not captured under any Transport Request

Former Member

Hi All,

I have donwported a CDS to one of the systems. Later i have deleted the CDS view from on Transport Request and added it to another TR. After that i have made some other changes to CDS view. The creation part was not captured under any TR. Now the implementation test is failing because the object doesn't exist. What should i do now?

Thank you,

Salladi Sai Ram

1 REPLY 1

Jelena
Active Contributor
0 Kudos

Our release is too low for CDS views but I'm guessing they are just an object anyways, so this is my "If I did it this is how I would have done it" answer attempt.

In a nutshell, you need to create a transport with the entries that correspond to the CDS view creation. For example, below is a transport for a newly created Z table:

If I somehow managed to lose this I'd create a new transport with exactly same entries. If I didn't know how those entries should look like then the options would be (a) quickly create new object of the same type, capture the transport entries and then get rid of the new object and all evidence; (b) search in SE03 for existing transports for same object type.

Of course, there is also always plan B: get a case of beer, then take it to the local Basis admin and confess that you've messed up and no one in the world except for the most gracious and wise <Basis admin> can help you.

Good luck!