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: 

How to stop at BADI UDM_COLL_AMT_C , Transaction UDM_SPECIALIST

Former Member
0 Kudos

How do we stop BADI UDM_COLL_AMT_C at badi while we are executing the transaction UDM_SPECIALIST, please let me know how to execute the transaction UDM_SPACIALIST to stop at above badi to modify one of the method .

4 REPLIES 4

Former Member
0 Kudos

Hi Go to Tcode SE19,

Give the implementation name of badi ...

You will hvae method CALC_AMOUNT_TO_BE_COLLECTED

in BADI UDM_COLL_AMT_C wich is BAdI: Calculate Amount to Be Collected

Now give the break point in the method and execute the transction code..it will stop at that break point.

0 Kudos

Hi ,

could you explain in steps , becuase i could not able to reach the break point in methos as it is already implemented. But still I could not reach over there..

Please let me know what is the procedure.

Regards,

Siddivinesh

0 Kudos

Hi,

Have you tried to post this question in FSCM section in the forum? I am afraid that there are some configuration need to be done in Collection Strategy to trigger this BADI.

Good luck.

Regards,

Edison

0 Kudos

Already implemented?

You mean there is some standard implementation present for this BADI?

What is the name of the implementation because I could not find any.