cancel
Showing results for 
Search instead for 
Did you mean: 

Add a custom functionality in the Follow up menu in SAP TM in Freight order screen (NWBC) Screen

0 Kudos

I have a requirement to add a menu in the Follow up screen in the Freight order screen. Using FPM I saw we have feasibility to add a new items in this drop down by enhancing this standard screen. I need to control the visibility of this custom menu though. If the Create/Update ERP shipment is disabled I need my custom menu to be active, if Create/Update ERP is enabled then my custom menu should be disabled. So how to achieve this. (I am going to use the standard events which is already available so I assume I can just add it via FPM on the enhancement).

I have worked in the screens where we have feeder class which controls everything but I couldn't find any feeder class which controls this Menu. So any one can give me any idea or steps to handle the same would be of great help.

Accepted Solutions (0)

Answers (1)

Answers (1)

Clark_Huang
Advisor
Advisor
0 Kudos

HI Kumar,

Normally system control the toolbar action property in the root view exit class.

For freight order, the class is "/SCMTMS/CL_UI_VIEWEXIT_TOR".

Base on the requirement, you can refer the logic as below which system determine "Create/Update ERP shipment" property.

Best Regards

Clark Huang