How to create a case in case management with QM02 link?

Dear Gurus,
I have to create a case in case management with link to t-code QM02. Any help would be appreciated.
Thanks,
GSM

Hi..
Easy transaction to Case Management customizing is SCASE_CUSTOMIZING. There you have an overview of the customizing of case management.
Also carryon these steps one by one...
Case Management Basic Settings :
Define Number Range Intervals for Case
Define Case Types
Determine Permitted values for attribute
Create values for "Category" attribute
Create values for "Cause" attributes
Create values for "Priority" attribute
Create values for "Reason" for escalation attribute
Assign escalation reasons to an attribute profile
Create values for "Authorization level" attribute
System Modifications
Create status profile
Create Text profile
Create Text Ids
Create Text Profile
Define Logical system for external objects
Enhanced System modifications
Note About Enhanced System Modifications
Define Processes
Set up registry
Create/Change Case Record Model
Create Profiles
Create attribute profile
Create function profile
Create terminology profile
Create Activities for authorization check
Activate application log
Define processes
Create/Change Case Record Model
When u open the Transaction SCASE_CUSTOMIZING , there will be Registry Steps...
Follow them step by step.
Regards,
Eswari.

Similar Messages

  • How to create a backend administrator content management system?

    How to create a backend administrator content management system using SQLyog515 and JSP only.
    Can give suggestions?
    Thanks,
    JSPnewbie*
    Message was edited by:
    Liting_JSPnewbie

    Have a look at Perch
    Perch - The really little content management system (CMS) - Perch
    It requires a php/mysql database to run but the tables and set up are all automated through the Perch set up files - you just need a server that runs php/mysql. It works on the same principals as the one Ben suggested but its a lot cheaper for a one off site - however if you intend to build more CMS driven sites the one Ben suggested might be more financially viable in the long run.
    The nice thing about Perch CMS is it fits in with your workflow unlike Wordpress/Joomla where you have to jump through hoops to change anything.
    Plus I think you can take Perch for a spin before buying (or at least you could when I was exploring CMSs) - you can't with Power CMS. I never investigated Power CMS beacuse I would not buy something before trying it. It looks good but it might be a bit dated as it doesnt seem to be in continuous develoment. Perch is in a constant state of development and the guys are working to make it better on a daily basis.

  • How many domains can Prime Collaboration Advanced manage with the BE6000?

    The BE6000 Administration guide states that "Most BE6K deployments have a single domain as part of a Standard Prime installation. Multiple domains are available with Prime Collaboration Advanced (available for purchase) that can be used for complex Business Edition 6000 deployments."
    How many domains can Prime Collaboration Advanced manage with the BE6000 solution? How do we order and deploy Prime Collaboration Advanced with the BE6000 solution?

    http://docwiki.cisco.com/wiki/System_Capacity_for_Cisco_Prime_Collaboration_10.0

  • How to create a record for table PLAF with order type 'NB'.

    How to create a record for table PLAF with order type 'NB'(standard purchase order).
    who can tell me the T-code or some usefull information?
    Thanks.

    Hi
    This will be updated automatically when generate planned orders thru MRP. (MD02)
    regards
    Srinivas

  • How to create a index on a column with type clob

    how to create a index on a column with type clob

    You should have a look to Oracle Text to check if Oracle Text indexing features can meet your needs:
    http://download.oracle.com/docs/cd/E11882_01/server.112/e16508/cncptdev.htm#CNCPT1537

  • How to create sql query for item master with operator LIKE with variables?

    hi all,
    How to create sql query for item master with
    operator LIKE(Contains,Start With,End With) with variables using query generator in SAP B1 ?
    Jeyakanthan

    Hi Jeyakanthan,
    here is an example (put the like statement into the where field)
    SELECT T0.CardCode, T0.CardName FROM OITM T0 WHERE T0.CardName Like '%%test%%'
    The %% sign is a wildcard. If you need start with write 'test%%' and otherwise ends with '%%test'. For contains you need '%%test%%'. You also could combinate this statements like 'test%%abc%%'. This means starts with test and contains abc.
    Regards Steffen

  • Can anyone please guide me how to create a table like employe table with 10

    Hi,
    can anyone please guide me how to create a table like employe table with 10colums.
    after that we need to update the colums with personal details......like name1,name2,address,city,zip...etc.
    using the RFC we need to update the personal details coulums (either select query or Insert command)
    if you have any program logic similar to this requirement please share with me...that would br greatly helpfull to me...
    thanks in advance
    srinivas

    Hi....
    We are having one table and now i am going to update that table's fields...
    for that in RFC function module we need to enter the fields in importing parameters (which are mandtory in table)
    and in source code just write like following....
    ( try to under stand that it contains some previous used table nad field and stucture and work area and function module names)
    FUNCTION ZL2C_UPDATE_MYCUSTOMER.
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(USR_ID) TYPE  USRID
    *"     VALUE(LOGO_ID) TYPE  KUNNR
      DATA ls_mycust TYPE zl2cmy_customer.
      DATA: name1 TYPE name1_gp.
      DATA: sharpoint_url TYPE url.
      ls_mycust-usr_id        = usr_id.
      ls_mycust-logo_id       = logo_id.
      SELECT SINGLE name1 FROM kna1 INTO name1 WHERE kunnr = logo_id.
        ls_mycust-name1       = name1.
        SELECT SINGLE sharpoint_url FROM zl2c_CUSDASHBRD INTO sharpoint_url WHERE logo_id = logo_id.
          ls_mycust-sharpoint_url = sharpoint_url.
          INSERT into zl2cmy_customer values ls_mycust.
          COMMIT WORK.
        ENDFUNCTION.

  • How can i get my verizon bill bundled with century link?

    how can i get my verizon bill bundled with century link?

    Call CenturyLink and they can combine the two bills.

  • How to create HMAC256 Key from Key Manager (SAP SWIFT Integration Package)

    Hi,
    I am not sure how to create key HMAC Key. There is 2 input
    Key id = .............
    Key value = .................
    I have tried many times but still having below errors message.
    com.sapcons.xi.swift.CryptServiceException: Parameter key Value is invalid
    Is there any documentation on this ?
    Thank You and Best Regards
    Hidayat

    Solved.
    Key Value Length must be 32 bytes.
    The first 16 digit must be at least 1 number, 1 upper case, 1 lower case.
    The seconds 16 digit also the same.
    each character cannot repeated more than 7 times per each halft.
    There is no documentation about this, i just extract the SCA file and check the program logic.

  • How to create a built in Content Management System

    Hey guys, I've found myself in a spot of trouble.
    My client commissioned me to create for him a website for his new restaurant (Paul's Place). I built him a responsive site using another website I found online (www.megnarestaurant.com) as a guideline. The problem is though that the client plans on changing the menu about every month and wants to be able to change it himself. I could teach him how to edit the files and add new ocntent himself (It's not even that hard after all) but that just doesn't seem like the right option.
    Instead, I want to create a built in content management system that doesn't require a third party website or software like Wordpress or Joomla. I was thinking about having a page called "www.paulsdiner.com/login" where the client can log in using a username and password and can then change the content of the website.
    My menu page is pretty much the same as the one found on "www.megnarestaurant.com/starters.html". I'm also using gloriafoods as an ordering system meaning that the client will have to change it on both the website itself and on the actual gloriafoods website (Not really an issue).
    I want the client to be able to edit the menu boxes and add new boxes along with being able to add a new menu section (Like in the Jump Menu) which follows the template of the existing Jump Menu.
    I'm making this website as a favour to my friend so I'm not being paid. As a point of reference (And future bragging and maybe some innocent blackmail ) how much do you guys think the creator of "www.megnarestaurant.com" charged his client?

    Have a look at Perch
    Perch - The really little content management system (CMS) - Perch
    It requires a php/mysql database to run but the tables and set up are all automated through the Perch set up files - you just need a server that runs php/mysql. It works on the same principals as the one Ben suggested but its a lot cheaper for a one off site - however if you intend to build more CMS driven sites the one Ben suggested might be more financially viable in the long run.
    The nice thing about Perch CMS is it fits in with your workflow unlike Wordpress/Joomla where you have to jump through hoops to change anything.
    Plus I think you can take Perch for a spin before buying (or at least you could when I was exploring CMSs) - you can't with Power CMS. I never investigated Power CMS beacuse I would not buy something before trying it. It looks good but it might be a bit dated as it doesnt seem to be in continuous develoment. Perch is in a constant state of development and the guys are working to make it better on a daily basis.

  • How to create a duplicate of the Manager ID field in the Create user menu

    Hi,
    I´m trying to create a duplicate of the Manager ID field in the Create user menu (with a different label). I need to add it a field with the same funtionality of the Manager ID field (search users with filters) but I don´t know how.
    I try to made a new adapter using the Thor.API.Operations.tcUserOperationsIntf but it don´t let me to map the input parameters.
    Also I try to assing an existent Lookup to a new UDF, but I couldn´t find the correct one.
    Did anybody do that??
    Thanks!

    Hi Kevin,
    First I created a a user defined field called USR_UDF_CONDUCTOR (Lookupfield type).
    Then I added the following lines to de FormMetaData.xml file:
    </Attribute name="-750" label="global.label.conductor" displayComponentType="LookupField" variantType="long" dataLength="50" map="USR_UDF_CONDUCTOR">
    <ValidValues lookupMethod="findUsersFiltered" operationClass="Thor.API.Operations.tcUserOperationsIntf" displayColumns="Users.User ID,Users.Last Name,Users.First Name" selectionColumn="Users.User ID"/>
    </Attribute>
    <AttributeReference editable="true" optional="true">-750</AttributeReference>
    When I try yo Create a new user, the OIM System Administrator returns a System Error.

  • How to create a "blueprint" using solution manager?!!

    I have been asked to create a 'blueprint" using solution manager!! I have absolutely no clue how this can be achieved using solution manager!! Please guide me on what is to be done.Would appreciate if you donot give me links of help.sap as the same is not making sense to me.
    I have to create a blueprint for 20 countries of SAP reports available for FICO. Some of these reports are country specific while others are generic.

    Hi Suchita,
         You can create blueprint document using SOLAR01 transcation, provided you must have included all the organizational data, business process, master data,,
    Follow the path
    transaction SOLAR01->Business Blueprint-> Generate Blueprint
    You must have created a solution and a project assigned to that solution also.
    further clarifications feel to post the query
    regards
    Naveen
    Edited by: Naveen kumar Palanichamy on Jan 2, 2008 7:16 AM

  • How to create Talent Group in Talent Management System (Infotype 7420)

    Hello All,
    Can anybody let me know how to create talent Group entries in SAP HR TMS module (infotype 7420).
    And one more thing if somebody know how to link application area for a user in TMS.
    Mani

    we have to do it through EP interface through BP TMS.
    1. connect EP to SAP system
    2. Configure all the iviews of TMS business package so it can communicate with SAP system (change only SAP system name for all iviews)
    3. Assign the roles to user of EP
    4. run application using TMS

  • How to create a Lightbox in Edge Animate with Preloader

    Hi guys, please am new in a lot of stuff in edge animate but I need some help. I want to create a lightbox containing image slider (loading from an external image folder) but I want the images to be preloaded first then edge displays the slider for a smooth experience. Or is it that Edge preloads all assets before playing the website if of course I use the inbuilt preloader built within edge. I often assume that the preloader built into edge might not include the image slider i intend to load externally.(Please correct me if am wrong). Still struggling with a Edge. Assistance with a small sample file will help. I learn fast that way. Thanks

    Hi..
    Easy transaction to Case Management customizing is SCASE_CUSTOMIZING. There you have an overview of the customizing of case management.
    Also carryon these steps one by one...
    Case Management Basic Settings :
    Define Number Range Intervals for Case
    Define Case Types
    Determine Permitted values for attribute
    Create values for "Category" attribute
    Create values for "Cause" attributes
    Create values for "Priority" attribute
    Create values for "Reason" for escalation attribute
    Assign escalation reasons to an attribute profile
    Create values for "Authorization level" attribute
    System Modifications
    Create status profile
    Create Text profile
    Create Text Ids
    Create Text Profile
    Define Logical system for external objects
    Enhanced System modifications
    Note About Enhanced System Modifications
    Define Processes
    Set up registry
    Create/Change Case Record Model
    Create Profiles
    Create attribute profile
    Create function profile
    Create terminology profile
    Create Activities for authorization check
    Activate application log
    Define processes
    Create/Change Case Record Model
    When u open the Transaction SCASE_CUSTOMIZING , there will be Registry Steps...
    Follow them step by step.
    Regards,
    Eswari.

  • How to create recovery discs for HP notebook with preinstall​ed Windows ?

    I Have just bought the  HP ProBook 4530s with preinstalled Windows 7 Home Premium 64bit.
    The notebook was purchased in the hipermarket so that it has no Windows installation discs.
    There is a Windows 7 label sticked to the machine.
    When I try to use standard Windows 7 procedure:
    Start  > Control Panel > Backup Your Computer > Create a system repair disc 
    it shows the error: 
    System Repair disc could not be created
    the parameter is incorrect 0x80070057
    How to create system recovery discs ?
    BR
    Sylwek

    Hi BH,
    I have read the link you suggested and tried to find HP Recovery Manager at my notebook.
    1) I typed Start > Search > "Recovery" but it was not installed.
    2) I  ran the HP Software Setup to check recommended and optional HP applications. HP Recovery Manager was not there.
    3) I downloaded HP Recovery Manager for Windows 7 and ran the installation
    I accepted the default folder.
    C:\SWSetup\sp45415
    It showed an installation form for a while and then completed with no message.
    4) I repeated action (1) but no HP Recovery Manager.
    5) I checked uninstall menu but no HP Recovery Manager.
    Please let me know what to do next ?
    BR
    Sylwek

Maybe you are looking for

  • I can't copy and paste text from a website. Why is this?

    On any website I go to, when I highlight and try to copy text from the body of the page with my mouse, nothing happens.

  • Problems in editing To Do on E75 after being syncr...

    After I add a todo to my phone i can change the time as long as i don't synchronize it. but once i synchronise it with MS Outlook 2007, any changes i made to time it says "Alarm set for later than entry starts" then i can't even move the cursor from

  • Multicast Does not work between different VLANS

    Hi, I have problems with multicast. On the same VLAN i can see the SAP announcement in VLC and play, but on different VLAN i can see SAP but i cant play it. The play turn to pause and the video doesn´t appear. I have 2 Cisco 6500 switch CORE with GLB

  • Control if user created vendor by standard way

    Friends, I'm sending a work item to the user to create a vendor. I have to control if the user had executed totaly the work item to create the vendor. I think it is a possibility of the user clicks cancel the XK01 or the system may fall by time out (

  • ATI kernel firmware:

    Hi, I have some problems with kernel firmware (2.6.33-1 from testing). On boot an error appears: [drm:rv770_startup] *ERROR* Failed to load firmware! My video card is ATI Radeon HD4570. X.org server is booting normally, without errors, but i haven't