cancel
Showing results for 
Search instead for 
Did you mean: 

Missing com.sap.isa.core files in Netweaver

Former Member
0 Kudos

Hi,

I am developing WFM( Work Force Management) application in netweaver development studio, but we are missing some com.sap.isa.core. related files, could you please help me out which jar or sca files need to import to solve my isssue.

some related missing files like

1.com.sap.isa.core.UserSessionData;

2. com.sap.isa.core.cache.Cache;

3.com.sap.isa.core.businessobject.BackendAware; etc..

Is this related to CRM isa files? could you please help me out.

Thanks

Gopi

Accepted Solutions (0)

Answers (3)

Answers (3)

peter_murphy
Explorer
0 Kudos

Hello Gopi

These files are located in the SHRJAV component of the application:

UserSessionData

sap.com_SAP-SHRJAV/dev/inactive/DCs/sap.com/crm/tc/core/

_comp/src/packages/com/sap/isa/core/UserSessionData.java

Cache.java

sap.com_SAP-SHRJAV/dev/inactive/DCs/sap.com/crm/tc/core/

_comp/src/packages/com/sap/isa/core/cache/Cache.java

BackendAware.java

sap.com_SAP-SHRJAV/dev/inactive/DCs/sap.com/crm/tc/core/

_comp/src/packages/com/sap/isa/core/businessobject/BackendAware.java

I hope that this will be of assistance.

Thanks and best regards.

Peter

thulasi_td
Employee
Employee
0 Kudos

Hi

Ensure that you have checked-in and imported all the required SCA's for your WFM SC development into the track.

Regards,

Thulasi

Former Member
0 Kudos

My 2 cents:

This document suggest that com.sap.isa is a CRM's Root location for Internet Sales applications:

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f2910623-0c01-0010-de8f-d1926988...

Thus, you are right, it is related to CRM isa files.

Regards,

Slava