2015 Jul 23 1:23 PM
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.
2015 Jul 23 1:52 PM
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 .
2015 Jul 23 1:52 PM
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 .
2015 Jul 23 6:51 PM
Thanks for your reply!
I found the client attributes of an note in table CWBNTCUST.