cancel
Showing results for 
Search instead for 
Did you mean: 

ACC at Engineering Records and Customizing of Item Status and Change Relevance.

rodrigo_arai
Explorer
0 Kudos

Hi,

The customer will not works with ACC at Engineering Records.

Therefore, we would like to hide the ACC field. On “Status-Based Field Control” customizing transaction, we don´t find where we can set “Invisible” for ACC field. And on “Make Settings for Eng Records – Hidden Fields” we don´t have this option.

Do you have any suggestion?

Another question regarding Engineering Records is: Where we can customize the values of:

Status (of Item – attached file);

Change Relevance (of Item – attached file);

Thanks in advance.

Best Regards from Brazil.

Rodrigo ARAI

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rodrigo,

Follow these steps,

In the engineering record, on the ACC field right click,User Settings-->Hide Grouping of UI Elements "Owning Context"

perform the same steps for the ACC text and it will hide both the fields.

In future if you want to unhide them, right click on the screen, User Settings--> Invisible elements, click on the option 'Restore Grouping of UI Elements Owning Context' this will bring them back

If you want to make these settings for all the users in the system use Floor Plan Manager Functionality to make the changes. It will need a development access key, so work with you ABAP resource.

rodrigo_arai
Explorer
0 Kudos

Thank you, Zoheb.

Regarding  the another question about Engineering Records: Where we can customize the values of:

Status (of Item – attached file);

Change Relevance (of Item – attached file);

Do you have any suggestion?

Thanks again.

Best Regards from Brazil

Arai

abhishek_gupta2
Participant
0 Kudos

Hello Arai ,

You can customize the status and change relevance by creating a new custom specific for your object say material , etc . In this strcuture all field will be same as of sap standard but you will be replacing the domain / data element of status field and change relevance field and assign a domain of your choice which has the values of your choice .

Once you have this strcture ready , go to spro settings for ECR --> node ( mak settings for engineering record --.> sub node ( object type attributes ) .

hope this solves your issue .

Thanks from India  

Abhishek Gupta

Answers (2)

Answers (2)

rodrigo_arai
Explorer
0 Kudos

Another way to customize the “Change Relevance” is change the domain (SE11): /PLMB/ECR_CHG_REL.

And the Status we can use de BADI: /PLMI/ES_CREATE_ECN (Adjustment to Change Item)

Best Regards,

   Arai

abhishek_gupta2
Participant
0 Kudos

One thing wrt your first question of hiding the ACC fields .

Another way of solving is to do custom coding . The view V_HEADER has the view container UI element VCU_OWN_CTX.  You have to do a enhancement to the existing methods of the web dynpro component /plmu/wdc_ecr_header. In this enhancement , you will write a post exit which contains logic to hide the view VCU_OWN_CTX.

Thanks ,

Abhishek Gupta .