cancel
Showing results for 
Search instead for 
Did you mean: 

Portal 7.0 - Business Package ESS/MSS

Former Member
0 Kudos

Hello experts,

I would like to know wich kind of iView has the propriety with field: PAR_DEPENDENCIES

and also I have an iView with the propriety PAR_DEPENDENCIES setted with the informations bellow:

com.sap.pct.hcm.orgmanagementeventing,com.sap.pct.hcm.objectanddataprovider,
com.sap.pct.hcm.hcm_util,com.sap.pct.hcm.usercolumnview

Does packages is from ESS/MSS?

How Can I find this component inside the NWDI?

Thank you in advance.

[]´

Accepted Solutions (1)

Accepted Solutions (1)

former_member201257
Active Contributor
0 Kudos

These properties that you are looking at as iview properties are set in the component config section of the deployment descriptor (portalapp.xml) file of the corresponding PAR project.

Find out which par file is used to create the iview by looking at the properties of the iview. You can then import the project into NWDS (not NWDI) to check for the portalapp.xml file.

Thanks,

Shanti

Former Member
0 Kudos

hello Shanti Mupkala,

first of all, thanks for the reply.

On iVIew I didn't find the property that has the field are setted PAR file. I just find PAR_DEPENDENCIES.

former_member201257
Active Contributor
0 Kudos

Look for iview property "Code Link" - this should give you the name of the par file.

Former Member
0 Kudos

Inside the propriety CODELINK the informations is: com.sap.pct.hcm.pcrteamviewernew.default

former_member201257
Active Contributor
0 Kudos

That means, the par file used to create the iview is - com.sap.pct.hcm.pcrteamviewernew.par

and the component is "default".

- Shanti

Former Member
0 Kudos

OK Shanti,

thank you !!

pramod_gopisetty1
Active Contributor
0 Kudos

Hi,

Go to System Administration - Support - Portal Runtime - Browse Deployment - WEB-INF - deployment (browse) - temp(browse) - look for the par file i.e .par.bak and click on view to download the par file.

Cheers-

Pramod

Former Member
0 Kudos

Hello Pramod,

I got the PAR file - com.sap.pct.hcm.pcrteamviewernew.par

But when I imported it to the NWDS, I can't find any file: .JSP, .CLASS

I just found the file portalapp.xml

<?xml version="1.0" encoding="ISO-8859-1" ?> 
- <application>
- <application-config>
  <property name="ClassLoadingPolicy" value="5.0" /> 
  <property name="DeploymentPolicy" value="5.0" /> 
  <property name="AuthenticationPolicy" value="5.0" /> 
  <property name="ServicesReference" value="htmlb,jcoclient,urlgenerator" /> 
  <property name="SharingReference" value="com.sap.pct.hcm.orgmanagementeventing,com.sap.pct.hcm.objectanddataprovider,com.sap.pct.hcm.hcm_util,com.sap.pct.hcm.teamviewer" /> 
  </application-config>
- <components>
- <component name="default">
- <component-config>
  <property name="AuthRequirement" value="user" /> 
  <property name="ClassName" value="com.sap.pct.hcm.pcrteamviewer.PCRTeamViewerPageProcComp" /> 
  <property name="SecurityZone" value="com.sap.portal.ep50/ep50_safety" /> 
  </component-config>
- <component-profile>
  <property name="PAGE_DEPENDENCIES" value="com.sap.pct.hcm.pcreedetail" /> 
- <property name="ViewId" value="">
  <property name="personalization" value="no-dialog" /> 
  <property name="description" value="DESCR_VIEWID" /> 
  <property name="plainDescription" value="Selected viewid" /> 
  </property>
- <property name="Logger" value="com.sap.pct.hcm.manager">
  <property name="personalization" value="no-dialog" /> 
  <property name="description" value="DESCR_PERS_LOGGER" /> 
  </property>
- <property name="ViewGroup" value="PCR">
  <property name="personalization" value="no-dialog" /> 
  <property name="description" value="DESCR_VIEWGROUP" /> 
  <property name="plainDescription" value="Viewgroup used for Personnel Change Requests" /> 
  </property>
- <property name="SystemIdentifier" value="SAP_R3_HumanResources">
  <property name="personalization" value="no-dialog" /> 
  <property name="description" value="DESCR_SYSTEM_IDENT" /> 
  <property name="plainDescription" value="Logical System to be used" /> 
  </property>
  <property name="Title" value="Team Viewer for Personnel Change Requests (new in BP MSS 50.4)" /> 
  <property name="PAR_DEPENDENCIES" value="com.sap.pct.hcm.orgmanagementeventing,com.sap.pct.hcm.objectanddataprovider,com.sap.pct.hcm.hcm_util,com.sap.pct.hcm.teamviewer,com.sap.pct.hcm.pcr_changeposition,com.sap.pct.hcm.pcr_eegroupsubgroup,com.sap.pct.hcm.pcr_persareasubarea,com.sap.pct.hcm.pcr_promotion,com.sap.pct.hcm.pcr_separation,com.sap.pct.hcm.pcr_specialpayment,com.sap.pct.hcm.pcr_transfer,com.sap.pct.hcm.pcr_workingtime,com.sap.pct.hcm.isrdispatcher,com.sap.pct.hcm.pcr_transferextended,com.sap.pct.hcm.pcr_changepositionextended,com.sap.pct.hcm.pcr_separationextended" /> 
- <property name="CacheValid" value="-1">
  <property name="personalization" value="no-dialog" /> 
  <property name="description" value="DESCR_CACHEVALID" /> 
  <property name="plainDescription" value="Validity of the cache in days" /> 
  </property>
  </component-profile>
  </component>
  </components>
  <services /> 
  </application>

pramod_gopisetty1
Active Contributor
0 Kudos

In NWDS after importing, go to Navigator instead of Web Dynpro Explorer and expand the folder...

within that go to dist - PORTAL-INF - jsp or classes for the jsp or class files.

You should be able to find all the JSP files here.

Cheers-

Pramod

Answers (0)