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: 

Landscape check - DEV QAS PRD

rodrigo_paisante3
Active Contributor
0 Kudos
1,156

Hi all,

We want to check our landscape if all sap notes applied in DEV was released to QAS, and the same for PRD.

I don't know if it is an early watch functionallity or if there is a transaction to show this informartion. I saw some information like this some years ago.

If someone knows about this please help!

Thanks in advance.

1 ACCEPTED SOLUTION

SwadhinGhatuary
Active Contributor
0 Kudos
515

Hi.

table save snote details is CWBNTHEAD

so create RFC FM that fetch CWBNTHEAD Table data from QA and PRD server to DEV server .

create a report with heading

note no

Dev versno

Dev Staus

Qa Versno

Qa status

Prd versno

Prd status

RFC  are help to create 3 internal table for DEV,QA and Prd server .

You have to loop and read from these table and make a simple ALV to analysis SNOTE's version and active or inactive state Server wise.

hope this help .

2 REPLIES 2

SwadhinGhatuary
Active Contributor
0 Kudos
516

Hi.

table save snote details is CWBNTHEAD

so create RFC FM that fetch CWBNTHEAD Table data from QA and PRD server to DEV server .

create a report with heading

note no

Dev versno

Dev Staus

Qa Versno

Qa status

Prd versno

Prd status

RFC  are help to create 3 internal table for DEV,QA and Prd server .

You have to loop and read from these table and make a simple ALV to analysis SNOTE's version and active or inactive state Server wise.

hope this help .

0 Kudos
515

Thanks for your reply!

I found the client attributes of an note in table CWBNTCUST.