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: 

Creating Email Adress (SMTP_ADDR : table ADR6) of Vendor (LFA1.....)

former_member1167366
Participant
0 Kudos

Hi experts,

I'm working on an lsmw to create vendors.

I can create all fields except one field : the E-Mail Address "SMTP_ADDR".

SMTP_ADDR is in table ADR6 and others fields of vendor are in LFA1.

The LSMW by using Standar-Batch/Direct-input or Batch Input Recording does not give me a mapping with SMTP_ADDR.

How can I create the Email Adress of vendor?

Thx.

Regards,

Mehdi

5 REPLIES 5

Former Member
0 Kudos

Please read the documentation of the program RFBIKR00 in which it talks about how you can load additional address fields that are now part of central address management fields.

0 Kudos

I have already read it, it talks about Transaction SXDA. With this transaction i must use Idocs but i don't use Idocs.

Another Idea?

Thx,

Regards,

Mehdi

former_member555112
Active Contributor
0 Kudos

Hi,

you will have to make use of the bapi BAPI_ADDRESSPERS_CHANGE.

Create the vendor first and then change the email address later.

The business object is BUS4002.

Regards,

Ankur Parab

0 Kudos

Hi Ankur,

Thx for having responding.

I'm doing your method (BAPI bus4002) and i cannot find "OBJ_ID" (Person object BOR object key).

I find the OBJ_TYPE in table TSADOBJ but the no trace for OBJ_ID,Do you have any Idea?

Thx

Regards,

Mehdi

0 Kudos

Ankur,

I don't know what kind of Value i have to take for the OBJ_ID. AN IDEA ??

Mehdi