Requirement for maintaining status "completed"

Dear All,
We have following requirement:
1) We do not want the message processor to "close" the support desk message.
    we maintain the staus schema as SLFN001 with "completed" as one of message status.
    We want that message processor should not assign the status "completed" to the message.
    Only project managers can close the message or assign status "completed" to the message.
How to do this?
Which role or authorisation object or user exit supprts this?
Best regards
Nil

Hi
Your requirement can be accomplished by maintaining appropriate authorization objects for the message processor
Maintain the Authorization key of the status "completed" in the following object B_USERSTAT , B_USERST_T in the project manager's role and remove from messge processor role.
For further clarifications revert back
Regards
Naveen

Similar Messages

  • What are the infotypes required for maintaining benefits....

    Hi
    Please help ...
    What are the ingotypes required for maintaing benefits....

    Hi Srikanth,
    Please find below the list of Infotypes required for maintaining benefits:
    1. General Benefits Information (Infotype 0171)
    2. Adjustment Reasons (Infotype 0378)   
    3. Health Plans (Infotype 0167)  
    4. Insurance Plans (Infotype 0168)  
    5. Savings Plans (Infotype 0169)  
    6. Flexible Spending Account (Infotype 0170)  
    7. Miscellaneous Plans (Infotype 0377)  
    8. Family/Related Person (Infotype 0021)
    There are also other benefits infotypes e.g. Stock Purchase Plans (Infotype 0379), Credit Plans (Infotype 0236) and many COBRA and retirement plan infotypes but these are used based on the company requirement.
    I hope this helps.
    Regards,
    Anand Jalan
    Edited by: Anand Jalan on Jan 6, 2010 9:50 PM
    Edited by: Anand Jalan on Jan 6, 2010 9:52 PM

  • HT1923 There is a problem with this windows installer package. A program required for install to complete could not be run

    There is a problem with this Windows installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor..
    Has anyone had this message pop up when you are trying to UNINSTALL itunes (Apple Software Update) Any suggestions would be greatly appreciated on how to resolve this issue. I need to remove the program so I can do a complete re-install of a updated i-tunes 11
    Cheers Clive

    Apple Software Update is giving you that message when you try to uninstall it?
    Are you able to do a repair install of ASU as per the following user tip?
    "There is a problem with this Windows Installer package ..." error messages when installing iTunes for Windows

  • ECM - History Requirement for BOM status not activated

    Hello,
    He have an issue with the warning message  displayed when we are trying to modificate an BOM (transaction CS02).
    In OS25 transaction we defined that only BOMs with "usage = 1" and "status = 3" have history requirement.
    The parameters of OS27 transaction are OK too.
    The problem is that the warning message 045 is displayed when we execute CS02 for every kind of BOM usage and status.
    We must substitute the warning message by an error message. To do that, we must disable the field NOHIS in C_STUE_NOH object, in the user profile. But, when we do that, the error message is displayed to all kind of BOMs status, blocking the process (following the warning message, which is displayed to all kind of BOM status)
    This is an issue of SAP_APPL 470 system.
    We tested the similar procedure in an SAP_APPL 603 system, and the results were OK, in other words, the warning message is only displayed for the BOM usage and BOM status defined in OS25 transaction.
    Thank's in advance

    When the BOM with usage 1 and status 3, by example, is changed with a modification number (following OS25 parameters), the field STZU-HISTK is activated.
    Then, if the status of the BOM is changed to 2, the modification number is required, because the STZU-HISTK is activated.
    In OS25 transaction only the BOm usage = 1 and BOM status = 3 has the history requirement flag, but after the modification with the mod. number, all the status of the BOM now has the modification number requirement.
    How can I allow the modification of the BOM without modification number (other status not flagged in OS25), if this BOM hal already been changed with an modification number (by the status flagged in OS25)?
    Thank's in advance

  • There is a problem with this windows installer package. A program required for this to complete could not be run.contact your support personnel or package vendor

    really need help now as have no itunes at all

    i know its stupid, been searching for & carrying out lots of diffrent solutions on here & none have worked. i'm left with no itunes and deffinatly no ISO 5 upgrade.

  • Reference field require for maintaining percentage

    hi ,
    In the module pool program , on selection screen I want to give percentage value, we are using KBETR field but it is accepting only comma seperated values like 1,11 not accepting 1.11.If  I change decimal settings in user profile then it accepts 1.11.
    Could you please suggest a reference field which will accept both types of values.
    Thanks
    Saurabh

    Use:
    Data: w_percentage type p decimals 2.
    Data Element: BF_PRZ32
    This will solve the issue.
    Regards,
    Gurpreet

  • CRM Contract with Status "Completed" Not Replicated

    Dear CRM experts,
    We've noticed that, when we create a CRM Contract in the CRM system and changed its status to "Completed" before saving it, the Contract does not get replicated to the back-end R3 systems. However, when we create a CRM Contract with status "Open", it gets replicated immediately.
    Is this a standard CRM function? Is it because, when the status is "Completed", there will not be followup documents, therefore replication does not occurd?
    However, in SMW01, after we saved the CRM Contract with status "Completed", we can still see BDocs created. The BDocs are created with NO error, but just that in R3 it does not get created.
    Any idea?
    Points will be awarded! Thansk!
    Message was edited by:
            Axon

    Axon,
    Just check in the status profile of the contract, if you have set the forbidden option for business transaction 'To be distributed' for the status 'Completed'.
    If yes, just delete that.
    <b>Reward points if it helps.</b>

  • Requirement to maintain select-options for multiple fileds in webdynpro aba

    Hello Gurus,
    We have a requirement to maintain select-options for multiple fileds in webdynpro abap.
    now we are able to create select-options for a single field using wdr_select_options componet usage.
    how can we achive this select-options feature for multiple fields.
    Could anyone please suggest solutions?
    and if possible send me the sample code for this requirement.
    Thanks in Advance for your replies.
    Regards,
    Shyam

    Hi,
    Nothing different for more fields, same. some declaration changes.
    For example code i am using.. in WDDOINIT method.
    TYPES:
        fiscal_year TYPE RANGE OF GJAHR,
        S_KUNNR TYPE RANGE OF J_3RS_KUNNR,
        S_VKORG TYPE RANGE OF VKORG_RAN,
        status type PVWTY-RETPA,
        ty_r_date TYPE RANGE OF s_date,
        ty_s_date TYPE LINE OF ty_r_date.
    DATA lo_interfacecontroller TYPE REF TO iwci_wdr_select_options .
      DATA lo_cmp_usage TYPE REF TO if_wd_component_usage.
    lo_cmp_usage =   wd_this->wd_cpuse_cmp_sel_opt( ).
      IF lo_cmp_usage->has_active_component( ) IS INITIAL.
      lo_cmp_usage->create_component( ).
    ENDIF.
    * Reference variable used instantiate the select-options component
      DATA
        lr_cmp_usage TYPE REF TO if_wd_component_usage.
    * Variables used to create the select-options fields and
    * define its initial values
      DATA:
        lr_field TYPE REF TO data,
        ls_date  TYPE ty_s_date.
      FIELD-SYMBOLS:
        <fs_field> TYPE ANY,
        <fs_range> TYPE INDEX TABLE.
    * Instantiate the select-options component
      lr_cmp_usage = wd_this->wd_cpuse_cmp_sel_opt( ).
      IF lr_cmp_usage->has_active_component( ) IS INITIAL.
        lr_cmp_usage->create_component( ).
      ENDIF.
      lo_interfacecontroller =   wd_this->wd_cpifc_cmp_sel_opt( ).
    wd_this->m_sel_opt = lo_interfacecontroller->init_selection_screen( ).
    data : vhelp type wdy_md_value_help_mode_enum .
    * Sets the helper reference
      wd_this->m_sel_opt1 = wd_this->wd_cpifc_cmp_sel_opt( ).
      wd_this->m_helper  = wd_this->m_sel_opt1->init_selection_screen( ).
    * Hide the standard select-options components.
      wd_this->m_helper->set_global_options(
        i_display_btn_cancel = abap_false
        i_display_btn_check  = abap_false
        i_display_btn_reset  = abap_false
        i_display_btn_execute  = abap_false
      lr_field = wd_this->m_helper->create_range_table( `KUNNR` ).
      wd_this->m_helper->add_selection_field(
        i_id           = `KUNNR`
        I_DESCRIPTION  = 'Customer Code'
    *    i_within_block = `BL01`
        it_result      = lr_field ).
      FREE lr_field.
      lr_field = wd_this->m_helper->create_range_table( `VKORG` ).
      wd_this->m_helper->add_selection_field(
        i_id           = `VKORG`
        I_DESCRIPTION  = 'Sales Organization'
    *    i_within_block = `BL01`
        it_result      = lr_field ).
      FREE lr_field.
    Go through this..
    http://wiki.sdn.sap.com/wiki/display/Snippets/WebDynproABAP-Complexselect-optionscomponent+usages
    Cheers,
    Kris.

  • I am trying to install iTunes on my PC, but I get this error: "There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor." Help!

    I am trying to install iTunes on my PC (using Windows 8.1), but I get this error: "There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor." The iTunes file (64-bit) I am trying to install, is named "iTunes64Setup.exe". What seems to be the problem? Help!

    Hey madnest,
    Thanks for the question. After reviewing your post, it sounds like you are having difficulty installing iTunes in Windows. I would recommend that you read this article, it may be able to help you resolve or isolate the issue.
    Issues installing iTunes or QuickTime for Windows
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

  • I get the errer message "There is a problem with this windows installer package. A program required for this install to complete could not be run."

    I have Wondows Vista... I tried to upgrade to Itunes 10.5, and received an error orginially stating that I was trying to install a version older than the one I had.  I uninstalled all of itunes, and now I'm getting the error  message "there is a problem with this windows installer package.  Aprogram required for this install to complete could not be run.
    Help!  I have an IPhone, and I would like to get my Itunes upgraded so I can download the new Iphone software...
    Thanks!

    I have been in touch with Apple support in reference to my problem. We went through every solution available, and found no fix. The tech then suggested I contact Microsoft concerning this issue. I thought that suggestion was just to get me pointed somewhere but Apple. Boy was I wrong!! I contacted Microsoft, and was directed to a free download called Microsoft Fix. This program fixed something in the regisitor, and wala everything was fixed!! I now have I-Cloud and I-Tunes loaded and working well. So, if you can't install Apple Software and are running Window 7 you might give Microsoft Fix a try, it fixed my problem.....

  • I'm trying to update iTunes to 10.5.2 and I get the message that "a program required for this install to complete could not be run".  I've tried all of the steps to try to resolve this (I have a PC) but nothing works.  Help please!

    I'm trying to update iTunes to 10.5.2.  I have a Windows 7 64-bit Dell laptop, and when I try to update it, I get the message "There is a problem with this Windows Installer package.  A program required for this install to complete could not be run.  Contact your support personnel or package vendor." 
    I went to the troubleshooting page and did all of the steps they listed:  uninstalled iTunes, deleted by Temp files, even disabled AVG while I downloaded again and tried to install.  I still get the same message.  If anyone can help me, I would really appreciate it!

    You must have gone to the old microsoft post.
    Here is the link:
    http://support.microsoft.com/kb/2438651

  • I am trying to upload itunes 10.5, but get a message "There is a problem with this Window Installer Pkg. A program required for this install to complete could not be run.  Contact your support personnel or package vendor".  What is it I need to do?

    I am trying to install itunes 10.5, but during the download I get the following message, "There is a problem with this Window Installer Package.  A program required for this install to complete could not be run.  Contact your support personanal or package vendor."  If this is my personal computer and was able to upgrade to the previous version (pre 10.5), why not now?  What is my "package vendor"? And what is it I need to do to fix this?  The message is unclear.  Unfortunately, I deleted my itunes program, thinking that in doing so, 10.5 would finally load.  Now I have no itunes on my computer and unable to sync my iphone.  Help!
    Thanks - Rick

    Hi Rick,
    by "repair" I mean I went to the control panel, option - programs and features, and in the list of all my installed programs I selected "Apple Software Update". On top of the screen you find the options Uinstall, Change and Repair. I clicked the repair button and that did the trick. After the repair I could uninstall the program. I also uninstalled iTunes, Apple Application Support, Apple Mobile Device Support en Bonjour, thus all Apple programs. Then I installed iTunes 10.5 again and everything went fine.
    Success,
    Peter

  • HT1926 when trying to setup itunes on my pc i get the following message: there is a problem with this Windows installer package. A program required for this install to complete could not be run. How could I solve this problem?

    when trying to setup itunes on my pc i get the following message: there is a problem with this Windows installer package. A program required for this install to complete could not be run. How could I solve this problem?

    Repair your Apple software update.
    Go to START/ALL PROGRAMS/Apple Software Update. If it offers you a newer version of Apple Software Update, do it but Deselect any other software offered at the same time. Once done, try another iTunes install
    If you don't find ASU, go to Control Panel:
    START/CONTROL PANEL/Programs n Features/highlight ASU and click REPAIR,

  • I'm not able to download Itunes.  I keep getting this Apple Software Update message that states "There is a problem with this Windows installer package.  A program required for this install to complete could not be run.  Contact your package vendor"

    Not able to access Itunes store anymore.  Just quit working for no reason.  I've tried deleting Itunes and related components from the Control Panel, but when I try to remove Apple Software Update, I get a message that states "There is a problem with this Windows installer package.  A program required for this install to complete could not be run.  Contact your support personnel or package vendor".  Not sure what this message means.  Am I suppose to contact Apple ?  What is meant by package vendor ?

    Apparently it's an itunes issue. I just tried to update and got the same issue. Called att to activate my iphone 4s and they say they can do the swap but apple is telling them itunes is down atm.  So will have to wait

  • Error message on window 7 for install iTune and iCloud!!!"There is a problem with this Windows installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor."

    Hi,
    I just try to install the setup download from apple website for iTune and iCloud.
    During the installation, there was error message prompt out "There is a problem with this Windows installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor."
    I am using Window 7 32 bit. I have try several time for install, but the result is getting same error message.
    Anyone can help on this??????
    Thanks.
    Justin

    I have also tried extracting the individual components to the temp file and attempting to install them individually despite being unable to remove the previous install of Apple Software Updater.  The outcome, both Apple Software Updater and itunes encountered the same error message during the install process.

Maybe you are looking for

  • ICal error "400" the request for account fail!!

    iCal on my Macbook keeps on popping up with the following: The server responded with an error. The request for account "myemail (at) yahoo.com" failed. The server responded with "400" to operation CalDAVCalendarSplitDualTypeCalendarQueueableOperation

  • Logical "OR" with 2 counters

    Hello, i need to produce complex signal (attached as image), the signal is a logical "OR" operation of 2 pulse trains, are there any option in labview to produce such signals with PCI-6602 board? Thanx! Attachments: logical-OR.jpg ‏28 KB

  • Track iphone with serial number

    Can I-Phone be tracked by serial number if the i-phone was reconnected.

  • Why is printing slow?

    Printing from Adobe products, more specifically Acrobat, to Xerox printer (DocuCentre IV – C3373) takes a long time to spool (Mac OSX Mountain Lion). A 2mb file takes around 2 minutes to spool, 20mb 20 minutes. Have had Xerox technicians on the case,

  • No video with supported formate and mime type found

    I am able to view videos on all but 1 website: http://www.start-american-sign-language.com/free-sign-language-asl1.html When I view that page, the video box only shows the x with "no video with supported formate and mime type found" being displayed.