Hi,
I have a requirement to open a popup in the Freight Order general tab on click of save according to the
status of the Freight Order.
I have tried the method 'adapt_needs_confirmation' of the view exit class /SCMTMS/CL_UI_VIEWEXIT_TOR of the
Freight Order by creating a post exit in it but this method does not get triggered on Save.
It gets triggered when we change the value of some field using F4 help or dropdown.
I think this is due to the Return statement in standard code of this method.
Please give your valuable inputs regarding this issue.