cancel
Showing results for 
Search instead for 
Did you mean: 

Drop down menu on RR over view screen

anupam_srivastava2
Participant
0 Kudos

Hi Experts

I want to insert a drop down button (Unit of measure) on RR over view screen as show in yellow colour.

The drop down will have several options, based on the selection, the value in UoM field and the Quantity in  Soh should change.

So basically the quantity should be converted based on the Unit of measure selected.

Please do let me how I can find the relevant class method to introduce the new drop down.

thanks for your help in advance.

Regards

Anup

Accepted Solutions (1)

Accepted Solutions (1)

anupam_srivastava2
Participant
0 Kudos

Hi Guys,

I was able to add the Drop down menu on the RR over view  screen.

Enhanced CLASS /SCF/CL_ICHDM_REPL_POWL METHOD GET_ACTIONS.

Now for the drop down menu, how to get the action id for the drop down menu.

Checked method HANDLE_ACTION, put a breakpoint but nothing is happening.

Any body has worked on similar kind of issues ?

Regards

Anup

anupam_srivastava2
Participant
0 Kudos

Hi All

Issues resolved, enhanced /SCF/CL_ICHDM_REPL_BIZ, Method IF_POWL_FEEDER~HANDLE_ACTION.

Now able to trigger and make changes capturing the action id.

Regards

Anup

Answers (0)