cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding FM BBP_CREATE_CONTACT_PERSON

Former Member
0 Kudos

Hi

I can create contact person for reference vendor(by selecting vendor) using Button 'Create Contact person with reference' from SRM Portal.

Now I want to do mass creation in ABAP program. can i use FM BBP_CREATE_CONTACT_PERSON for above process.?

whats the Partner id and Partner Guid input given for this?

Partner id and guid from table VENMAP or BUT000?

To my understanding BUT000 record is created after Create contact person....is it wrong?

pls confirm.

Regards

Chandra

Edited by: princeck on Mar 2, 2011 8:15 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

use the vendor's partner ID and GUID in VENMAP table.

regards.

Former Member
0 Kudos

Hi Kezia

Thanks for your reply.

I get below error message "Business partner XXXXX_VND01 does not exist".

This FM is looking for table BUT000 and searching the contact person datas.

Can you pls reconfirm whether the above FM can be use for create contact person for Supplier , simmilar to be done in SRM portal.

Regards

Former Member
0 Kudos

hi,

when i used this fm to create supplier contact person, i passed on the vendor ID and vendor GUID using the below parameters

IV_PARTNER1 = VENMAP-VENDOR_NO

IV_PARTNER_GUID1 = VENMAP-PARTNER_GUID

regards.

Former Member
0 Kudos

Hi

I created Contact person in EBP using

CALL FUNCTION 'BBP_CREATE_CONTACT_PERSON'.

When i test in SRM portal using this user, its failing to generate Rfx Response document number.

I created Shopping cart -> Rfx doc number and approved the Rfx.

When i login with above user in SRM portal and confirm the RFx Response number, its not available.

Rfx response number should be generated after Rfx approval. but its not displayed with above user.

Can you please let me know how to debug or where could be the problem?

In other user its working.

Regards

Chandra

Answers (0)