cancel
Showing results for 
Search instead for 
Did you mean: 

How to Link BP to territories.

Former Member
0 Kudos

Hi All,

Is it possible to link Bp to territories??If possible how we can do it.

Please give me soon reply

Thanks

Accepted Solutions (0)

Answers (4)

Answers (4)

helen_sun
Active Participant
0 Kudos

Hi Neetu

You could select the territories for customers from the BP master data

window.

Best Regards

Helen Su

Former Member
0 Kudos

Hi Neetu,

On the general tab of Business Partner Master Data form, you can find the territory field in the right bottom corner.

former_member187989
Active Contributor
0 Kudos

hi neetu,

Try this query,

SELECT T0.[CardCode], T1.[territryID], T1.[descript] FROM OCRD T0 INNER JOIN OTER T1 ON T0.Territory = T1.territryID

Jeyakanthan

former_member186095
Active Contributor
0 Kudos

Hi,

Try to use this code:


SELECT T0.[CardCode], T0.[Territory] FROM OCRD T0

Rgds,