cancel
Showing results for 
Search instead for 
Did you mean: 

By pass the popup on Activity Screen

Former Member
0 Kudos

Hi,

When we create new activity from leads screen, the popup window shows up to select the territories. The component/view of territories is

BTPARTNER/TerritorySelList

Now our requirement is NOT to show this popup. How to get rid of this popup window so that when we are coming from Lead screen to Activity screen - this popup window will not be displayed. We are fine without populating the territory field on activity screen.

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

Maggie
Employee
Employee
0 Kudos

Hi

The pop up is from territory determination.

Territory determination always runs for partner function categories employee (005) and employee responsible (0008). System checks if the entered or found employee (function category 0005) or person responsible (category 0008) is assigned to a territory and this is added to the document. If the business partner is assigned to more than one territory then you will get resulting selection pop-ups.

You could adjust your territory master data settings, or partner determination settings, to make sure there is only one territory deternimed in the follow up document.

Or, use the modification provided in SAP note 683127 to stop the territory determination being executed.

Best regards,

Maggie

Former Member
0 Kudos

Any thing possible programatically as we only want to suppress it for activities not for rest of transactions?

Thanks,

Maggie
Employee
Employee
0 Kudos

Hi

With codings, you can use BADI COM_PARTNER_INTERFCE method MERGE.

You can copy the standard implementaion, then add a check against the transaction type before calling CRM_TERRMAN_GET_TERR_BY_SCOPE to do territory determination.

Best regards,

Maggie

Answers (0)