Questions tagged [sap-hr]
40 questions
0
votes
2 answers
ABAP SQL capture records of a date range of active employees
Record in pa0000 / pa0001 has two records as follows:
Begda Endda
[03.07.2017 - 31.12.9999]
[03.01.2017 - 02.07.2017]
Selection screen has the date range: Low: 01/07/2017 and High: 31/07/2017
ABAP Code has written as follows:
Select data from…

Swarup Modak
- 47
- 9
0
votes
1 answer
Joining the different infotypes of SAP
I am quite unexperienced with SAP. I received an XML file with different infotypes from SAP (like PA0000, PA0001,...). I want to load this data into a database, using a datawarehouse model.
In that case, one table of this database (for example…

DenStudent
- 906
- 1
- 13
- 37
0
votes
2 answers
Employee Qualification Infotype 0024
In transaction PA30 after you enter a Personnel Number and select Infotype 0024, it will display all the qualifications of that employee (if they have any).
I want to create a report with 3 parameters ('Qualification group', 'Name' , 'Proficency' )…

Ovidiu Pocnet
- 579
- 12
- 32
0
votes
2 answers
HRIQ_UPDATE_INFTY not update hrp1001
HRIQ_UPDATE_INFTY returns sy-subrc=0. But it actually doesn't make any changes to it. Part source code:
DATA:
lt_single_1001 TYPE STANDARD TABLE OF p1001 WITH HEADER LINE,
lt_1001 TYPE STANDARD TABLE OF hrp1001 WITH HEADER LINE.
SELECT…

Dustin Sun
- 5,292
- 9
- 49
- 87
0
votes
0 answers
SAP HR OM BAdI does not detecting IN_UPDATE changes
We have implemented BADI ZHR_INT_BAD_OM_INFTY and Method IN_UPDATE. Now when some users save their OM work the IN_UPDATE method is not triggered.
The problem with debugging this is that when you go into abap debugger "stuff" in the background gets…

FastSolutions
- 1,809
- 1
- 25
- 49
0
votes
2 answers
Avoid creation of objects through SAP GUI
As a tester, I'd like to know whether it is possible to restrict the manual creation of new objects by the user. The restriction should be done programatically in ABAP, not by removal of permissions.
Background information: we have quite complex…

Thomas Weller
- 55,411
- 20
- 125
- 222
0
votes
1 answer
SAP - Understanding HR module structure
We are in the middle of a huge SAP installation. Everything works fine but I'm dissatisfied with the documentation methodology and style of the consultants/developers.
The documentation is too fine-grained, developers often are lost in details and a…

boj
- 10,935
- 5
- 38
- 57
0
votes
2 answers
Filling in empty fields in a table with hardcoded text
I have the below code which does what I want it to do, however I want to add additional code so that any blank record for fields exit_prnt_layout and exit_web_layout in table hrp5021 is filled in with text STANDARD. I know how to extract data from…

user2916178
- 15
- 1
- 2
- 5
-1
votes
1 answer
How to read the position value given the cost center
I want to read the position using this FM HRWPC_RPT_COSTCENTER_EVALPATH where the cost center is given.
There are 3 result tables. from which table I can read the position value ?
here how I call the FM:
DATA i_hrrootob TYPE TABLE OF hrrootob.
…

Adham
- 63,550
- 98
- 229
- 344
-2
votes
1 answer
SAP Approve and Reject Hours
I am a beginner with ABAP programming and I do not have much experience with SAP GUI...
I am developing a Fiori application to approve and reject absences like the standard application "approve leave request". I wanted to access the "approve leave…

Rodrigo Filipe
- 61
- 4