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 for Vendor Address Get/Update

Former Member
0 Kudos

Hi Experts,

Anyone know about BAPI Function module for get Vendor Address and Update Vendor Address.

wrongly a developer upload data and the address line save in name lines.

i want to update vendor master and remove name line and move it to address line.

5 REPLIES 5

Former Member
0 Kudos

Hi,

BAPI_VENDOR_CREATE

BAPI_VENDOR_EDIT

try these bapis.

Former Member
0 Kudos

Hi,

Use function module "ADDR1_EXTRACT_TABLES" to extract address details. Pass address number as input parameters.

Regards

Vinod

0 Kudos

hi,

Suggested FM / BAPI not useful for me, i want to update vendor addrepss.

no any BAPI / FM for update vendor master.

Pl. Suggest.

0 Kudos

Hi,

Check BAPI "BAPI_BUPA_ADDRESS_CHANGE" for address change.

Regards

Vinod

Former Member
0 Kudos

Hi

Can you help me, how is possible update vendor data using net. connector with RFC function (or some another way to update vendors data from 3th party program). Up to now I read only data from LFA1 using net. connector (using RFC function RFC_READ_TABLE) and now I need update vendor data (e.g. NAME1, NAME2, ADRNR etc. from LFA1)

Our SAP system contains very much duplicate record (many LIFNR has the same STCD2, STCEG etc. but different NAME1 who contains typist's error or something like this. 6000 vendors has 1700 duplicates and incomplete record). Our Administrator don't know how set up SAP so that impossible create duplicite vendors! Because our system SAP contains very, very, very much elementary error, this system is not helpfull for our company.

Thank you