cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Vendor master contact detail in SRM system.

Former Member
0 Likes
668

Hi,

I want to know when vendor details are replicated in SRM system then where does contact details get stored in SRM . From where i can view contact detail feilds structure.

Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi,

Please check the following tables in SRM

CVI_VEND_LINK

BUT000

VEN MAP

Regards

G.Ganesh Kumar

Former Member
0 Likes

Thanx Ganesh, I need to know in which table vendor contact detail information gets stored in SRM System.

Answers (2)

Answers (2)

saumya_govil
Active Contributor
0 Likes

Hi,

Try checking the tables BUT*

like BUT000, BUT100, BUT050, etc

Also the following FMs could help:

BUPA_GETDETAILS

BAPI_BUPA_ADDRESS_GETDETAIL

Regards,

Saumya

Former Member
0 Likes

Access BUT050 with partner 1 to get Partner2.

With partner2 access HRP1001 with SCLAS = BP and SOBID = partner2 to get otype and objid.

With objid and otype acces HRP1001 with objid = objid, otype = otype and sclas = 'US'.

Former Member
0 Likes

In table BUT000 there are the fields PERSNUMBER and ADDRCOMM then you can use that to search the ADRC, ADRP, etc tables ofr info.

However the best way is to simply use BAPI_BUPA_ADDRESS_GETDETAIL for retrieving any contact detail.

Kind regards, Rob Dielemans

Former Member
0 Likes

Thank u Rob for the info.

regards,

Shivani

Former Member
0 Likes

hi

you can see contact people detail under ppomv_bbp select your vendor

3 tabs will be there

object info / contact person/ vendor address

click contact person of that vendor

br

muthu