cancel
Showing results for 
Search instead for 
Did you mean: 

Which table to get sales area of the customer?

saurabh_shukla4
Explorer
0 Kudos

Hello,

  Which ABAP table is to be used to get sales area of the customer? We are reading any random sales order to VBAK to get sales org. division, channel etc. 

We want area associated with the customer from the customer master table? Which exact table to be used to accomplish the task?

Regards,

SS

Accepted Solutions (0)

Answers (4)

Answers (4)

David23
Explorer
0 Kudos

Hi,

You can see through a table:KNVV

Table:KNVV is used to store the customer master sales area data. assuming you want to see the customer belonging to a particular sales area. you can just go to SE16 > KNVV > give the sales area and execute. you get the list of customers. 

 

Regards,

David

ANKA
Explorer
0 Kudos

KNVV table can be used to get the division, channel and organization against the customer

Sijin_Chandran
Active Contributor
0 Kudos

Hello,

It's better to Tag such questions with respective Functional domain Tags like 'Sales and Distribution' for getting exact answer.

KNVV (Customer Master Sales Data) should be the Table which should help in this case.

Thanks,

Sijin

Guts
Explorer
0 Kudos

Hello, KNVV may help.