2007 Oct 27 7:53 AM
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
2007 Oct 27 6:33 PM
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
2007 Oct 27 6:33 PM
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
2007 Dec 04 10:15 AM
Where to declare number range for Bcontact...
I m getting dump since no number range is maintained....
2007 Dec 07 10:56 AM
Go to transaction SNRO
Provide the object name as BCONTACT & maintain number range
Regards,
Gautam