cancel
Showing results for 
Search instead for 
Did you mean: 

SAP ECTR SMART FOLDER MASK STATUS HIDE

nkara
Participant
View Entire Topic
nkara
Participant
0 Kudos

Hello,

It would be useful if ECTR added tabs on mask for Smart folder. 🙂

ECTR ver:1.1.6.1 ECTR PATCH: 1.1.6.4

Thanks

0 Kudos

The search in a smartlist is done by macro and the macro defines which mask is used because only macro "knows" what to do with what parameters entered in the search mask.

I'm not sure if you want to go this way, but you can do following:

edit your customize\config\default.txt and add this lines:

#disable standard status help service
service.plm.gui.browser.components.services.StandardObjectExtensionService.disabled = true
#class with characteristic DOKST
plm.cls.help.class.name = SEARCH_HELP
#default 017
#plm.cls.help.class.type = ...

With this lines, the standard search help service for status and for authgrp is disabled.

Instead of this, ECTR will try to use class characteristic DOKST of the class SEARCH_HELP with type 017 to get values.

So now you have to create a characteristic named DOKST, list all status you want as possible values in this characteristic, then you have to create class named SEARCH_HELP and add characteristic DOKST to this class.

From now on, after restarting ECTR, ECTR will use the value list of this characteristic on F4 in document status field. But not only in your smartlist, folder - add document will use this list too.