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: 

How to implement the security notes in Java System.

Former Member
0 Kudos

Hi All,

For the ABAP systems we use RSECNOTE to implement the security notes, but how do we do that in Java systems?

Any reference or guidance will be of great help.

Thanks,

Akash.

6 REPLIES 6

Former Member
0 Kudos

Hi Akash,

You can use the Java Support Package Manager (JSPM) to apply support packages on deployed software components.

Search with JSPM on SAP Help and there is a lot of information.

~Sri

Former Member
0 Kudos

RSECNOTE is for ABAP only, and I dont think there is any equivalent for Java.

For Java , security note will guide you on how to implement.

It could be manual changes or via SDM or JSPM.

Regards,

Pinkle

martin_voros
Active Contributor
0 Kudos

Hi,

on service.sap.com/SecurityNotes you can define your systems and get security notes related to your systems. I know that you can't schedule it as background job.

Cheers

Former Member
0 Kudos

RSECNOTE is for ABAP system, in Java systems security notes guide us how to implement and we can do it manual changes or via SDM or JSPM.

Former Member
0 Kudos

You can do this automatically from Solution Manager, also for the Java Stack component patches.

This feature was recently introduced and more infos are available in this SDN blog --> [Get an automatically calculated recommendation which SAP notes to apply on a system|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/24227] [original link is broken] [original link is broken] [original link is broken];

Very cool

Cheers,

Julius

Former Member
0 Kudos

Thanks All for the responses

Regards,

Akash.