cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI / FM for vendor data modification

Former Member
0 Kudos

Hi guys,

can anybody assist me to find out the BAPI / FM for changing the vendor details.

*bapi_vendor_edit - could not help me - since it's online.

i require export and import parameteres to match with my scenario. hence i am avoiding the online create / edit options.

Thankin you.

Giri

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Giri,

such BAPI is not existing.

The only standard solution is to use Batchinput sessino or IDOC processing.

See [note 384462|https://service.sap.com/sap/support/notes/384462]

Alternatively, if you are within release ECC 2005 (6.00), a synchronisation component as been introduced.

Initially, it is to synchronise Vendor and customer master data with ECC Business Partners.

But you can use directly the vendor master maintenance class. you may look at class VMD_EI_API.

Hope this will help

BR

Alain

Answers (4)

Answers (4)

Former Member
0 Kudos

BAPI_ADDRESSORG_CHANGE

former_member438956
Active Participant
0 Kudos

use this bapi..

BAPI_ADDRESSORG_CHANGE...

Edited by: Anil Nautiyal on Apr 13, 2009 1:29 PM

Former Member
0 Kudos

hi,

use BAPI....

BAPI_ADDRESSORG_CHANGE

Former Member
0 Kudos

Hi,

Try with the FM "ISP_LFA1_UPDATE".

Thank you,

Sekhar.

Former Member
0 Kudos

Thanks for your inputs.

IT's updating only LFA1 related informations.... but out vendor modification tcode : XK02 ....

contains the information stored in different tables ......

how the FM - can match my requirments...pls suggest