Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

hiring background

Former Member
0 Likes
648

hi guys,

i have some problems with hiring a new employee. i have to run hr_maintain_masterdata in background, because the application in run from the portal. I get the error that some complex application error has occured. But when i set dialog_mode to '1', it works!!! The R3 IT0001 screen pops up without any error message. I can then just save my data and the hiring is done.

So the problem occurs only when run in background. Any ideas???

thx in advance,

Kristof

Message was edited by: Kristof Allaerts

hi guys,

i have some problems with hiring a new employee. i have to run hr_maintain_masterdata in background, because the application in run from the portal. I get the error that some complex application error has occured. But when i set dialog_mode to '1', it works!!! The R3 IT0001 screen pops up without any error message. I can then just save my data and the hiring is done.

So the problem occurs only when run in background. Any ideas???

thx in advance,

Kristof

Message was edited by: Kristof Allaerts

3 REPLIES 3
Read only

Former Member
0 Likes
619

Does it generate any popups, or expect any user inputs? The background job may fail because of that.

Monitor the job log via SM37, it should give you some ideas.

Hope this helps.

Sudha

Read only

Former Member
0 Likes
619

No, there are no popups or error messages... when i press enter it says i can save my input (without changing any inputfield).

I forgot to mention that this only occurs when rehiring somebody. First time hiring works fluently.

When rehiring, for some reason the sy-msgno is set to 344...

Read only

0 Likes
619

I think the sy-msgno should be good clue to start with. Also get the name of the msg class which this msg belongs to, and find out what it means.

Hope this helps.

Sudha