cancel
Showing results for 
Search instead for 
Did you mean: 

Contact Creation Using Function module

0 Kudos

Hello Expert,

I want to create  contact as a remote enabled function module for gateway services which function module I have to use for creation on contact??

Moderated: Please use the search before posting.

Message was edited by: Andrei Vishnevsky

Accepted Solutions (0)

Answers (1)

Answers (1)

pedro_murias
Participant
0 Kudos

Hi,

Basically you can use

BAPI_BUPA_CREATE_FROM_DATA this fm allow you to create any kind of BP

You might also need to use  BAPI_BUPR_CONTP_CREATE in order to create the relationship between the contact and the corresponding BP.


Dont forget to use also the BAPI_TRANSACTION_COMMIT after the other fm.

Regards