cancel
Showing results for 
Search instead for 
Did you mean: 

Fix / Unfix of Freight Order

ashish_goyal2
Participant
0 Kudos

Dear Experts,

I am facing an exceptional behaviour on Freight Order.

When I am manually putting the fixing status as FIX on freight order, as shown below:

the system still allows me to change and Save the the Departure date on the Freight order.

But according to standard SAP , these dates should get locked when the FO is in FIX status and on Saving the same, there should be an Error message 'Save Cancel'.

I want to Debug the process and want to know what is the issue. Please help me in locating the code, where there is a CHECK on this Fixing Status while saving the FO.

Regards,

Ashish Goyal

Message was edited by: Michael Appleby

Accepted Solutions (0)

Answers (2)

Answers (2)

rohit3611
Contributor
0 Kudos

Hi Ashish,

There is standard action called for Fix and unfix status for TOR. You can start debug from there.

Also in the Profile Planning,

Please check the Manual planning is error.

Process controller strategies will also help here as mentioned above.


Please let us know if it resolve the issue.

Best regards,

Rohit

bharath_k6
Active Participant
0 Kudos

Dear Ashish,

I see this behaviour is based on the Process controller strategies.That's why you are able to change/save (Departure date) Freight order even if the status is Fixed or locked.

There are two methods - FIX_TOR_AFTER_PROC and UNFIX_TOR_FOR_PROC in class - /SCMTMS/CL_CREATE_SAVE_METHODS. Put a breakpoint in these and debug further to understand the system behaviour yourself.

Please let me know if you need more inputs.

Thanks,

Bharath.K