Additional Blogs by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member

Target Audience: CRM Consultants

By the end of this blog, you will understand how to work with CRMV_SSC.

In CRM, the screen sequence control transaction is used to manipulate the layout of screens, subscreens and tabstrips belonging to a specific business transaction without any code modification.

In CRM 4.0 and higher, the screen sequence control transaction is in the SAP Implementation Guide -> Customer Relationship Management -> Transactions -> Basic Settings -> User Interface Settings -> Set Up Screen Sequence Control.  The transaction code is CRMV_SSC.

Important Vocabulary:


Screen Sequence Control Transaction:

Before you begin…

  1. Go to SAP Implementation Guide -> Customer Relationship Management -> Transactions -> Basic Settings -> Define Transaction Types (SPRO).
  2. Copy the SAP standard transaction type and its dependent entries to create a new transaction type in the customer namespace.
  3. Go to SAP Implementation Guide -> Customer Relationship Management -> Transactions -> Basic Settings -> User Interface Settings -> Set Up Screen Sequence Control (CRMV_SSC).
  4. Enter the transaction type and UI method and then click the “Copy” button.

  1. Enter the target transaction type, screen profile, and screen profile description.  Click on the “Start copy transaction” button

Note: Don’t confuse between Screen profile type to screen profile. A screen profile is of Screen Profile Type.

Steps to Change the Start Screen of a Transaction

  1. Go to SAP Implementation Guide -> Customer Relationship Management -> Transactions -> Basic Settings -> User Interface Settings -> Set Up Screen Sequence Control (CRMV_SSC).
  2. Select the “Scrn profile select.” radio button, and click the “Edit” button.

  1. Identify the screen profile type (first column), transaction type (second column) and screen profile (third column) that correspond to the transaction that you want to change.  Change the start function code (fourth column) to what you want it to be.  The start function code is used to generate the screen data when transaction processing is started.

NOTE: Create a new entry if the transaction type is “<*>” to avoid affecting other processes.

  1. Save.

Result:

Steps to Change the Button Sequence of a Transaction

  1.  Select the “Function Code Assgnt to Scrn Panel” radio button, and click the “Edit” button.
  2. Identify the screen profile type (first column), screen profile (second column) and function code (third column) that correspond to the screen profile that you want to change.  [HINT: The buttons will be the only ones with numbers representing the sequence of the function codes in the last column!]  Change the sequence of buttons for function codes in the last column.  The numbering sequence does not matter as long as one is numerically greater than the next. 
    • Click on Position.  Fill the Profile type and Screen Profile which is created.
    • Change the number sequence to change the order of the Buttons.
  3. Save.

Result: As the Button Sequence 10 is assigned to SERVICE_START, “Fast Entry” Button will be 1st Tab, Transactional Data will be 2nd tab and Item Details will be coming as 3rd tab.

Working with Tabstrips and Tabs.

Steps to Change the Default Start Tab of a Tabstrip.

  1. Identify the Panel Name for Transactional Data from Function Code assignment from Screen Panel.
  2. Identify the TabStrip Panel Name from Complete Subscreen Assignment of Panel.
  3. Select Complete Tabstrip Assignment of Panel and click on Edit.
  4. Position Cursor at required screen profile, Identify SRVO_HD03 (Tabstrip Panel Name) from the list.  Identify the Tab which need to be defaulted, check the default column.
  5. Administration tab will be set as Default.
  6. Tab Sequence can be changed, by changing the Tab sequence no. (4th column). The Tab Orders will be arranged in the sequence of numbers.
  7. If a line is deleted, the tab will be deleted.
  8. Steps to Incorporate Custom Programs into a Screen

    1. Create a custom program.
    2. Go to SAP Implementation Guide -> Customer Relationship Management -> Transactions -> Basic Settings -> User Interface Settings -> Set Up Screen Sequence Control (CRMV_SSC).
    3. Select the “Def. of Customer-Specific Program” radio button, and click the “Edit” button.

    1. Create a new entry with the appropriate profile (first column) and the name of your custom program (second column).

    1. Save.
    1. When you have completed these steps, you can then enter this program name in, for example, a new tab on a tabstrip under the program name (seventh column of the "Complete Assignment of Tabstrip Panel").

    1. Save.  Now open the CRMD_ORDER and SDN Service Order, go to Transaction Data.  You will see the result.

43 Comments