Question:
Hi,
I have taken over some programming and this includes a couple of BADI created to be used at a specific prg. in CRM. I have found out that the EXITHANDLER in the calling program can tell about the BADI calls, but I can still not any clear link. If you could enlighten me on how to verify the relations between std. prgs. and BADI's, I would appreciate it.
Thanks.
Answer:
To be more specific:
program BUPA_DIALOG_JOEL in CRM needs an additional check for dublettes on a specific field. For that, 2 methods are used in an implemention with zxxx naming:
CRM_SERVICE_I_CHECK
CRM_SERVICE_I_MERGE.
What wonders me is, that the implementation is not being called anywhere in the program BUPA_DIALOG_JOEL.
How to make a verification of what is called and not in the code ?
Answer:
Cancelled this question. Question is rephrased and asked in another post.
Peter