Questions tagged [sap-hr]
40 questions
1
vote
1 answer
SAP HR CATS application
How to send the rejection/approval emails to the employee after the manager has approved the time using MSS application (we are using standard TS310000007) ?

Biranchi
- 16,120
- 23
- 124
- 161
1
vote
1 answer
Retain access to account during transition from employee to consultant
With one of my clients, we are having the following problem:
HR services are provided by a third party, who use SAP HR. SAP HR is the master system, which feeds information into a lot of other systems, such as Active Directory.
A nightly job…

razumny
- 117
- 1
- 8
1
vote
1 answer
SAP: RPTCORTMAIL doesn't send a mail
I tried to use the Report RPTCORTMAIL but no matter what I choose no mail is send.
I chose a period and a person with errors but the protocol shows "0 mails send".
Even when I don't enter a person nothing happens.
While debugging I saw that the…

Dyrdek
- 411
- 4
- 12
- 33
1
vote
2 answers
Conditional loop clearing of HR infotype itab lines?
I have no idea about ABAP - but my colleague (also no idea about it) showed me some code he came up with and it consisted of wayyy too many if-statements.
In JavaScript I could've improved it but in ABAP I'm a bit lost because I'm missing my Arrays…

Cold_Class
- 3,214
- 4
- 39
- 82
1
vote
1 answer
How do I add an optional selection criteria to a SAP HRFORMS print program?
I'm trying to add a checkbox to the standard payadvice driver program to enable the user to e-mail the form instead of printing it.
Because the print program is automagically generated from the print form (transaction HRFORMS), I can't just go and…

Esti
- 3,677
- 8
- 35
- 57
1
vote
1 answer
Performing two different actions on the same day for an employee
While performing this through PA40 it is overwriting the previous one, if I use HR_info_type operation it is creating the second record in additional actions. Why this behavior is different from PA40?

Bharath
- 21
- 5
1
vote
1 answer
Prevent creation of particular infotype records?
My aim is to protect users against of creation 105 infotype (communication) for some HR persons. I found HRPAD00INFTY BADI which called every time I save infotype updates. But the problem is that I cant prevent infotype creation/update from within…

Anton Semenov
- 6,227
- 5
- 41
- 69
1
vote
2 answers
where to store personnel information LDAP or Database
In our application we are evaluating where to store all personnel information (name, email, phone, department, date of birth, date of hire, licenses/certificates, roles etc.).
We will use LDAP/Active Directory for user authentication/authorization…

Deniz
- 1,575
- 1
- 16
- 27
0
votes
0 answers
HR-ABAP: how limit values in select-options list
When I want to get a list of users absence types, I use:
select-options: abs for p2001-awart.
When I want to get a list of users presence types, I use:
select-options: prs for p2002-awart.
In both cases I get a list that contains all types…

OlMarkov
- 1
- 1
0
votes
1 answer
ALV-Grid: Start transaction when clicking on value
My ABAP report creates a list of locked records and presents them as an ALV grid. For this I use the class cl_gui_alv_grid. To make the processing of the reported data records more efficient, it should be possible to jump directly from the list to…

Poseidon
- 45
- 6
0
votes
1 answer
SpinifexIT - Easy Reporter write to FTP
Does anyone know how to enable or set-up spinifexIT easy reporter to write a scheduled reports data to an FTP. I cannot get it to work.
We set-up all connections and passwords in the spinifexIT easy reporter tool, however it doesn't write the…

cskelton
- 3
- 1
0
votes
0 answers
Integration design patterns for integration Workday HCM - SAP Concur
I have a business requirement to transform the business processes which are currently manual and require human interventions to automated using automation platform.
We have chosen Camunda as our BPaaS (Business Process as a Service) platform, for…

mhasan
- 3,703
- 1
- 18
- 37
0
votes
1 answer
How to get employee transport and accommodation allowance?
I am working on one of our HR system which have integration with SAP, I am using SAP Connector for Microsoft .NET 3.0 and it's working fine for getting basic employee data using BAPI_EMPLOYEE_GETDATA function module.
I wants to know is there any…
0
votes
0 answers
What are the sap standard programs that auto delimit PB infotypes?
What are the sap standard programs that auto delimit PB infotypes? I saw results for PA infotypes only. Thanks for the response

Made
- 1
0
votes
2 answers
BAPI_PERSDATA_CHANGE to update user data using SAP JCo 3
I'm using the following code snippet. The goal is to update the user lastname firstname and co using the BAPI_PERSDATA_CHANGE bapi. But somehow it's not working, I tried a lot of possibilities but it's not working. The message to the function…

Delly Fofie
- 304
- 2
- 9