cancel
Showing results for 
Search instead for 
Did you mean: 

BADIs for CRM Billing

Former Member
0 Kudos

Hi,

I wanted to know the list of BADIs from billing due list to billing documents. Do we have any thing?.

Regards,

Shravan.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can find out all the BADIs by placing a breakpoint in method GET_CLASS_NAME_BY_INTERFACE of class CL_EXITHANDLER . Now you can check out manully ( eg: while creation of billing document or update the status), the all BADIs which are associated with this event will trigger.

Regards,

Nithish

robert_kunstelj
Active Contributor
0 Kudos

There are several. Go to spro>crm>billing>system enhancements>business add-ins>

There you will find badis for different purposes.

Regards.

Former Member
0 Kudos

I am looking for something which allow me to do some checks when billing doc is created from billing due list.

I dont see which is useful for that.

robert_kunstelj
Active Contributor
0 Kudos

I think that badi BEA_CRMB_BD_CPREQ should be ok for your needs, because it is triggered when data are copied from billing due list items to billing documents.

Former Member
0 Kudos

Do we have any badi which triggers, whenever we click on cancel billing document and at a stage when it is updating the status of the contract?.

I want list of badis where we can do checks