cancel
Showing results for 
Search instead for 
Did you mean: 

Change Number and Process Route

Former Member
0 Kudos

Hi Experts,

I have seen in the Change Master Web-UI is a register for Process Route.

When I'm trying to create a Process Route, the Activities are missing.

Where is the customizing to set Process Route Activities for the Change Master?

And where is the customizing to create the event to start the Process Route?

I have allready done some customizing for the SAP Case Management and the Engineering Record.

I hope you can help me.

Regards,

Thomas

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

To customize process route to the change number in the Web-UI the following steps has to be done:

  1. Create Activities
    To create activities use TA SRMCUSTOMIZING: Records Management --> Customizing for Process Route --> Create or Change Activities and Activity Functions
    Create new entries depending on ECN_DIS
  2. Define Activities for GOS-Objects
    To define activities for GOS-Objects use TA SPRO: SAP Customizing Implementation Guide --> Logistics - General --> Product Lifecycle Management (PLM) --> PLM Web User Interface --> Objects in PLM Web UI --> Process Route --> Define Activities for GOS Objects for Process Routes
    Create new entries depending on the activities created before and for the Object Type PLM_ECN
  3. Check Agent Assignment for all created Standard Tasks

Now it is prossilbe to add steps to the process route to a change number.

To start the workflow the following steps has to be done:

  1. Define Type Linkages for Workflow
    TA SWETYPV - Type linkages:
    Create an entry if not existing
    Object Category: CL
    Object Type: /PLMB/CL_PROCESS_ROUTING_WF_BO
    Event: START_WORKFLOW
    Receiver Type: WS00100012
    Receicer Function Module: SWW_WI_CREATE_VIA_EVENT_IBF
    Linkage Activated: X
    Behavior Upon Error Feedback: 3 - Do not change linkage
  2. Define Instance Linkages for Workflow
    TA SWEINST - Instance linkages:
    Create an entry if not existing
    Object Category: CL
    Object Type: /PLMB/CL_PROCESS_ROUTING_WF_BO
    Event: STOP_WORKFLOW
    Receiver Type: WS00100012
    Receicer Function Module: SWW_WI_COMP_EVENT_RECEIVE_IBF
    Linkage Activated: X
    Behavior Upon Error Feedback: 3 - Do not change linkage

Thanks for your help

Regards,

Thomas

0 Kudos

Dear Thomas,

You can find the customizing here:

You need to add activities here for the type PLM_ECN (Change Number):

The activity values are coming from the Case Management customizing:

Best Regards,

Gergely

abhishek_gupta2
Participant
0 Kudos

Hi Thomas ,

Tcode "scase_customizing" , node status profiles .

Select status profile PLM_ECR , and click on sub node status value .

Under the column "event for case " , you can maintain different events for each status  like , CREATED , IN PROCESS & COMPLETED .

You also the same tcode for maintaining process route activities . Node : Set Process Route , Sub Node : Define activities for process route .

If it helps , please close the thread !!

Thanks ,

Abhishek.

Former Member
0 Kudos

Hello Abhishek,

thanks for your fast answer.

As I think the status profile PLM_ECR is for the Engineering Record. This is allready working.

I'm looking for the process route at the change master.

I open the Web-UI, for example, using the entry you can see in the screenshot.

After selecting a change master I will the the following

Now I'm looking for the customizing for the process route used in this screen.

Regards,

Thomas

abhishek_gupta2
Participant
0 Kudos

Hi Thomas ,

As far my knowledge goes , Process route is standalone business object developed in PLM . Process Routes are generic, it does not matter which object you are using in PLM .

You can use it in different business objects say ECR , DIR , ACC . So similarly same steps as above needs to be followed for change number as well for configuring it .

Yes , by PLM_ECR , I mean to refer engineering record . So I feel you shall create a status profile for change number as well and in that way you can create events and activities .

Take care that Workflow is activated and the event linkage has been done for CL - /PLMB/CL_PROCESS_ROUTING_WF_BO - START_WORKFLOW -


Thanks ,

Abhishek.