cancel
Showing results for 
Search instead for 
Did you mean: 

Portal 7.0 - Business Package ESS/MSS - Changing default PAR

Former Member
0 Kudos

Hello experts,

based on the following link: [SDN - Portal 7.0 - Business Package ESS/MSS|;

I have an iView from ESS/MSS that preview is like bellow link:

[Preview iVIew - ESS/MSS|http://oi56.tinypic.com/ndwvtw.jpg]

This iView has the following configuration:

Code Link:

com.sap.pct.hcm.pcrteamviewernew.default

PAGE_DEPENDENCIES:

com.sap.pct.hcm.pcreedetail

PAR_DEPENDENCIES:

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

My questions is, Which PAR file I should customize to change the field of employee selection, I mean, I want to change the field RadioButton to CHECKBOX(multiple selections)?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Folks,

I explored all that Par files and I didn't found any .JSP file !! Nothing make sense !!

someone has any light?

[]´

Former Member
0 Kudos

I am facing the same problem, anyone could help us ?

I am thinking the easy way to solve this problem is develop a new webdynpro application using the following bapis:

HRWPC_RFC_GET_VIEWS

HRWPC_RFC_GET_COL_CONTENT

HRWPC_RFC_GET_COL_INFO

HRWPC_RFC_GET_OBJECTS

HRWPC_RFC_EXPAND_OBJECT

Do you know how can I find the source of the file PCRTeamViewerNew.jar ?

former_member201257
Active Contributor
0 Kudos

You will need to decompile the source code in the jar files, make the necessary changes, and re compile it.

You can use any Java Decompiler (JAD for example) to do this.

However, SAP doesn't support this and you have to be careful while doing this.

Please try to make a custom copy of the PAR file in order to avoid any problems.

Thanks,

Shanti