‎2006 Jul 11 12:34 PM
Hi Guys,
I want to find which program(s) call BADI Interface WORKORDER_UPDATE-INITIALIZE.
I've tried the where-used list without luck.
Also tried a break-point, but it doesn't stop.
PeteA
‎2006 Jul 11 12:44 PM
program: LCOBHU10 (in SAP. 4.7)
BR, Jacek
P.S> Please reward if it is helpful
Message was edited by: Jacek S³owikowski
‎2006 Jul 11 12:47 PM
Jacek,
That's the one thanks.
But how did you manage to find the link?
PeteA
‎2006 Jul 11 12:50 PM
go to SE18 - DEFINTION NAME : "WORKORDER_UPDATE" / show
Then intrface - mark "initialize" - and then where-used list
Thats ALL
BR, JAcek
P.S please reward if it is helpful. and mark the topic as solved
Message was edited by: Jacek S³owikowski
Message was edited by: Jacek S³owikowski
‎2006 Jul 11 2:38 PM
It doesn't seem to work in our 47 system
Here is what I'm doing:
1. Run TCode SE18 and enter WORKORDER_UPDATE
2. Press the Display button (F7)
3. Select the Interface tab
4. Single-select the INITIALIZE interface name
5. Press the where-used button
6. Select programs in the pop-up
7. The system only shows LCOBTU64
If I double-click the INITIALIZE interface name, and then run the where-used list I still get the same
PeteA
‎2006 Jul 11 2:51 PM
I did the same...
after double clicking
Program LCOBHU10
CLASS/INterfaces :
/SAPMP/CL_IM_CMTS Implementation Class for BAdI Impl. /SAPMP/CMTS
/SAPTRX/CL_IM_PP_WOUPDATE Imp. class for BAdI imp. /SAPTRX/PP_WOUPDATE
CL_EX_WORKORDER_UPDATE BAdI Class CL_EX_WORKORDER_UPDATE
CL_IM_PGTR_COMP Imp.Class for BAdI Imp. PGTR_COMP
it is strange due the fact yoa are using SAP 4.7 too (maybe different level of upgrades ?? )
Message was edited by: Jacek S³owikowski
‎2006 Jul 11 3:20 PM