Reputation: 35
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
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