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

How to get interlinked systems

Former Member
0 Likes
357

Hello All,

I have a requirement wherein I need to get technical info of all the systems that are linked in a particular landscape. Also I want to know in what direction and how are the transports being done from one system to another.

For e.g. Say I have three systems - Dev, QA and Prod.

Now say I m in QA, then I should know that QA is linked to Dev and Prod and the Transport Requests are flowing from QA to Prod and from Dev to QA.

Any suggestions. Would appreciate suggestions. I am open for suggestions.

Rgds

Priyanka

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
327

Table TCEVERS gives you the current configuration(transport path) version. Based on the Configuration Id you can query table TCESYST and TCESYSTT to get the overall transport path.

1 REPLY 1
Read only

Former Member
0 Likes
328

Table TCEVERS gives you the current configuration(transport path) version. Based on the Configuration Id you can query table TCESYST and TCESYSTT to get the overall transport path.