Application Development 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: 

SRM-SC-ITEM DATA-INTERNAL NOTE-TRIGGER BADI

former_member223446
Active Participant
0 Kudos

Hi ,

I Need a BADI when i am clicking on internal note in item data of Shopping cart.I have searched in SCN,but didn't get proper one.

I have tried with below badis.

BBP_DOC_CHECK_BADI

BBP_DOC_CHANGE_BADI

but those not triggered.

When i was clicking on 'internal note'. I want BADI or Enhancement spot which is triggered.

waiting for your response.urgent

Regards,

Kiran

1 REPLY 1

Former Member
0 Kudos

The scn wiki advises somewhere to set a breakpoint into the get_instance Method of class cl_exithandler.

Then click on an internal note and see if a debugger starts up.

If so the local exit_name should contain the name of the badi.

See here:

Classic BAdIs - ABAP Development - SCN Wiki