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: 

BAPI to Delete the Bank details of a Vendor

p190355
Active Contributor
0 Kudos

Hi,

I understand the Bank details of Vendor is stored in LFBK.

Is there any BAPI available to delete the Bank details of a vendor.

This is for Vendor, not Business partners, so i can't use BAPI_BUPA_BANKDETAIL_REMOVE

Regards,

Remi

1 ACCEPTED SOLUTION

GauthamV
Active Contributor
0 Kudos

hi,

check this fm.

FIN_AP_AR_DELETE_BANK.

4 REPLIES 4

GauthamV
Active Contributor
0 Kudos

hi,

check this fm.

FIN_AP_AR_DELETE_BANK.

p190355
Active Contributor
0 Kudos

Hi,

I am working in IDES 4.6c.

The FM FIN_AP_AR_DELETE_BANK is not found.

Can i create a Z function module with functionality of FIN_AP_AR_DELETE_BANK?

Thanks & Regards,

Remi

Former Member
0 Kudos

Hi Remi,

Try using FM 'FOR_ALL_LFBK'.

This will give u bank details of Vendor by passing LIFNR, then u have to modify/delete the dynamic structure XLFBK which will also update the table LFBK.

Regards,

Amit

Former Member
0 Kudos

Hi,

I have the same requerement , I'm nom about testing FIN_AP_AR_DELETE_BANK.

I fill all requiered fields and I receive a dump : SYNTAX ERROR,

*ligne 77 : CALL FUNCTION 'FIN_AP_AR_DELETE_BANK'*....

I don't undertand how to figure out that

Please help.