Skip to Content
Author's profile photo Hema Suryapalam

How to enhance the Status in the workflow of Normal or Urgent Change to incorporate check-list verification for business Part 2

Use Case: When there is a requirement around a need to enhance the existing workflow/standard process of a standard transaction type (e.g. SMMJ or SMHF: Normal or Urgent Change) and add a new status value to the status profile, action profile.

Prerequisite: The transaction types you want to adapt should first be copied to the customer specific namespace (e.g. ZMMJ or ZMHF) first. This applies to the transaction type, and all the profiles that are included (status, action, text, date, partner, etc.). Once you have copied the
transaction type into the customer namespace, the changes that are made will be safe from errors, updates etc…  This means they will not be overwritten when implementing a service pack or update, where SAP delivers updated or changed standard customizing. It also protects
the standard transaction types to be in a pristine state as delivered.

The steps include the following –

  1. Status Profile Customization
  2. Action Profile Customization
  3. Creating new conditions
  4. Specifying Status Attributes
  5. Assign Actions
  6. Assign Consistency Checks (Optional)
  7. Specify Partner Function Assignment Check (Optional)
  8. Status Driven Import at “Verify Checklist”
    status (Optional)

The screenshots are from SAP Solution Manager 7.1 SP 08 system. Initial Review shows no major differences in this customization between SAP Solution Manager 7.1 SP08 and SP10 versions.

In this blog we will be using an example of Urgent Correction.

Step 1: Status ProfileCustomization

The first customizing step is to create an own status for a specific transaction type. To insert the new status, we recommend copying an existing status rather than creating a new status from the scratch. This has the advantage that the corresponding, underlying business transactions, that are included in each status, will also be copied and that helps to tweak only what is necessary.

Go to SPRO – IMG – Define the status profile for user status.

Step1.png


Scroll down to find the Status Profile of the transaction type that is to be changed. Double click on the Status Profile. To create a new status, highlight an existing status and select the copy icon. Copy and change the description or text to “Verify Checklist Completion”

/wp-content/uploads/2014/07/step2_495196.png

Change the status Number, Status, Status Description, Lowest Status No., Highest Status No. Press enter to return to the Status Profile screen after making changes as above for “Verify checklist completion.”

The values “Lowest” and “Highest” define where you can go to, once you have reached a specific status. In our example, we cannot go back to 20 (In Development) but we can go forward until 80 (Completed), but not to 90 (Withdrawn).

Authorization Codes are used in ChaRM security to determine if a user has access to a document when it is in a particular status. Custom Authorization Codes can be defined by selecting the Authorization Key option under the Environment pull-down.

/wp-content/uploads/2014/07/step4_495222.png/wp-content/uploads/2014/07/step3_495221.png

You can see the example above on the use of authorization code for the new status “Validate Checklist Completion”. You can check the user status in table TJ30 (transaction SE16)

/wp-content/uploads/2014/07/step5_495223.png

Step 2:  Action Profile Customization

The second step is to create the ChaRM Actions Conditions for the corresponding status. The Post Processing Framework (PPF) provides SAP applications with  uniform interface for the condition-dependent generation of actions. The actions are generated as per the conditions specified for that action. They can be defined to be processed either directly or later.

Go to SPRO — IMG path – “Define Action Profiles and Actions”

Either create a new action or copy an existing action to adjust to the custom status. Recommendation is to copy an existing action. 

/wp-content/uploads/2014/07/step6_495227.png

The action determination can remain the same. The Partner responsible for this action would be the change manager and so select accordingly for the field Partner-Dependent. The determination technology works exactly like a price procedure: you can use fields from the field catalog to
set up condition tables and you set up a number of access sequences to find the correct action profile(s).

Double click on the “Processing types” and click on the pencil icon.

/wp-content/uploads/2014/07/step7_495228.png

You can use Actions to schedule and start follow-on processing steps, depending on the transaction type and different schedule and start conditions.

/wp-content/uploads/2014/07/step8_495234.png

  The user status should be reflective of the status that your have created in the status profile.

  See below for the process to clarify on how CRM infrastructure works.

/wp-content/uploads/2014/07/step9_495235.png

Step 3: Creating new conditions

The third step would be to create new conditions.

Go to the IMG path “Define Conditions”

Add the newly created action.

/wp-content/uploads/2014/07/step10_495243.png

PS: You can also use the transaction “sppfcadm” and select the application CRM_ORDER. Click on the button “condition configuration” and you will see thesame screen as the above.

/wp-content/uploads/2014/07/step11_495244.png

/wp-content/uploads/2014/07/step12_495245.png

