Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

kunnr

Former Member
0 Likes
659

hi all,

I need to find the customer desciption, for a particular customer.

where can i find it other than in table KNA1?

thanks

nayan

hi all,

I need to find the customer desciption, for a particular customer.

where can i find it other than in table KNA1?

thanks

nayan

4 REPLIES 4
Read only

Former Member
0 Likes
634

Take KNA1-ADRNR, for that customer number kunnr,goto ADRC Table ,do compare with ADRNR ,take name1 field here.

Thanks

Seshu

Read only

former_member189059
Active Contributor
0 Likes
634

try this function module...

'BAPI_CUSTOMER_GETDETAIL2'

Read only

Former Member
0 Likes
634

Hi

do a "where used list" (CtrlShiftF3) on Kunnr, and you'll find all the tables for kunnr.

Regards

Ravish

<i>

Reward if useful</i>

Read only

Former Member
0 Likes
634

Hi Nayan

KNA1 is the table to store customer description . In a table the data of only one customer is not stored. So in a single table you will find description of many customer. So I do not think there is a table to store data of any particular customer.

Thanks

Reward if helpful