cancel
Showing results for 
Search instead for 
Did you mean: 

where to find the templates for territory management

Former Member
0 Kudos

Hi All,

where can i find the templates that got territory structure for importing.

In this template i want to customize data for Terriority's and upload them.

Thanks in Advance.

pavan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Richard,

I have gone through the document, but what is the exact format for the template(ASCII). Where can i find that , if you got that template please send me. I tried with a TAB delimited one but getting an error while uploading.

Also i do not have REPORT document if you have that can u forward me.

thanks

pavan

Former Member
0 Kudos

Hi Pavan

Have you got the file structure ? Can you please share the same with me.

Regards

Former Member
0 Kudos

Hi Satish,

The template program CRM_TERRMAN_IMP_I_TEMPLATE uses the below structure: it has 4 levels of territory hirarchy and one territory attribute

firma(2) - level 00

linie(3) -level 01

region(4) - level 02

gebiet(8) - level 03

brick(7) - territory attribute

you can use the test file with below data

FFLLLRRRRGGGGGGGGBBBBBBB

with the above file data territory with following structure will be created

FF

LLL

RRRR

|

GGGGGGGG - attributes at this level BBBBBBB

You can Copy the template program into a Z program and change the territory levels and attribute structure according to your clients customized territory structure and attributes, you can also include to read file with separator by including

has_field_separator = true

in function call GUI_UPLOAD

Hope this helps.

Priyanka

Edited by: priyanka ganapa on Apr 12, 2010 6:02 PM

Former Member
0 Kudos

Hi Pavan

The Program is CRM_TERRMAN_IMP_I_TEMPLATE.

For more details please go to SPRO->CRM>Master data->Territory Management>data transfer-->Import Territory Hierarchy and territories.

Please click on the documentation

PLease let me know if this helps.

Thanks