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
722

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

View Entire Topic
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