Follow up Problem mesages created by Key users

Hi Experts,
I am in the process of creating Service Desk in Solution manager 4.0
Whenever key user creates a message from Satellite system after creation of successful message , user is getting Problem message no as 00000000xx.
When I want to check the particular ticket using T code dnotifwl , I am getting problem message created by user but there is no problem message number assigned to ticket instead message having Notification No as 09999999yy. Both are not same.
when I use T code : crm_dno_monitor , I am getting Mesage no as ID number.
my questions are :
1) <u><b>Which T code needs to be used by support team to check the tickets and resolve issues.</b></u>?
2) <u><b>what is the difference between Notification No and Message ID ?</b></u>
3) <u><b>How key user will check the status of ticket ? Does user need to use Message Id number or Notification No to check the status of ticket created by him?</b></u>
Pls help me in answering my queries.
Thanks in advance.
Regards
Rajani

hi Srinivas ,
Drop down by key will be used to map simple types created in dictionary . This simple type will have Key and the value. The value will be displayed in the drop down and by selecting it, we can get the corresponding key.
if u r using drop down by key , than proceed like this :
1 declare a context node of cardinality 0..1
2 declare attribute of type string under it . The attribute name should be exactly the same as that in database table '
eg if u want to poulate values for a field ' SYS' from table , than giv the attribute name as 'SYS' in context attribute
3 declare internal table of type standard table
4 populate internal table with values
5 take the refernce of the node , u have created
6 bind it with the internal table
here is one code as an example for ur reference , which shud display texts
TYPES: BEGIN OF str_roles,
  ->  role TYPE z0cz_roles-role_id,
->  END OF str_roles.
  ->DATA: it_role TYPE TABLE OF str_roles,
   ->    wa_role TYPE str_roles.
  ->DATA:          value1 TYPE wdy_key_value,
    ->       set TYPE wdy_key_value_table.
-> SELECT role_id FROM z0cz_roles INTO TABLE it_role.
->SORT IT_ROLE DESCENDING BY ROLE.
->  LOOP AT it_role INTO wa_role.
  ->  value1-key = sy-tabix.
  ->  value1-value = wa_role-role.
  ->  APPEND value1 TO set.
   ->  ENDLOOP.
->  DATA : node_info TYPE REF TO if_wd_context_node_info.
-> node_info = wd_context->get_node_info( ).
->  node_info = node_info->get_child_node('CN_DROPDOWN').
  ->node_info->set_attribute_value_set( name = 'CA_ROLE'   value_set = set ).
regards,
amit

