Saros Begh
Saros Begh

Reputation: 35

Customer Master - Contact Person details

I'm new in SAP dev. I have to get details (name, tel) of Contact Person in base of Customer Master (KNA1-KUNNR). [ Contact Person at Delivery Address ]. Can someone tell me what fields and in which table store this info?

Thank you.

Upvotes: 0

Views: 1361

Answers (1)

Gert Beukema
Gert Beukema

Reputation: 2565

Any time you need to get data from standard SAP objects check if they provided a BAPI for it, especially if the data is stored over multiple linked database tables. It seems that for your purpose you have BAPI_CUSTOMER_GETCONTACTLIST.

Upvotes: 1

Related Questions