Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BADI: WORKORDER_UPDATE

Former Member
0 Likes
778

Hi

I'm new to BADI's.I did download a few documents about BADI's.

I want to execute a program after the process order are created/changed. Transaction code COR1 and COR2.

I've searched in program SAPLCOKO for cl_exithandler=>get_instance, but could not find any.

How do i make use of BADI WORKORDER_UPDATE?

Hi

I'm new to BADI's.I did download a few documents about BADI's.

I want to execute a program after the process order are created/changed. Transaction code COR1 and COR2.

I've searched in program SAPLCOKO for cl_exithandler=>get_instance, but could not find any.

How do i make use of BADI WORKORDER_UPDATE?

2 REPLIES 2
Read only

Former Member
0 Likes
547

Hi Bau ,

search terms are BADI or WORKORDER_UPDATE , just implement that BADI and put a Break-point.

Regards

Prabhu

Read only

0 Likes
547

Prabhu

The only reference to WORKORDER_UPDATE is in the include LCOBADICON


* INCLUDE LCOBADICON
CONSTANTS:                                             
  con_badi_name_order_update  TYPE  rsexscrn-exit_name 
                             VALUE 'WORKORDER_UPDATE',