SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI/FM for creation of CONTACT RECORD for the contract account

Former Member
0 Kudos

Hi All,

I need to create a contact record for the a contract account.

The contact record details will be maintained in the table BCONT.

Let me know if there is a function module/BAPI/any othere way to create a contact record.

Regards

Shiva

1 ACCEPTED SOLUTION

gagan_agrawal
Advisor
Advisor
0 Kudos

Hi,

You can use the function module - BCONTACT_CREATE to create Contact record

(or)

make a BDC of the Tcode - BCT1(Contact creation) and use the same for creation of contacts in batch

Note: Contact is created against Business Partner and not Contract Account. So you will have to include your logic of finding out the respective Business Partner for the Contract Account for which you need to create Contact record.

regards

Gagan

View solution in original post

3 REPLIES 3

gagan_agrawal
Advisor
Advisor
0 Kudos

Hi,

You can use the function module - BCONTACT_CREATE to create Contact record

(or)

make a BDC of the Tcode - BCT1(Contact creation) and use the same for creation of contacts in batch

Note: Contact is created against Business Partner and not Contract Account. So you will have to include your logic of finding out the respective Business Partner for the Contract Account for which you need to create Contact record.

regards

Gagan

0 Kudos

Where to declare number range for Bcontact...

I m getting dump since no number range is maintained....

0 Kudos

Go to transaction SNRO

Provide the object name as BCONTACT & maintain number range

Regards,

Gautam