Hello BADI gurus..
I've placed a break point in active implementation of RSU5_SAPI_BADI. I have abap code that should stop as I set a break point for "when '0FC_ACCNTBP_ATTR' ".
I goto RSA3 and test this datasource '0FC_ACCNTBP_ATTR' and the breakpoints and a debugger session do not get tripped up.
I put a breakpoint in ZXRSAU02 on a abap statement " WHEN '0MATERIAL_ATTR' ".
I go back to RSA3 and test '0MATERIAL_ATTR' and immediately the breakpoints from when '0FC_ACCNTBP_ATTR' in the RSU5_SAPI_BADI is triggered and then I will also see the break point on WHEN '0MATERIAL_ATTR'. in ZXRSAU02.
Does anyone have a clue why my my first break point "when '0FC_ACCNTBP_ATTR' " was not triggered in RSU5_SAPI_BADI when testing the 0FC_ACCNTBP_ATTR datasource in RSA3. This just doesn't make sense?