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: 

Partner bank type (BVTYP) getting overwritten after user-exit, probably by customer master...

0 Kudos

Hi,

We have a user-exit that set the partner bank type xref3 in zxvvfu08. But when it ends up into the financial document, the value is different from the value it had when leaving the user-exit.

That suspicious value, our user-exit has no knowledge of it so it 100% sure it does not come from it, BUT, we see that in the customer master, this Partner bank type is maintained. So it very much look like SAP is overwriting our userexit determined value with the value coming from the customer master.

Is that possible and if so, what's the point then of the user exit and is there a way to bar SAP from doing it and allow our value to carry through?

Thank you!

1 ACCEPTED SOLUTION

0 Kudos

Found it! It was in a FI BTE not far after zxvvfu08.

Thanks!

3 REPLIES 3

GK817
Active Contributor
0 Kudos

Hi,

Best approach here would be to find another user exit which triggers after standard has modified the field value from customer master. You may have to debug standard code here.

GK

0 Kudos

In fact, the last point where we do set those values (zxvvfu08) is already at the frontier between SD and FI. So, no more user-exit afterward. We suspect more that SAP standard in intervening somewhere after us.

Any other idea?

0 Kudos

Found it! It was in a FI BTE not far after zxvvfu08.

Thanks!