Application Development and Automation 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: 
Read only

Electronic Bank Statement User exit

Former Member
0 Likes
8,181

Experts,

I am trying to modify the accounting document numbers that are passed in the electronic bank files to link to the proper document that the customer is referencing.  I was told to use enhancement FEB00001, EXIT_RFEBBU10_001.  When I put this through debugger and change the documents number, it doesn't seem to work.  We can have multiple documents referenced in 1 line.  Any help would be appreciated.

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,747

The solution that worked for us was to create a new user specific interpretation algorithm and the config to point to it.  We copied function module FIEB_028_ALGORITHM to our new 901 function module and tweeked it to fit our needs.

The solution that worked for us was to create a new user specific interpretation algorithm and the config to point to it.  We copied function module FIEB_028_ALGORITHM to our new 901 function module and tweeked it to fit our needs.

3 REPLIES 3
Read only

Former Member
0 Likes
3,747

Hi Paul,

Could you please explain this more.

Also you can check the BADI FIEB_CHANGE_BS_DATA , It may be useful.

Thanks

Sam

Read only

Former Member
0 Likes
3,747

Thanks Sam.  I will look into that.  For the additional information, we are using transaction FF_5 to process bank statements and apply cash to clear customer open items. In the payment reference section, sometimes a customs number is provided instead of the invoice number. I need to
take that number and retrieve the FI invoice number, then replace the customs
number so the payment processes correctly.

.

Read only

Former Member
0 Likes
3,748

The solution that worked for us was to create a new user specific interpretation algorithm and the config to point to it.  We copied function module FIEB_028_ALGORITHM to our new 901 function module and tweeked it to fit our needs.