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: 

updating bank details in transaction BP

malcolmclark
Explorer
0 Kudos

We're implementing S4 HANA and we have a program that updates Business Partners in transaction BP. I'm trying to get this to update the bank details under the 'Payment Transactions' tab but so far I haven't been able to find a standard function module that will update this.

FM 'BAPI_BUPA_BANKDETAIL_CHANGE' seems to update the account details in LFBK but not the table underlying the data in the 'Payment Transactions' tab. I've also tried 'BUPA_BANKDETAILS_CHANGE' but this doesn't work either - I get no errors but my account details aren't updated (yes I am committing afterwards).

Can anyone offer any advice on this please?

Thanks,

Malcolm.

5 REPLIES 5

former_member1716
Active Contributor
0 Kudos

Hello Malcolm Clark,

Use the FM ISM_BUPA_BK_UPDATE to update the payment transaction Tab.

Regards

Probably it's reserved to the ISM add-on of SAP ERP (ISM = Industry Solution for Media)

Sandra_Rossi
Active Contributor
0 Kudos

For BP table, shouldn't it be BUT0BK table instead of LFBK? (maybe there is some configuration to switch between the two but I don't know how it works).

malcolmclark
Explorer
0 Kudos

unfortunately I get a short dump in a standard include when using saying table KNVV does not have a component called KSREMIND (from include LJGBP04F02). I'm wondering if this is related to some functionality we don't have activated.

malcolmclark
Explorer

BUPA_BANKDETAIL_CHANGE worked for me but not without some heartache along the way.