Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

User status from Notification

Former Member
0 Likes
497

Hi,

We are creating Maintenance work order from Notification.

First we go to IW21 to create Notification and before saving the Notification we are creating work order from Notification and during this we are trying to push User status entered at Notification to work order.

We tried using 'EXIT_SAPLCOIH_032' , EXIT_SAPLBSVA_001 but of no use.

Would like to have any inputs from any one familiar with this.

Thanks

Ravi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
468

Hi Ravi,

Try EXIT_SAPLCOIH_009. This triggers @ work order save event. You have all the notification information here.

Thanks,

Chandra

Hi,

We are creating Maintenance work order from Notification.

First we go to IW21 to create Notification and before saving the Notification we are creating work order from Notification and during this we are trying to push User status entered at Notification to work order.

We tried using 'EXIT_SAPLCOIH_032' , EXIT_SAPLBSVA_001 but of no use.

Would like to have any inputs from any one familiar with this.

Thanks

Ravi

2 REPLIES 2
Read only

Former Member
0 Likes
469

Hi Ravi,

Try EXIT_SAPLCOIH_009. This triggers @ work order save event. You have all the notification information here.

Thanks,

Chandra

Read only

Former Member
0 Likes
468

Hi Chandra,

Thanks for the time taken to help me.

This Customer function is having only a flag as import parameter and whatever changes we do will not be imported into the program and will not be reflecting in the final output.

Thanks

Ravi