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 change payment method for vendor invoices using FB02 - VERSION 4.6C

Former Member
0 Kudos

Hi all,

I have a requirment to change payment method from 'A' to 'N' in vendor invoice using tcode FB02 .My system version is 4.6c.

I am looking for a BAPI which will serve the purpose. I tried but could not find anyone.

Please help me to find the same, or any OSS note which will help me in this matter.

Thanks in advance.

Vengal Rao.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

I think there is no BAPI for this, but can use FM ' FI_ITEMS_MASS_CHANGE '.

In this FM pass field 'ZLSCH' to table IT_FLDTAB, w_bseg-ZLSCH = 'N'

and pass your BSEG data to table IT_BUZTAB. This will help

Can refer to threat [;

Thanks,

Anmol.

3 REPLIES 3

Former Member
0 Kudos

Hi,

I think there is no BAPI for this, but can use FM ' FI_ITEMS_MASS_CHANGE '.

In this FM pass field 'ZLSCH' to table IT_FLDTAB, w_bseg-ZLSCH = 'N'

and pass your BSEG data to table IT_BUZTAB. This will help

Can refer to threat [;

Thanks,

Anmol.

0 Kudos

Thanks, for the solution.

Vengal Rao.

0 Kudos

Dear all,

can you describe in detail how to update by FM?

Thanks all.