cancel
Showing results for 
Search instead for 
Did you mean: 

Get the action triggered in FPM screen on frieght order screen in Transport managment

0 Kudos

i have a requirement to trigger proxy on save so i have created a determination before_save..

it is working fine but as it is before save determination it is getting trigger every time like cancel of freight order, on save of freight order and status change of Freight order etc...

so i want to make sure it is triggered on save and status changed to Complete or click of save button only..

how can i get action called from FPM screen in BOPF determination.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member218472
Participant
0 Kudos

Hi Hari,

If i understood your question correctly : You want to trigger action in FPM once some action is complete in TM ?. If so then you can go with FPM Asynchronous Events. Use class CL_WD_NOTIFICATION_SERVICE method update_event_status and call this method in your TM Module. When you raise this event in your TM, your FPM event will get notified and you can capture and do the processing.

Request you to do some r&d on the above class, i did it sometimes back so not remembered complete flow :-).

Thank you,

Mahesh