cancel
Showing results for 
Search instead for 
Did you mean: 

Employee responsible set to current user on edit mode in a query

Khayelihle
Explorer
0 Kudos

Hi,

I have an issue where employee responsible for a transaction is set to current user while on edit mode. This happens when a user displays an existing transaction. I had a look at the component, nothing seem to change the partner. Can anyone help with this?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Kay,

I don't know this message and have never seen it before. One thing might be to check the details-hyperlink. The more important thing might be to check where this message is raised as it might be the same place where the emp resp was set. For this check table T100 with the message text and hopefully identify application area and message number. With this go to SE91. Do y where-used search and hopefully you get the place where it is raised. If it is a custom message then the emp resp seems to be set in custom (non satndard) coding. Then a use of program RS_ABAP_SOURCE_SCAN with searching for the application area and in all Z* or custom programs might also lead you to the place where the message is called and hopefully the emp resp is set.

Best regards,

Thomas Wagner

Answers (1)

Answers (1)

former_member193634
Active Participant
0 Kudos

Hello,

Not sur to understand your problem. Is the employee responsible changed when you display the business transactions, or when you click on Edit mode ?

If it happens when clicking on edit mode, this is standard behaviour :

1508597 - Employee responsible getting changed when editing a business transaction through CRM Inter...

If it happens in display mode, then maybe there is some custom development that changes the transaction, even in display mode (already happened to me ...).

You may want to check if you get the same behaviour when deactivating custom dev (set user parameter WCF_IGNORE_ENHANCEMT to A, and test again).

You may also put a break point at method SET_RESPONSIBLE_FOR_ONEORDER of standard class CL_CRM_IC_BOL_TX_HANDLER. This is where the employee responsible is updated. Then you can track back to find out why you are editing the transaction.

Hope this helps.

Best regards,

Sylvain AGUETTAZ

Khayelihle
Explorer
0 Kudos

Hi Sylvian,

Yes its changed on display mode. Thanks for the direction, I'll do exactly that.

Regards,

Kay