cancel
Showing results for 
Search instead for 
Did you mean: 

Sales order Change document user exit

IanStubbings
Active Participant
0 Kudos

A colleague of mine has been asked if there is a way of inserting a different username to the standard one when a change document is created for the sales order header. Is there a userexit that would suffice?

Thanks in advance

Ian

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You have only one option as far as I know:

All change document creation occurs in function

CHANGE_POINTERS_CREATE centrally.

The only option would be to apply a repair to this function to set the username (CDHDR-USERNAME) to the value you want. You would do this only for sales document change docs - object class is VERKBELEG I think. This is also held on CDHDR.

Hope this helps.

Cheers

Colin

IanStubbings
Active Participant
0 Kudos

Thanks for your reply, Colin. We presumed that it would end up being a repair so are wanting to steer the business away from the idea. If there was a user exit it wouldn't matter obviously but there is already too much bespoke code here so we are wary of creating any more.

Cheers

Ian