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: 

SAP securitynotes Python

andranik_eksuzyan
Discoverer
0 Kudos
221

Hello,

Is it possible to retrieve the list of SAP securitynotes in python with an S_User?

https://launchpad.support.sap.com/#/securitynotes

2 REPLIES 2

yogananda
Product and Topic Expert
Product and Topic Expert
0 Kudos
115

andranik.eksuzyan

Yes, it is possible to retrieve the list of SAP securitynotes in python with an S_User. The SAP securitynotes can be retrieved using the SAP ABAP report program SAP_SECURITY_NOTE_LIST. With the help of the Python PyRFC library, you can access the SAP function modules and tables via remote function call (RFC), and thus, retrieve the list of SAP security notes.

https://github.com/SAP/PyRFC

0 Kudos
115

Thanks for your feedback.

I can't find anything about it on support.sap and I can't find any program or fm with that name.

Do you have more information please?

Thx