cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Copying Notification User Status from Notification to Work Order?

Former Member
0 Kudos
697

Hi EAM Gurus,

At my client we have a requirement; where they want to copy the User Status from Notification to a Work Order User Status.

The pre requisites for doing this is already maintained in configuration.( Status Profile of Notification & Order has same status)

Here the user creates a order from the notification while entering the data for notification. Now the notification User Status needs to copied to the Order before the Order is saved.

In Order to copy the Notification User status we are basically refering JEST table for notification Object Number & then we want to copy that for the Order. But since it has to be copied before the Order save; we don't have the Object Number.

Is there a User EXIT/BADI/Custom Program to do this?

Thanks in Advance

Aditya

Accepted Solutions (0)

Answers (2)

Answers (2)

peter_atkin
Active Contributor
0 Kudos

Aditya,

[Here's|; a similar post with useful info

PeteA

Former Member
0 Kudos

hi Pete,

Thanks for your help. I will try the same & see wether it works or not.

Thanks once again

Aditya

AlicjaMM
Newcomer
0 Kudos
hello, seems like this post does not exist. Could you please send a link again? thx
former_member499912
Active Participant
0 Kudos

Hi Aditya,

The same can be mapped through BAPI-

BAPI_ISUSMORDER_USERSTATUSSET

ot through user exit-

STATUS_CHANGE_EXTERN

Regards

Anil Kumar