cancel
Showing results for 
Search instead for 
Did you mean: 

Updated SC : SHRJAV fix, picks up previous version of the SC from the Track

Former Member
0 Kudos

Hi SAP Netweaver Experts,

We are at the following releases : 7.0 SP05.

We do not want to upgrade the system any further but have a fix by SAP (.class file) for an issue in the B2B application during Sales order creation. The Fix is in Software component : sap.com_SAP-SHRJAV which is in SP07. We also have the fixed .class file in hand which is tested by placing in run time system of the J2EE development server.

Is there any way we could apply it to the application, such that frequent deployments do not over write the fix. This is part of a JCO call hence extending the same in DC: crm/home/shr/ext may not be a feasible solution. Please suggest/ provide inputs.

The .class file delongs to

SC :sap.com_SAP-SHRJAV

DC : crm/isa/isacorer3lrd

file: WrapperIsaR3LrdSet.class

jar file : sap.comcrmisaisacorer3lrdassembly.jar

path in the jar file :com\sap\isa\backend\r3lrd

We have tried updating the SC in the java track up creating and updated .SCA file. but the old content was getting picked up.

By placing in (dtr) design time repository it worked as needed in our development system but failed in test system although the dtr is same for both development and test system. Please suggest/ provide inputs.

Thanking you in advance.

SR

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

when you setup the track did you exclude SHRJAV from deployment? according the CRM Java development and Extension Guide, this component is designed not to be extended or modified in the NWDI, it's just required for compiling and building the application.