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/fm to create customer contact person

former_member184551
Contributor
0 Kudos
3,006

I am trying to create a customer contact person (VAP1) through a BAPI or fm but I havent found one that does the job as yet. Please let me know if someone has successfully created a customer contact person using some kind of bapi or fm.

(As far as the BDC goes, depends what support pack you are on, if you are on SAPKH60007, you will face an error in the bdc (AM 310 - Addr dosent exist). I found an OSS for this 1243077 and implemented it but that didnt solve the issue either. )

Thanks and regards

Sameer Ahmed

1 ACCEPTED SOLUTION

Former Member
0 Kudos
468

Hi

Use the following Bapi's

BAPI_ADDRESSCONTPART_CHANGE

BAPI_CUSTOMER_CREATEFROMDATA1

Hope this helps you

Regards,

Rajani

6 REPLIES 6

former_member191735
Active Contributor
0 Kudos
468

Try the following....

BAPI_PARTNEREMPLOYEE_CREATE

All BAPI's related to customer seems for foreground processing....

Former Member
0 Kudos
469

Hi

Use the following Bapi's

BAPI_ADDRESSCONTPART_CHANGE

BAPI_CUSTOMER_CREATEFROMDATA1

Hope this helps you

Regards,

Rajani

Former Member
0 Kudos
468

Hi,

Try this BAPI 'BAPI_PARTNEREMPLOYEE_CREATE'.

Regards,

Jyothi CH.

former_member184551
Contributor
0 Kudos
468

used bapi_partneremployee_create

0 Kudos
468

BAPI_PARTNEREMPLOYEE_CREATE is an online bapi, was this what you needed?

0 Kudos
468

Hello there,

I have the same issue.

I posted this already in a new thread, before I found this one

()

If I have an existing debitor (number 0000001982), how can I add a contact person to this debitor with a bapi?