Similar Messages

  • We have problem to create or change users

    Hi All,
                   We have problem to create or change users we are getting error:
               /GMIES/USR1VAR  is not defined in the ABAP Dictionary as a table, projection view or database view.
          Please let me know what needs to be done.
      Thanks in advance
    Thanks&Regards
    Shams

    Hi Markus,
                            It was  due to plugin we had problem , it was not allowing to do any changes  in user master records .no one could able to do anything but then we got some correction transport request  containing correction to that after importing that transport request it solved the problem.
    Thanks&Regards
    Shams

  • Problem while creating a new user on solaris

    I have a SUN ultra machine. Solaris 2.6 is installed on this machine.
    I have successfully created a new user in this machine using "admintool"
    Problem is I'm getting error messages when I'm trying to update NIS DATABASE.
    I'm doing-
    #cd /var/yp
    #/usr/ccs/bin/make
    and the response is----
    updated passwd
    pushed passwd
    make:Warning:Don't know how to make target /etc/ethers
    Current working directory /var/yp
    make:Warning:Don't know how to make target /etc/netgroup
    Current working directory /var/yp
    make:Warning:Don't know how to make target /etc/bootparams
    Current working directory /var/yp
    updated netid
    pushed netid
    Couldn't find /etc/timezone
    make:Warning:Target all not remade because of errors.
    Current working directory /var/yp

    I had the a similar problem with new users on sloaris 8.
    I wasn't able to add new users and change the shell variable while using admintool.
    Login back into the console would simply not happen.
    All i've been able to find is that changing the users' variable - i.e. .login or .profile to match that of a working existing user (root),
    would skip over the problems.
    Other variables in the skeleton files were helpful. I suggest you take a look at them.

  • Problem in creating a new User in demo CC&B

    Hi,
    I have set up CC&B 2.1 with demo data in windows machine. Default Base user is SYSUSER and password is sysuser00. Now i created a new custom user in the Users Page, but i dont know where to set up the password for this user. I could not login with my system's network password for the custom user. Am i missing something ?. Any suggestions would surely help

    You probably want to create USER01 / USER0100 as a test first. Once you create this user in Web Logic, you will want to be sure to add this user to the "cisusers" group. Here are the instructions for adding a user inside Web Logics (you will also find detailed instructions inside the Help of Web Logics);
    Logon to Web Logics console;
    To create a user:
    1.     In the left pane select Security Realms.
    2.     On the Summary of Security Realms page select the name of the realm (for example, myrealm).
    3.     On the Settings for Realm Name page select Users and Groups > Users.
    The User table displays the names of all users defined in the Authentication provider.
    4.     Click New.
    5.     In the Name field of the Create New User page enter the name of the user.
    User names are case sensitive and must be unique. Do not use commas, tabs or any other characters in the following comma-separated list:
    < >, #, |, &, ?, ( ), { }
    6.     (Optional) In the Description field, enter a description. The description might be the user's full name.
    7.     In the Provider drop-down list, select the Authentication provider for the user.
    If multiple WebLogic Authentication providers are configured in the security realm, they will appear in the list. Select which WebLogic Authentication provider’s database should store information for the new user.
    8.     In the Password field, enter a password for the user.
    The minimum password length for a user defined in the WebLogic Authentication provider is 8 characters. Do not use the username/password combination weblogic/weblogic in production.
    9.     Re-enter the password for the user in the Confirm Password field.
    10.     Click OK to save your changes.
    The user name appears in the User table.
    11. Next add this new user to the "cisuser" group in Web Logic, as the user won't be able to logon without being in the group.
    After you finish
    For more efficient management, Oracle recommends adding users to groups. For instructions, see Add users to groups
    Edited by: pmccarty on Mar 20, 2013 12:45 PM

  • Problem while creating self-registered users

    Hi
    we are creating a self registered users. When the self registered users enters the data it has to go for the line manager approval.
    We have an entity adapter which is triggering after the manager approval. What the adapter will do is it triggers an end date for the user after the approval.
    But its showing "DOBJ.error Create user" error after the approval.So we are not able to create the user
    KK

    I am providing all the mandatory values like Organization and last name.
    But still its throwing DOBJ error.
    Any Clue...
    At this moment i am not able to provide the logs.
    Thanks,
    KK

  • Unable to create foreign key: InvalidArgument=Value of '0' is not valid for 'index'. Parameter name: index

    I am running an SQL(CE) script to create a DB. All script commands succeed, but the DB get "broken" after creating the last costaint: after running the script, viewing table properties of Table2 and clicking on "Manage relations" gives the following error: Unable to create foreign key: InvalidArgument=Value of '0' is not valid for 'index'. Parameter name: index. Wondering what does that refer to...
    Here it is the script. Please note that no error is thrown by running the following queries (even from code that passing the queries by hand, one-by-one to sql server management studio).
    CREATE TABLE [table1] (
    [id_rubrica] numeric(18,0) NOT NULL
    , [id_campo] numeric(18,0) NOT NULL
    , [nome] nvarchar(100) NOT NULL
    GO
    ALTER TABLE [table1] ADD PRIMARY KEY ([id_rubrica],[id_campo]);
    GO
    CREATE UNIQUE INDEX [UQ__m_campi] ON [table1] ([id_campo] Asc);
    GO
    CREATE TABLE [table2] (
    [id_campo] numeric(18,0) NOT NULL
    , [valore] nvarchar(4000) NOT NULL
    GO
    ALTER TABLE [table2] ADD PRIMARY KEY ([id_campo],[valore]);
    GO
    ALTER TABLE [table2] ADD CONSTRAINT [campo_valoriFissi] FOREIGN KEY ([id_campo]) REFERENCES [table1]([id_campo]);
    GO
    Sid (MCP - http://www.sugata.eu)

    I know this is kind of old post, but did this realy solved your problem?
    I'm getting this same error message after adding a FK constraint via UI on VS2008 Server Explorer.
    I can add the constraint with no errors, but the constraint is not created on the DataSet wizard (strongly typed datasets on Win CE 6) and when I click "Manage Relations" on the "Table Properties" this error pop out:
    "InvalidArgument=Value or '0' is not valid for 'index'.
    Parameter name: index"
    Even after vreating my table with the relation in SQL the same occurs:
    CREATE TABLE pedidosRastreios (
        idPedidoRastreio INT NOT NULL IDENTITY PRIMARY KEY,
        idPedido INT NOT NULL CONSTRAINT FK_pedidosRastreios_pedidos REFERENCES pedidos(idPedido) ON DELETE CASCADE,
        codigo NVARCHAR(20) NOT NULL

  • How to create multiple ifs users using XML

    I used the following xml file to create a ifs user. But I don't know how to create multiple users using XML. Thanks for your help.
    <SimpleUser>
    <UserName>bill</UserName>
    <Password>bill</Password>
    <DirectoryUserDescription>Bill</DirectoryUserDescription>
    </SimpleUser>

    There are many good resources for Powershell tutorials. The MS help page for each cmdlet is usually a good place to start.
    The suggested answer is very good and easy to modify to your needs. The linked article provides good detail on creating your csv file. If you look at their sample csv, you will see the column for LicenseAgreement and UsageLocation. You can change the script
    to use the values from the csv instead of the same value for every user like so:
    -LicenseAssignment $_.LicenseAgreement -UsageLocation $_UsageLocation
    Basically, $_.<valuename> is the filled in by the value under the heading <valuename> in your csv file for the current user. 
    As for what msdivision, replace this with the correct domain name value for your organization. You can get the values for license SKUs from existing users by using the following:
    Connect-MsolService
    Get-MsolUser -UserPrincipalName <userprincipalname> |select Licenses

  • Window to create a new incident missing in the home page of a key user.

    Hi all,
    we facing the following problem in SM 7.1 - SP10. We test the incident opening ZMIV as key user and in order to keep read-only the field "Installed base component", we applied the OSS note 1926788.
    All seems ok, but when we define a business role ZSOLMANREQU, copy from SOLMANREQU, and we assign it to Role configuration Key ZSOLMANREQU, window able to create a new incident disappears in the home page of the key user.
    Let me explain with some screen shot:
    Whit this configuration for business role SOLMANREQU
    the key user connecting to SAP CRM has the following home page (window to create a new incident exists):
    When we change configuration:
    The key user is not able anymore to create a new ticket in the CRM, as you can see below. The window is missing.
    Is it possible to maintain the "Create new message" window?
    Thnk yo very much
    Best regards
    Ines

    Hi Vikram,
    thank you for your reply!
    I checked my customized role configuration key ZSOLMANREQ, but this is only a definition in the customizing:
    SPRO/Customer Relationship management/UI Framework/Technical Role definition/Define Role Configuration Key
    Or maybe did you mean Business role?
    Thank you again!
    Ines

  • Having a problem with creating/using a primary key on a view

    I have a problem with a primary key on a view
    I created the view and primary key as follows:
    CREATE OR REPLACE FORCE VIEW "MDD"."ROCK_LU" ("DESCRIPTION",
         UNIQUE ("DESCRIPTION") RELY DISABLE,
         CONSTRAINT "ROCK_LU_PK" PRIMARY KEY ("DESCRIPTION") RELY DISABLE) AS
    SELECT DESCRIPTION
    FROM MRMC_LU
    WHERE ROCK = 'T';
    The view with the primary key appears to have been created as there were no error messages. (The above was from the sql tab in sql developer.)
    When I try to create the foreign key on my mdd_hr table - I get an error
    /* hr_name - foreign key */
    ALTER TABLE mdd_hr add CONSTRAINT hr_name_fk FOREIGN KEY (hr_name) REFERENCES rock_lu(description);
    Error report:
    SQL Error: ORA-02270: no matching unique or primary key for this column-list.
    When I lookup the index in sql developer, rock_lu_pk is not there.
    All my other foreign keys work - but I don't understand what I am doing wrong with this one. Please help.
    glenn
    Background - as to why I want to use a view as a lookup table.
    The MRMC_LU table that the view is created from is structured like:
    DESCRIPTION - MINERAL - ROCK - MODIFIER - COMMODITY
    ANHYDRITE - T - T - T
    APLITE - T - - T
    GRAPHITE - T - - - T
    GREYWACKE - - T
    DESCRIPTION is a list of all names of minerals, rocks, modifiers and commodities. T is entered in each valid field. Often a description name is used for both a mineral and a rock or a mineral and a commodity or any other combination. Because this database is just starting up, it was more efficient to create one table that could be updated (and thereby automatically update the MINERAL_LU, ROCK_LU, MODIFIER_LY, COMMODITY_LU views) rather than create and maintain four separate but similar tables. A primary key cannot be generated for the MRMC_LU table as there are nulls in each column
    except DESCRIPTION.
    Perhaps there is a smarter way to do this?

    http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96540/statements_85a.htm#2065512
    You can specify constraints on views and object views. You define the constraint at the view level using the out_of_line_constraint clause. You define the constraint as part of column or attribute specification using the inline_constraint clause after the appropriate alias.
    Oracle does not enforce view constraints. However, operations on views are subject to the integrity constraints defined on the underlying base tables. This means that you can enforce constraints on views through constraints on base tables.
    Restrictions on View Constraints
    View constraints are a subset of table constraints and are subject to the following restrictions:
    You can specify only unique, primary key, and foreign key constraints on views. However, you can define the view using the WITH CHECK OPTION clause, which is equivalent to specifying a check constraint for the view.
    Because view constraints are not enforced directly, you cannot specify INITIALLY DEFERRED or DEFERRABLE.
    View constraints are supported only in DISABLE NOVALIDATE mode. You must specify the keywords DISABLE NOVALIDATE when you declare the view constraint, and you cannot specify any other mode.
    You cannot specify the using_index_clause, the exceptions_clause clause, or the ON DELETE clause of the references_clause.
    You cannot define view constraints on attributes of an object column.
    Rgds.

  • Hi all, i'm new and facing a problem while creating a new file for Xcode. I can't select the box "with XIB for user interface" if the subclass is "UIViewController".this problem happen after i upgrade Xcode to 4.6 version.Appreciate for any help rendered.

    Hi all, i'm new to Mac book & Xcode. I'm learning and facing problems while creating a new file for Xcode. Before i upgrade the software, i have no issue to create simple steps in apps. After upgrade Xcode to 4.6 version, i'm facing lot's of issue eg.
    1) "the identity "iphone developer" doesn't match any valid certificate/ private key pair",
    2) can't select the box "with XIB for user interface" if the subclass is "UIViewController"..
    Appreciate for any help rendered.

    Mikko777 wrote:So what is the best?
    I wouldn't judge. I've been to Arch for a week, you know? But as said, it's VERY close to it.
    What I dislike after a week is makepkg not handling dependencies automatically (which would be overhead, so probably not appropriate).
    Mikko777 wrote:Also theres KDEmod for modular kde, dunno if its for 64 bits tho.
    Don't actually need that as said ... I see no real benefit of having that other than not beeing a KDE user or having Gentoos useflags.
    Mikko777 wrote:PS:You produce a lot of text and welcome smile
    Yeah. Wonder why I'm still employed? So do I ...

  • Problems creating a new user in SAP EP 6.0

    Good mornig for all.
    We have a problem when in SAP EP 6.0 I try to create a new user.
    I am connected how superuser and this one has all authorities.
    When I input all fields to create a new user system response with "could not create user".
    I see logs fields in support frame and not found nothing.
    Can anyone help us please?.
    Thanks and best regards.
    Julián.

    Hi,
    If you configured portal with ABAP, just follow below steps, issue will be resolve
    In case of ABAP+ Java stack; you should follow below steps:
    1. Open Config tool:
    C:\usr\sap\<SYSTEM ID>\JCxx\j2ee\configtool --> configtool.bat
    Example: C:\usr\sap\Y76\JC03\j2ee\configtool --> configtool.bat
    2. In Config tool: cluster-data>Global Server configuration>services--> com.sap.security.core.ume.service
    3. set the values for below ume properties:
    ume.persistance.data_source_configuration = dataSourceConfiguration_abap.xml
    r3.connection.master.ashost = <backend system hostname>(ex: ls4079.wdf.sap.corp)
    r3.connection.master.client = <enter clint number> (ex: 000)
    r3.connection.master.sysnr = <system number>(ex: 09)
    r3.connection.master.user = <comuser>(the sapjsf or communication user which we created in backend system)
    r3.connection.master.password = <enter comuser password> ((it is the password of the comuser which is in the backend system)
    ume.login.guest_user.uniqueids = <J2EE_GUEST>
    login.ticket_portalid = yes (If administrator id length is more than 12 charcters ex: administrator)
    : No (If administrator id length is less than 12 charcters ex: j2ee_admin)
    Notes:
    Creating users
    J2EE_ADMIN,J2EE_GUEST and communication user(called as comuser).
    User Name: -
    User Type:
    J2EE_ADMIN -
    Diallog user
    J2EE_GUEST -
    Diallog user
    COMUSER -
    Communication user
    NOTE 2:
    User Name: -
    Roles
    J2EE_ADMIN -
    SAP_BC_AI_ADMIN
    J2EE_GUEST -
    SAP_J2EE_GUEST
    COMUSER -
    SAP_BC_JSF_COMMUNICATION;SAP_BC_JSF_COMMUNICATION_RO
    I think it is more helpfull for you; Please let me know if you have any doubts on this.
    Thansk,
    Nagaraju Parlapalli

  • HOW create support message ONLY for KEY USER

    Hi all,
    I just configured my service desk and I wanted to give only the key users the permission to create support messages. But every user have the rights to create a message from the satellite system.
    How can I prevent that? Is it possible to hide the option in the menu bar (help - create message) for non-key-users? The key users have the role SAP_SV_FDB_NOTIF_BC_CREATE . non sap users have just standard roles for hr, ...
    Thanks in advance!

    hi,
    in the documentation it is written
    Create messages from satellite systems with Help ® Create Support Message
    SAP_SOL_SERVTRANS_CREATE
    Authorization object S_RFC,
    profile S_RFC_VERS with the activity Execute for the object SAPSMO*
    this is working fine
    see link http://help.sap.com/saphelp_sm310/helpdata/en/71/50548566324a7491916585fe73a2b4/content.htm
    best regards Xavier

  • When I open iTunes, I get a message that "iTunes has stopped working".  I've tried reinstalling itunes, creating a new user file, changing the startup programs, and am having no success in getting iTunes to stay open. Any "fixes" for this problem?

    When I open ITunes, I get a message that "iTunes has stopped working".  I have tried reinstalling iTunes, creating a new user file, changing the startup programs in accordance with articles in iTunes troubleshooting, but am having no success in getting iTunes to stay open.  Any fixes for this problem?

     

  • Problem with creating new user in portal = portlet is not visible

    Hi,
    I've got a problem with creating new users in portal. In the Administer tab of the builder is the user portlet not visible.
    How can I make this portlet visible?
    Please Help
    thank you...
    Gilbert

    Hi..my problem slightly similar.
    I created one new user, and didn't select anything from "Public Groups Assignment" and "Privilege Assignment" for him.
    I expect the user will be a public user.
    But, when he try to logged in the portal,
    He cannot see all the PORTLETS related to database values..
    All he can see just LINKS -that all in my portal right now beside the report from database that the user cannot see :)
    So, what did i do wrong?
    Plz Advise, and thanks.

  • Problem to create Explain Plan and use XML Indexes. Plz follow scenario..

    Hi,
    Oracle Version - Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit
    I have been able to reproduce the error as below:
    Please run the following code in Schema1:
    CREATE TABLE TNAME1
       DB_ID            VARCHAR2 (10 BYTE),
       DATA_ID          VARCHAR2 (10 BYTE),
       DATA_ID2         VARCHAR2 (10 BYTE),
       IDENTIFIER1      NUMBER (19) NOT NULL,
       ID1              NUMBER (10) NOT NULL,
       STATUS1          NUMBER (10) NOT NULL,
       TIME_STAMP       NUMBER (19) NOT NULL,
       OBJECT_ID        VARCHAR2 (40 BYTE) NOT NULL,
       OBJECT_NAME      VARCHAR2 (80 BYTE) NOT NULL,
       UNIQUE_ID        VARCHAR2 (255 BYTE),
       DATA_LIVE        CHAR (1 BYTE) NOT NULL,
       XML_MESSAGE      SYS.XMLTYPE,
       ID2              VARCHAR2 (255 BYTE) NOT NULL,
       FLAG1            CHAR (1 BYTE) NOT NULL,
       KEY1             VARCHAR2 (255 BYTE),
       HEADER1          VARCHAR2 (2000 BYTE) NOT NULL,
       VERSION2         VARCHAR2 (255 BYTE) NOT NULL,
       TYPE1            VARCHAR2 (15 BYTE),
       TIMESTAMP1   TIMESTAMP (6),
       SOURCE_NUMBER    NUMBER
    XMLTYPE XML_MESSAGE STORE AS BINARY XML
    PARTITION BY RANGE (TIMESTAMP1)
       (PARTITION MAX
           VALUES LESS THAN (MAXVALUE)
    NOCOMPRESS
    NOCACHE
    ENABLE ROW MOVEMENT
    begin
    app_utils.drop_parameter('TNAME1_PAR');
    end;
    BEGIN
    DBMS_XMLINDEX.REGISTERPARAMETER(
    'TNAME1_PAR',
    'PATH TABLE     TNAME1_RP_PT
                              PATHS (INCLUDE (            /abc:Msg/product/productType
                                                                    /abc:Msg/Products/Owner
                                     NAMESPACE MAPPING (     xmlns:abc="Abc:Set"
    END;
    CREATE INDEX Indx_XPATH_TNAME1
       ON "TNAME1" (XML_MESSAGE)
       INDEXTYPE IS XDB.XMLINDEX PARAMETERS ( 'PARAM TNAME1_PAR' )
    local;Then in Schema2, create
    create synonym TNAME1 FOR SCHEMA1.TNAME1
    SCHEMA1:
    GRant All on TNAME1 to SCHEMA2Now in SCHEMA2, if we try:
    Explain Plan for
    SELECT xmltype.getclobval (XML_MESSAGE)
    FROM TNAME1 t
    WHERE XMLEXISTS (
    'declare namespace abc="Abc:Set";  /abc:Msg/product/productType= ("1", "2") '
    PASSING XML_MESSAGE);WE GET -> ORA-00942: table or view does not exist
    whereas this works:
    Explain Plan for
    SELECT xmltype.getclobval (XML_MESSAGE)
    FROM TNAME1 t- Please tell me, what is the reason behind it and how can I overcome it. It's causing all my views based on this condition to fail in another schema i.e. not picking up the XMLIndexes.
    Also
    SELECT * from DBA_XML_TAB_COLS WHERE TABLE_NAME like 'TNAME1';Output is like:
    OWNER, || TABLE_NAME, || COLUMN_NAME, || XMLSCHEMA || SCHEMA_OWNER, || ELEMENT_NAME, || STORAGE_TYPE, || ANYSCHEMA, || NONSCHEMA
    SCHEMA1 || TNAME1 ||     XML_MESSAGE ||          ||          || BINARY     || NO     || YES ||
    SCHEMA1 || TNAME1 ||     SYS_NC00025$ ||          ||          || CLOB     ||     ||
    - Can I change AnySchema to YES from NO for -column_name = XML_MESSAGE ? May be that will solve my problem.
    - SYS_NC00025$ is the XML Index, Why don't I get any values for ANYSCHEMA, NONSCHEMA on it. Is this what is causing the problem.
    Kindly suggest.. Thanks..

    The problem sounds familiar. Please create a SR on http://support.oracle.com for this one.

Maybe you are looking for