cancel
Showing results for 
Search instead for 
Did you mean: 

PLM7.02: Customizing “Change Relevance“and the Status from Item of Engineering Record.

rodrigo_arai
Explorer
0 Kudos

Hi

I´d like to know if is possible customize the values of “Change Relevance“ and the Status (Item of Engineering Record). In attached the picture about it (ECR.png).

Thanks in advance.

Best Regards,

   Arai

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

It's a fixed list, the data domain is /PLMB/ECR_CHG_RELEVANT. I have no idea of the implications of changing the data domain. There seems to be code looking for one of the fixed values. See ABAP class /PLMI/CL_ECR_CREATE_ECN for details.

Answers (1)

Answers (1)

former_member214775
Contributor
0 Kudos

Hi Arai,

probably you can change the values with using the feeder class: /PLMI/CL_ECR_CHGITM_FED_ON with method /PLMI/IF_ECR_CHG_ITM~ENRICH_ECR_ATTRIB and implement a custom feeder class.

You can implement there your own change item relevant attribute e.g. StatusCustom and Chg.RelevanceCustom. Then you can define the values you want for them.

After it is ready you need to use your custom feeder class for the object (e.g. material) you want in the following customizing:

Product Lifecycle Management (PLM) -> PLM Web User Interface -> Objects in PLM Web UI -> Engineering Record -> Make Settings for Engineering Records -> Object Type Attributes: Feeder Class column

Please note that modifying the status has implications on the automatic change number generation (if you use it) as it uses the standard Status field with the following customizing:

Engineering Record Type -> Change Number Handling at Eng. Record Item

Probably you can manage it with the following BAdI: Change Items Settings

Best regards

Tamas