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

SAP securitynotes Python

andranik_eksuzyan
Discoverer
0 Likes
769

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
Read only

Yogananda
Product and Topic Expert
Product and Topic Expert
0 Likes
663

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

Read only

0 Likes
663

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