The condition will be given as below. This is to indicate that after “successfully tested”, the next action would be “verify checklist completion” in the Urgent Change document workflow of charm.

/wp-content/uploads/2014/07/step13_495246.png

Adapt  the condition of action profile ZMHF_GO_LIVE to indicate that after “verify checklist completion” the given user would then be able to authorize the release of Urgent change to PROD in the Urgent Change document workflow.     

/wp-content/uploads/2014/07/step14_495247.png

Step 4: Specifying Status Attributes

Now that we have our new status, and the corresponding actions and conditions we also need to make sure the new status is recognized by the Change Request Management/CRM framework. This is particularly required for the autdit train in  the text log, which is written when processing the transaction.

Go to  IMG → search for  “Make settings for change transaction types”

/wp-content/uploads/2014/07/step1_494297.png

Scroll down and copy status E005 Test System. This is to copy a status entry to accommodate a new entry E0011. Use the pull down list on the UsrSt column to replace the User Status with the User Status being added to the list as below. Change the value in column Seq. to reflect the sequence of the User Status values in the work flow of the document. 

/wp-content/uploads/2014/07/step1_494297.png

Step 5: Assign Actions

Go to the SPRO Step “ Make Settings for change Transaction Types”. Select ZMHF and double click on “Assign Actions” and do the following

/wp-content/uploads/2014/07/step1_494297.png

Step 6: Assign Consisteny Check

Go to the SPRO Step “ Make Settings for change Transaction Types”. Select ZMHF and double click on “Assign Consistency Checks” and do the following

/wp-content/uploads/2014/07/step1_494297.png

This table contains conditions that are checked when the status changes from one phase to the next. In addition, the UsrSt column to the far right indicates the status that will be used if the system has to automatically reset the status during a phase transition due to an error situation.       Notice the new entry for E0011. Also, check the UsrSt entries in the far right column, these entries need to be changed to E0005 and E0011 respectively since “Verify Checklist Completion” status is after the status “Successfully Tested (E0005)” and previous to the status “Authorized for Production (E0009)”. Change these entries to E0005 and E0011 accordingly and save the changes to the transport.

/wp-content/uploads/2014/07/step1_494297.png

Step 7:  Specify Partner Function Assignment Check

Go to IMG step as specified in Step 6.

This helps to display partner functions in the Details assignment  block, per transaction type. The system also displays these partner functions as  transaction type search criteria.

/wp-content/uploads/2014/07/step1_494297.png

Step 8: Status Driven Import at “Verify Checklist” status

IMPORT from Tasklistonly imports transports of Normal or Urgent Corrections which are in certain state (not all TRs) E.g. all Transports are imported to Production which belong to Normal or Urgent Corrections in Status “Checklist Verified” in our example.

Go to table /TMWFLOW/VC_IMPS with transaction /nsm34

/wp-content/uploads/2014/07/step1_494297.png

The above blog is a continuation of  Part 1 How to Configure Checklists in SAP Solution Manager 7.1 — Part 1. The blog was about how checklist can be set-up.

Assigned Tags

      3 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      Very usefull blog. thanks.

      Author's profile photo Hema Suryapalam
      Hema Suryapalam
      Blog Post Author

      Hello Hema,

      I read your blog: “ Hema's
      Blog: How to enhance the Status in the workflow of Normal or Urgent Change to
      incorporate check-list verification for business Part 2”
      . It is a clear
      blog and we want to use the checklist functionality also. But I have an
      additional question.  It is for me not allowed to give a comment on SCN,
      so I will try it with this e-mail.

      We want to use the checklist
      functionality. We want to use an automatic check, that the checklist is
      completed. It has to be only possible to go to the next status when the
      checklist is completed. For example in a Normal Change we have the status To be
      Tested. In this status the checklist has to be filled in. We want a check that
      the status Succesfully Tested only could be set when the checklist is
      completely filled in.  Is this possible?

      In your blog you add the extra
      status with special authorizations to set the status. But the checklist has to
      still to be checked manually, to see the checklist is completed or not
      completed.

      Is the above stated possible?

      Thank you.

      Best Regards,

      R.B.J. (Richard) Veldhuis, MSc

      Applicatie Beheer SAP Solution Manager

      Author's profile photo Hema Suryapalam
      Hema Suryapalam
      Blog Post Author

      Hello Richard,

      The automatic check is also possible. You can customize in transaction SPRO in the IMG step Change Management Framework -- "Make settings for change transaction types" and in the other IMG step "adjust UI objects by user status".

      Thanks,

      Hema.