Once the table entries have been added, the function code resulting from the action being selected from the menu must be handled.
There are two separate BAdIs that handle this, /BTI/MDE_BADI_ACTION for work request actions, and /BTI/MDE_BADI_MD_ACTION for master data actions, calling a PROCESS_ACTIONS method.
PROCESS ACTIONS takes the action class and the work request (or master data) as input parameters, and should be used to call custom code depending on the parameters passed in.
Example implementations are provided in each BAdI if guidance is needed.
Post your comment on this topic.