Questions tagged [sap-hr]

40 questions
5
votes
2 answers

Integrating SAP Time sheets into a web API

I have been trying to find a way to integrate our SAP time sheets with a web API. What I want to be able to do is allow users to enter their time sheets through a (more user friendly) web interface, and have those time sheets be automatically…
Matthew R.
  • 4,332
  • 1
  • 24
  • 39
3
votes
1 answer

Call logical database via Function Module?

Is there a function Module to call a logical Database via function module or classes? In my case I would need PNPCE, so it is the HCM Module.
Sasku
  • 517
  • 7
  • 23
3
votes
2 answers

How to add old HR INCLUDE into local class?

So I need to use the INCLUDES rpcblo00 and rpcbdt00 to get the type of infotype change (create, update, delete). Beforehand I used a subroutine that had no problem with the includes, but I cannot get them into a class for the life of me. If I try to…
Legxis
  • 886
  • 7
  • 19
3
votes
2 answers

SAP HR Relationship models

SAP HR apparently has several models for describing the relationship between Position (S), Job (C), Organization (O) and Person (P) objects that the Organizational Management (OM) module is used to maintain. P (Person) objects are usually Holders of…
geoffc
  • 4,030
  • 7
  • 44
  • 51
2
votes
0 answers

Show the error message only once in SAP HCM Payroll?

I am doing some changes related to error messages in HCM Payroll. I put the message into a table and call them and this works fine. But now I'd like to supress this error message once it has been showed in past periods of the payroll. Example:…
brow
  • 21
  • 2
2
votes
1 answer

Reuse RP_PROVIDE_FROM_LAST macro for several info-types?

We use HR macro to get first or last record from table. One of these are rp_provide_from_last. I need to get two subtypes (0010, 0004) from P0105 table: Below is my code. The problem is that after the second macro, there are only records of…
jesuismert
  • 43
  • 1
  • 7
2
votes
0 answers

Strange prefix (/A\) in ABAP call stack

Generally I try to make my questions Reproducible. In this case I couldn't find a way. Please feel free to guide me how to grab more details and I will attach. In some cases, we are using the ABAP call stack programmatically to get additional info.…
Dorad
  • 3,413
  • 2
  • 44
  • 71
2
votes
6 answers

SQL Server better way to iterate through millions of rows

I am working with SAP Timesheet data, so there are millions of rows. What I am trying to do is select the data from the SAP table and insert it into a table on MS SQL Server. So I want to insert the original record, then if an update to the…
dk96m
  • 301
  • 3
  • 18
2
votes
1 answer

ITXEX field cleared when HR_INFOTYPE_OPERATION is called

We got into difficulties in maintaining the ITXEX field (Long text indication) of an Infotype record. Say we got an existing record in an Infotype database table with a long text filled (ITXEX field value in that record is set to 'X'). Some process…
Dorad
  • 3,413
  • 2
  • 44
  • 71
2
votes
2 answers

Whats the best SAP ERP infrastructure architecture?

My company is planning to implement SAP HR in our organization. We already have the other modules running. We plan to offer ESS/MSS to approximately 200 000 users. Our current configuration is one machine with a Central Instance and 3 machines with…
Asif
  • 681
  • 9
  • 17
2
votes
1 answer

Write infotype text programmatically

I need to create/write a text in an infotype via ABAP code. So I'm looking for a function module or some "clean" solution for this. Right now I only found this post with a "quick&dirty" solution. I'm a bit afraid to change something directly from…
Dyrdek
  • 411
  • 4
  • 12
  • 33
2
votes
3 answers

How can I expose employee master data from SAP HR/HCM

I'm shortly to start on an integration project that will require organisational data (line reporting etc) and starter/leaver events etc. We utilise SAP HCM, but I have no experience of SAP (BizTalk/.NET developer), and I'm still attempting to find…
Jason Hyland
  • 744
  • 1
  • 8
  • 21
1
vote
1 answer

How to debug ATC Check

i have to make a modification in ATC checks, but i don't know the class where the checks start. Im talking about the check you start from SE80 -> rightclick on an object -> check (ATC) with... i need the object set so i can delete some unwanted…
user20500480
1
vote
1 answer

SQL Server cursor replacement (Update from another question)

This is sort of a follow up question I asked here: SQL Server better way to iterate through millions of rows. I was told in that thread to submit a new question because what I really was looking for was different than the way I asked it. I was not…
dk96m
  • 301
  • 3
  • 18
1
vote
1 answer

How to get user information from SAP HR in an MS SharePoint Workflow?

Okay so basically I am creating a Workflow BPMS in SharePoint and I want to get a user's information like his/her department, supervisor etc. into the workflow. The workflow goes like this: If an employee wishes to order some stationary, he/she…
Amjad
  • 1,627
  • 5
  • 21
  • 41
1
2 3