Start Processes Technical Name of iView |
com.sap.pct.erp.mss.eeselection |
Technical Name of Application |
sap.com/mss~hras/EmployeeSelectionApp |
Runtime Technology |
Java/Web Dynpro |
Available as of |
SAP ERP 6.0 SPS09 |
Data Source or Data Storage |
SAP ECC |
Managers can use this iView to request an administrative change for an employee. The manager runs an HCM Processes and Forms process.
In the first step of the
Start Processes
iView, the manager selects an employee. In the second step, he or she selects a process and starts it. The system then calls the
HRAS Process
iView, and as a next step shows it in the
Start Processes
iView.
In the standard system, the
Organizational Change
process is implemented as a sample process. Managers can use this process to request the organizational reassignment of an employee to a new position that is outside of their area of responsibility. For more information about this sample process, see
Transfer (International)
.
You can implement any other or additional processes.
Note
If you want to use this iView, see SAP Note 1048386.
The Object and Data Provider provides the list of employees from which the manager can select in this iView.
This iView calls the
HRAS Process
iView.
It uses a service that is defined in Customizing for the
Self-Services
Homepage
.
See Business Package for Manager Self-Service and HCM Processes and Forms .
You can use the
ProcGrp
application parameter to assign a process group created in Customizing to the iView. In the standard system no value is defined for this parameter. For more information, see the Implementation Guide (IMG) for
HR Administrative Services
under the
Process Groups
section.
Description |
Property |
Maintained by |
Entry Type |
Allowed Entries |
|---|---|---|---|---|
Lifetime of cache |
1.sap.mss.hras.cachemaxage |
Administrator |
Mandatory |
Number of days (standard setting: 1 ) |
Group of organizational structure views |
1.sap.mss.hras.orgviewgroup |
Administrator |
Optional |
Organizational structure view groups of OADP defined in Customizing (standard setting: MSS_ TMV_EE ) |
Organizational structure view |
1.sap.mss.hras.orgview |
Administrator |
Optional |
Organizational structure views of OADP defined in Customizing (standard setting: no organizational structure view) |
Organizational structure views with list display in navigation area |
1.sap.mss.hras.navlistorgviews |
Administrator |
Optional |
Organizational structure views of OADP defined in Customizing (standard setting: MSS_ TMV_EE_ORG1 ) |
Service ID |
1.sap.mss.hras.serviceid |
Administrator |
Mandatory |
Service key defined in Customizing (standard setting: MSS_HCM_HRAS_CALL_ASR_PROCESS ) |
Note the following information about the properties:
1.sap.mss.hras.cachemaxage
The first time data on an organizational structure view group or organizational structure view is read from the ERP system, the data is stored in a cache from which it can be accessed efficiently. You can use the property
1.sap.mss.hras.cachemaxage
to define the number of days that the cache remains valid before it is discarded and the data is read from the ERP system again.
You can use the entries –1 and 0 to define that the data is determined anew from the ERP system each time it is accessed, the cache is therefore not used at all. The settings differ as follows:
–1
The system does not read any data from, or write any data to the cache.
0
The system does not read any data from the cache, but it writes data read from the database to the cache.
Even if you define a value greater than 0 for this property, so that data is taken from the cache, users can update the data that is displayed at any time. The data is then determined again from the ERP system. To improve system performance, we therefore recommend that you use the cache.
1.sap.mss.hras.orgviewgroup
For the organizational structure view groups, see Customizing for
Manager Self-Service (SAP ERP)
, under
.
1.sap.mss.hras.orgview
For the organizational structure views, see Customizing for
Manager Self-Service (SAP ERP)
, under
.
Note
Either use the property
1.sap.mss.hras.orgviewgroup
to define an organizational structure view group, or use the property
1.sap.mss.hras.orgview
to define an individual organizational structure view for the iView.
1.sap.mss.hras.navlistorgviews
You use this property to define that navigation objects for an organizational structure view are displayed as a list instead of as a tree structure. You can enter the following organizational structure views:
Organizational structure views with a navigation area that belong to the organizational structure view group that you define with the property
1.sap.mss.hras.orgviewgroup
.
The organizational structure view that you define with the property
1.sap.mss.hras.orgview
, provided that it has a navigation area.
1.sap.mss.hras.serviceid
For the service key, see Customizing for the
Self-Services Homepage
, under
(Customizing view V_T7XSSSERSRV).