cancel
Showing results for 
Search instead for 
Did you mean: 

MESSAGE_TYPE_X

Former Member
0 Kudos

Hi all SAP Gurs:

Wish u all a advance happy diwali.

My query here is that in the recruitment module, while doing prepare to hiring action, we face an error calle MESSAGE_TYPE_X

when we exit and do the action again, we do not get it.

Could any one pls tell me root cause for this?

thanks in advance

Ayyaps

Accepted Solutions (0)

Answers (1)

Answers (1)

sikindar_a
Active Contributor
0 Kudos

Ask your Abaper to debug it

Former Member
0 Kudos

Hi Sikandar,

I did debug it and found out the following reason:

I had a look at the system and was able to simulate the problem

mentioned. The reason what I could find out is the following.

In the configuration of the view V_T751E, for the action type

'04'(Offer applicant contract) an infogroup 'W4' is attached. Through

this infogroup 'W4', an insert(INS) is done to the infotype 4002

(V_T588D). This configuration means that when we execute the action type'04', the infogroup 'W4' will also get executed which would bring up

the screen 'Change Vacancy Assignment Status' using which we can change

the status to '5'.

Now, SAP provides a dynamic action in standard which would update the

vacancy assignment status. Please see the calling of the form routine

SUBMIT_RPAPUT00_WITH_APPLICANT in the view V_T588Z. Here in this form

routine, we update the vacancy assignment status to 5, when we execute

the action '04'. So the updation of the status is already done. After

this only the infogroup 'W4' is processed which will try to update the

status again to '5'. This leads to some buffering issue in the system

and as a result of this it is trying to insert the same record again.

Hence the update of the database fails and the system dumps. So

basically the dynamic action in T588Z as well as the infogroup 'W4' are

doing the same thing. Both are updating the vacancy assignment status.

So I would suggest you to kindly use either one of these since

ultimately both of them are doing the same action. So either you can

remove the infogroup assignment to the action '04' in V_T751E or you cancomment out the calling of the form routine -

SUBMIT_RPAPUT00_WITH_APPLICANT in the dynamic action which SAP provides

in the standard.

So i even corrected the infogroup.

still i am facing the same issue.

please advise,

Ayyaps

Edited by: Ayyaps sukumar on Oct 21, 2009 7:19 AM

Former Member
0 Kudos

Hi SAP gurus,

Any solution on this issue?

Ayyaps