2008 Jan 09 2:24 PM
Hi,
Badi is found in the package of the transaction but still its does'nt trigger, pls let me know what has to be done to trigger that badi & also let me know the reasons for not triggering.
i ve tried putting break-point in the method & endmethod of badi.
badi name CRM_CLM_ASSIGNC_BADI
Transaction Name: CRMD_CALL_LIST
Test data: i ve entered the following fields in the transaction.
Transaction type: 0003
Horizon: current date
Target group: Gold, Metcash
Business hours : calling hours
Check box: create activity without calling time must be marked
Organization: 50000120
Call list title: conditional.
Thanks in advance.
Hi,
Badi is found in the package of the transaction but still its does'nt trigger, pls let me know what has to be done to trigger that badi & also let me know the reasons for not triggering.
i ve tried putting break-point in the method & endmethod of badi.
badi name CRM_CLM_ASSIGNC_BADI
Transaction Name: CRMD_CALL_LIST
Test data: i ve entered the following fields in the transaction.
Transaction type: 0003
Horizon: current date
Target group: Gold, Metcash
Business hours : calling hours
Check box: create activity without calling time must be marked
Organization: 50000120
Call list title: conditional.
Thanks in advance.
2008 Jan 09 3:10 PM
Arshi,
Did you implement your BADI.
If you did, activate the same.
If not, then first Implement the BADI that you have found with your changes and then activate
Now try putting a break point, it will stop.
[Example for BADI Implementation|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d0456c54-0901-0010-f0b3-cd765fb99702]
Vinodh Balakrishnan
Edited by: Vinodh Balakrishnan on Jan 9, 2008 10:11 AM
2008 Jan 09 10:31 PM
check if this badi has any filter. you have to activate the badi to get trigger.
2008 Jan 10 5:52 AM
Hi
Their is Filter type in BADI
we have putted filter type and then activated but still its not triggering.
i tried to changed the filter type too still it wont work.
please suggest to trigger that BADI
Thanks
2010 Jan 13 2:21 PM
Hi,
Did you get an answer for this one. I'm having the same problem. I know my BADI and filter are good (I'm an abaper with several years doing BADIs). But it's never called ... nor is the pre BADI class being called
Regards
2008 Jan 10 5:07 AM
Hi,
The BAdI implementations of the enhancement concept are not treated as standalone objects; instead, they are integrated in the overall concept. Consequently, the tools for implementing BAdIs are part of the Enhancement Builder integrated in the ABAP Workbench.
Transaction SE19, up to now the only entry point for implementing classic BAdIs, now administers classic and new BAdI implementations. When displaying/changing an existing BAdI implementation, it analyzes whether the BAdI is a classic or a new one and then switches to the respective tool, which is the enhancement implementation editor for a new BAdI. Implementing classic BAdIs is still supported.
Since the classic SE19 transaction represents only a side entry point into the Enhancement Builder, you can also use the Object Navigator (SE80).
For more information on Creating, Editing, and Deleting Enhancement Implementations;
http://help.sap.com/saphelp_nw2004s/helpdata/en/5f/103a4280da9923e10000000a155106/content.htm
Regards,
Renjith Michael.
2010 Jan 13 2:34 PM
hi goto class cl_exithandler, keep a bug point on method get_instance.
Then run the transaction, check whether this badi is called.
If it appears to be called only then it will trigger.
2010 Jan 13 2:51 PM
Hi,
In CRM,
I think, this badi has to be activated from customization. Ask CRM functional consultant to do that.
Thank.
2011 Apr 05 9:33 AM
Hi,
the badi is triggered from tcode CRMD_CALL_LIST when you set in this tcode assignment profile. the same assignment
profile should be set as filter on this badi.
Regards