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

Finding BADI calls in ABAP Code

peter_atkin
Active Contributor
0 Likes
932

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

6 REPLIES 6
Read only

Former Member
0 Likes
878

program: LCOBHU10 (in SAP. 4.7)

BR, Jacek

P.S> Please reward if it is helpful

Message was edited by: Jacek S³owikowski

Read only

0 Likes
878

Jacek,

That's the one thanks.

But how did you manage to find the link?

PeteA

Read only

Former Member
0 Likes
878

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

Read only

0 Likes
878

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

Read only

0 Likes
878

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

Read only

0 Likes
878

Thanks Jacek,

I'll talk to the Basis guys.

PeteA