2023 Feb 02 12:02 PM
Hello,
Is it possible to retrieve the list of SAP securitynotes in python with an S_User?
2023 Feb 02 12:18 PM
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.
2023 Feb 02 2:17 PM