cancel
Showing results for 
Search instead for 
Did you mean: 

SAP ECTR - DType specific document status list

0 Kudos

Hi all,
Is it possible to exlude (or allow) some document status by DType in ECTR?
For example, if I want to allow a specific document status only for the standard part (content center) DType and to exclude it for all other DType's.

Accepted Solutions (1)

Accepted Solutions (1)

GerhardHimmelsb
Advisor
Advisor
0 Kudos

Hello Mr. Gross,

you can hide statuses in ECTR for a specific Dtype. You cannot add statuses, which are not defined in DC10 customizing.

plm.document.statuschange.<document type>.notAllowed.statusList = <status>;<status>;...

See also Configuration Guide Chap. 7.5 Status.

Hope this helps.

Regards,

Gerhard Himmelsbach

0 Kudos

Hello Mr. Dalmaso and Mr. Himmelsbach,

The ECTR setting

plm.document.statuschange.<document type>.notAllowed.statusList = <status>

worked for us.

Thank you both!

Answers (1)

Answers (1)

sdalmaso
Participant
0 Kudos

Hi, you can define status network for document type in the SPRO transition from SAP GUI.

Else, you can set a list of not allowed statuses for dtype with plm.document.statuschange.<document type>.notAllowed.statusList = <status>;<status>;... as described in configuration manual - of course this mean that in your standard network status you have ALL the statuses you want to manage and then you go excluding the unwanted in any dtype definition.

First method needs SAP customizing, second one only conf. files editing (more flexible)

Hope it helps