Quantcast
Channel: SCN : All Content - SAP ERP HCM Employee Self-Service
Viewing all 3755 articles
Browse latest View live

Need help with creating multitenant application and design

$
0
0

Hi Experts,

 

I need your help with the following requirement:

 

I have 2 applications App1 and App2. Both apps are deployed on a provider account.

My end users get only App1 as a subscription. They do not get direct access to App2.

App1 uses a service of the App2 which is exposed as a rest API.

App2 is a simple web app that manages a DB table implemented with JPA and it's ui is build with UI5.

App2 has 2 roles Administrator and Developer. The response of the App2 service depends on a user role.

Only an administrator knows the direct URL to the App2.

All end users of the App1 are assigned to the Developer role. App1 calls App2 service via configured destination in the provider account.

 

My problem is that when an App1 user performs and action that triggers access to App2 he gets access denied 401.

It seems that when the request arrives to App2 service it does not recognizes that a user belongs to Developer role.

 

Do I need to configure / develop something to make the following design work ?

 

Regards,Slavik


Sort names by firstname in Team calender!

$
0
0

Dear Experts,

 

 

Requirement is to sort the names by firstname instead of surnames in team calender.

 

Following methods are not getting triggered:

 

 

CL_PT_REQ_TEAM-GET_TEAM_FROM_VIEW_RESULT

IF_EX_PT_ABS_REQ-TEAM_CALE_ENRICHMENT

 

Capture.JPG

 

 

Please suggest.

 

 

 

Regards

Mani

Error in E-recruitement HR Forms & Process Workflow during Import Form Fields

$
0
0

Hi,


I am facing a issue in standard Form Scenario S_HRMSSRCF_REQUISITION (E-recruitment approval process HR Forms and Process)

 

I have attached custom workflow (Copy of standard 45600028;General task done, events active in HRASR_DT and SWETYPV)

 

It was working fine before, suddenly its giving this error on import Form Field Step of Workflow .


Now Standard Workflow also gives error on same step.


By debugging I found it is giving error at Select Query on t5asrscenarios in CL_HRASR00_WF_COMPONENTS-DATAMAPPING Method .


Can someone guide how to solve the issue?


 

HCM3.JPG

HCM1.JPG

Color in time sheet calendar not working correctly in ESS

$
0
0

Hello Experts, I have an issue related to Time Recording Calendar in ESS. The leaves should be highlighted in Green in Time Sheet Calendar. But its not happening correctly. An employee applied leave for 29th March 2016 to 11th April 2016.  The leaves got posted in infotype 2001. But in calendar the leaves are not reflecting in green. I have also confirmed that there are no public holidays during this period. When the leaves are entered separately for each date in infotype 2001 i.e individual record for 29th, 30th, 31 likewise till 11th April then I am able to view green color for the dates in time sheet calendar. Please find the screenshot in attachment.

Personal Profile: Locks on Master

$
0
0

Dear All,

 

Would like to know if any of you are facing similar issues: Log in to ESS-> Navigate to Personal Profile screen and then Log off.

 

The locks on the user ID remain. So when the employee logs in again, they get the error that data is locked.

 

Is there a solution to this problem?

 

Capture.JPG

 

Error as below:

 

Capture.JPG

Course Completion Certificate link not displaying in Traning history in LSO Employee Portal

$
0
0

HI Experts, Good Evening! Hope You all doing well! I have created Course then its booked by employee I also mark it as Completed and Configured Course Completion Certificate column and now it is visible in Training History in Employee portal of LSO but I unable to find that why link of Certificate is not coming in Front of completed courses so request to all kindly Suggest you Solution for the same. I also attached screen shot of the same. Regards Amol

How can I diasable "Open Settings Dialog" Button at My-Trips-POWL FITV_POWL_TRIPS

$
0
0

Hello,

 

how can I disable the right Button at POWL (FITV_POWL_TRIPS)

 

POWL_BUTTON_01.png

Thanks

 

Kerim

Error locking the request ESEPxxxxxxxx.Request not saved

$
0
0

Dear Experts

 

We are facing an issue while special approver is approving the Esep request .

 

Error locking the request ESEPxxxxxxxx.Request not saved

 

Please do the needful


LTC block is showing different year block values for different employees in ESS.

$
0
0

Dear Experts,

 

We are facing a strange issue in ESS while applying for LTA. For different employees, LTC block shows different year block values.

 

Please find the screen shot and assist how to fix this..

 

LTC block.JPG

LTA 2.JPG

LTA.JPG

 

LTC block1.JPG

 

Best Regards,

RG

Integration of Company Loans to ESS IT declaration in ESS Portal

$
0
0

Dear Experts ,

 

we have enabled ESS IT Declaration to our client but while employee submitting the Info-type-584 -income from other sources with subtype -House property we need to integrate the company loans in ESS as the client requirement is the screen should be populated as the IT -584 screen in the R/3 system .employee need to have the flexibility to select the loan type in ESS for Interest exemption ,kindly help me to complete the requirement .

 

 

Regards,

Anusha .

MSS Three levels of substitution but last substitute not to see level 1

$
0
0

Hi all,

 

 

Working on substitution workflows again and I have an interesting scenarios which i am sure some of you have come across.

 

Scenario 1

  • Manager A substitutes to Manager B,
    • Manager B substitutes to Manager C,
      • Requirement is that Manager C should not see the work items of Manager A.  

