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

Which table to get sales area of the customer?

saurabh_shukla4
Explorer
0 Kudos
2,118

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

View Entire Topic
DavidSolaliga
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