At a workflow level I cam model this in the workflow, but the issue is that this should be the case for all substitutions. I am therefore struggle to come up with a global solution. Any ideas will be greatly apprecaited.

 

 

Scenario 2

Within the onhebalf application of ESS/MSS it is possible for USER A to substitute to USER B, user B can perform task of user A ie book leave requests for employees. The requirement is that USER A should still be able to approve the requests raised by hi substitute.

 

Your input will be greatly appreciated.

 

Thanks

 

Dimtri

appraisal feedback form: how to change the dynamic UI elements in tab content

$
0
0

Hi All,

 

I need to hide some of the elements that are created at run time dynamically on a the view VW_BODY_DYN on the component HAP_DOCUMENT_BODY in the Appraisal Feedback Form.

 

Initially I thought admin personalisation is the simplest way to do it but I think it may not be feasible to do it that way because to elements on the view are created at run time dynamically and the number such elements created can vary depending on the configuration in the backend. I tried going through the code of the view controller & the component controller hoping that I could use an overwrite exit on the method BUT I could not exactly figure out where & how these elements are being created

 

Can any one let me know what is the best way to hide those elements.

 

1. for each of the tabs, the title of the tab is being repeated 3 times as shown in the image below. I need the heading just once. Is there anyway we can remove the other two titles that are being repeated

 

change_1.jpg

 

2.  I need to change the text shown in the column App.Document Type . I a sure that the application is picking the type of of the App.Document from some table. I also need to change the text Appraisee Name to Employee name.

 

Where are all these texts being read from. Is there any OTR text (which i can edit using SOTR_EDIT) defined for these or is there any central config in SPRO through which these texts can be defined. Can anyone tell me which table / tcode is used to changes these document types texts & label texts.

change_2.jpg

 

Regards,

PK

FPM Processes and Forms workflow import task error

$
0
0

We are using HCM FPM Processes and Forms. With out workflow approval process linkage it's working fine all action infotypes get updated.

But, when we link with approval Workflow, workflow is triggering fine but during the step import task TS17900110 it's giving error.

 

WF Error.PNG

when I check the class CL_HRASR00_WF_COMPONENTS method DATAMAPPING by passing test data from workflow container it's unable to find the entry in table T5ASRSCENARIOS and end up with error.

 

Is this task TS17900110 will work for FPM Processes and Forms? is there any new wd task for import form fields also instead of this old task TS17900110 ?

since for this FPM processes and forms there are new WD tasks for approval TS33700022 , Edit TS33700023 and save TS33700034.

 

And also I check some threads which described about CASE Customizing missing etc.

Cross checked with OSS Note 1829705 - P&F-Case Record Model POBJ_MODEL is missing in client 000

All entries are exists as per this note.

We are at latest version of EHP

SAP_HR 608 SP15

EA_HR 608 SP15

ESS-Personnel File is not working

$
0
0

Hi All,

 

Whenever i click on Personnel file.

I get below screen.

 

Let me know, how to go ahead.

 

Capture1.PNG

 

Regard

KKS

MSS issue with Employee Profile screen

$
0
0

Hi Experts

 

 

I need to remove the Related Link from the top right corner of this page. I created  component configuration ZHRMSS_EMP_OVERVIEW_PROFILE_OIF copy of HRMSS_EMP_OVERVIEW_PROFILE_OIF .

 

linked this component to to application configuration zhrmss_emp_over_profile copy of hrmss_emp_over_profile.

 

I think I need to link the application configuration  in  launch pad, please if any body guide me how and where to do it, as the changes are not reflecting on the portal.

 

regards

Anup


Team Quota overview to manager

$
0
0

Hi Gurus,

 

 

we are in to EEC6 EHP4 and portal 7.3.1(Webdynpro Java).

 

 

Currently we have a requirement  like in MSS there should be a link in which manager can see the quota overview of the subordinates with out executing a report.

 

 

Please advise us how we can achieve the same.

 

 

Thanks & Regards

 

Athyasannanaya Oru Rogi

Salary Statement and Income Tax Projection

$
0
0

Hi,

 

I am getting below error. While checking for Salary Statement and income tax projection.

It says salary statement not generated.

Capture.PNG

 

Regard

KKS

Need 24 hrs format in Attendance regularization screen in ESS/MSS

$
0
0

Hi Experts,

 

Currently we are using EP version 7.0 and in ESS MSS Attendance regularization we are getting 12 hrs format.

 

My client wants 24 hrs format in Attendance regularization only with out effect any other applications, other applications should be 12 hrs format only.

 

Kindly find the below attached screen shot and suggest.

 

Capture.JPG

 

 

Regards,

Venkat Polisetty.

Personal Profile: Trigger workflow on data update

$
0
0

Hi All,

 

We have a requirement where in it is expected that infotype data should not directly update without HR Admin approval in Personal Profile screen.

 

Kindly let us know how can we cater to this requirement as I can see that with EHP7 F&P can be utilised.

 

Is there any parameters to be set? We are not using LPD_CUST and have set up the Personal profile screen part of a portal role.

Personal Profile: Locks on Master

$
0
0

Dear All,

 

Would like to know if any of you are facing similar issues: Log in to ESS-> Navigate to Personal Profile screen and then Log off.

 

The locks on the user ID remain. So when the employee logs in again, they get the error that data is locked.

 

Is there a solution to this problem?

 

Capture.JPG

 

Error as below:

 

Capture.JPG

Viewing all 3755 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>