Updating a PM notification for a user status

Hey Guys,
Can I get a FM or BAPI for updating a PM notification. I tried BAPI_SERVNOT_CHANGEUSRSTAT but that's used for updating the service notification.
Thanks

Hi Sheldon Rogers ,
     We used the FM "ALM_ME_ORDER_USERSTATUS_CHANGE" for changing the user status of the notifications in PM. Try this and let me know if you have issues still.
Thanks,
Greetson

Similar Messages

  • Need FM for reading user status at run time in CRMD_ORDER txn.

    hello all,
    i need to know the FM for finding the user status on the screen.
    i know there are FM's for finding the values on subject and external reference fields. similarly i want it for user status .please help me in this regard....
    Thanks,
    Sreekanth.

    Hey Shiva,
    The FM for finding user status is CRM_STATUS_READ_OW
    Please Reward for usefull usefull post..
    Regards,
    Anand..

  • LSMW for changing user status on work order(IW32)

    Hi All,
    I have created a LSMW for changing user status on work order using transaction IW32. It does not change the status when i run the LSMW. In the recording for the LSMW, i select the radio button on the user status i want to select.
    When i run the LSMW in the foreground, it does everything except select the correct status.
    Is there a way to fix this or is it a problem with LSMW. I'm using ECC6
    Kind Regards
    Emanuel

    Hi ,
    I am not sure whether it would work with LSMW but if your on ECC 6.00 ,Enhacement Pack 3 then you have BADIs which allow you to make collective status changes in IW38 .The below are those BADIs :-
    BADI_EAM_RIAUFK20_FCODE_CUS1 :Implement Customer Function Code in Order List
    BADI_EAM_RIAUFK20_FCODE_SAP1 :Implement SAP Function Code in Order List
    Else if your on lower version then write up a batch programme which checks the PM Order types with specific status and sets user status using FM STATUS_CHANGE_EXTERN[This is used to set or delete User Status] in SE37 ..
    regrds
    pushpa

  • Latest update 3.3 only for lion users? total mess

    apple did a major step to indicate that aperture is no app for "pro"users. If it should be that it should support not only the latest system version!
    latest update 3.3 only for lion users? total mess.
    I will look for another solution. Sad.

    Hi,
    I was wondering if somebody could give me some guidance please?
    I bought an N73 in September after much research and a lot of deliberating, I decided to purchase one (via O2 in England) even though i had heard lots of unhappy people claiming the phone had ruined their life etc due to its software faults.
    I haven't updated my phone yet since buying it mainly due to being put off by the number of NEW problems the updates can cause.
    I dont have any major problems with my phone, its got a bit slower with time and the camera isnt very quick when uploading and sometimes switches off (but i think its to do with the slide mechanism on the back), anyway i would be grateful if you would give me your honest opinion as to whether i should upgrade to the latest firmware or not!
    Many Thanks
    Richie

  • No authorization for activating user status PLIM

    Dear Gurus,
    I'm a newbie to SAP. Currently i'm facing the problem with Tcode KO01 while i'mtrying to create Internal Order. I can initialize the program but after i entered the Order type and pressed enter. Error msg "No authorization for activationg user status PLIM" pop-up. Pls help on this urgently.
    Thanks.

    Dear Payal,
    I checked /nSU53 just after i got the error msg. It said authorization check failed. Authorizaton object B_USERST_T status management: Set/Delete User Status using Transaction.
    Activity:01
    Authorization key: <Dummy>
    Object Catagory: ORC
    Status Profile: 00000002
    What should i do after this???

  • To stop email notification for a user regarding PR release in workflow

    Hi All,
    I am new to workflow.
    I need to stop an email notification for a user who receives it for PR release.
    I checked earlier posts which stated some send email steps in workflow and extended notifications.
    But I am not aware of any of this things.
    Can you all please help me in resolving this? As i hardly know anything about workflow.
    How can i check where this email notification gets triggered or from where it picks the user id?
    Your help would be appreciated.
    Thanks.

    Hi Dharmin
    Identify which workflow is for PR:
    Go to T Code SWI2_FREQ
    Select the appropriate date range
    Work item Type should be (Sub-)Workflow
    Execute
    You will get the list of ALL workflows triggered during the given time interval
    Hopefully, the developers in your system have maintained the correct Work item text and you can identify the PR workflow . Pick the WSxxxxxxxx number from the "task" Column for the PR Workflow
    Go to SWDD and analyze this workflow, check for steps which are sending the emails.
    (simplest possibility)
    Once you find the step, see if this can be blocked for a given user or not (or will it block for everyone).
    Reach there and give us the details of the email step and we shall work out a way.
    BTW - did you try to ask for the Functional and Technical Specs for this ?
    It should contain some details to help you.
    Regards,
    Modak

  • How to check a text type if it is filled or not for specific user status

    Hello;
    I want to check if a text type in a notification is filled or not for a specific user status. I guess that can be done using the BADI "ORDER_SAVE", but not sure how to do that.
    Regards,
    Erkan Kaya

    Hello Erkan.
    You can use the function module CRM_ORDER_READ_OW in method check_before_save of BADI ORDER_SAVE.
    Fill the header_guid of the notification into the it_header_guid table parameter and get the returning table ET_TEXT.
    For performance reason you should provide importing parameter it_requested_objects.
    INCLUDE CRM_DIRECT.
    APPEND gc_object_name-texts TO it_required_objects.
    Then you can check in et_Text if the required text is maintained. If not, you can raise the exception DO_NOT_SAVE in the BADI.
    Regards,
    Timo.

  • No password sent in GRC10 notification for new users

    Hi,
    I have a strange problem in our GRC10 system. 
    We send email notifications to users on completion of user access requests after provisioning is complete.  The notification contains the PROVISIONING variable, so new users should be notified of their initial password in the message.  This works fine on tests against our development system.  The email contains the user ID, the roles assigned, and the password information.
    However when the same process is followed in our Production system, the notification only contains the user ID and roles provisioned - no sign of any password information.
    We're currently running GRC 10.0 SP13.  The plugins are all updated to the same level.  We have the global provisioning configuration set OK, and all SAP Notes that appear to be related to the problem have been applied - but I still can't get emails to be displayed in the email notifications to new users.
    Can anyone offer any hints or suggestions to try?  I have even looked at password-related startup profile parameters as a last desperate straw.  I found 4 differences in settings between our Dev and Prod systems. would theses cause an issue?  the parameters were:
                                                                       Dev             Prod
    login/min_password_digits                               0                  1
    login/min_password_letters                              0                  1
    login/password_downwards_compatibility          1                  3
    login/password_max_reset_valid                     N/A                30
    That 4th parameter doesn't exist in our Dev profile.
    please help - I'm desperate on this one...

    Hi Ian
    I'm starting to run out of suggestions for you.I would probably put a trace on the RFC back to the GRC to see what the system user does. AS well as that check ST22, SM21 and SLG1 logs to see if any error. Already you've confirmed configuration and system match each other so it's down to data and security or program issue.
    In using the trace, may be able to identify the function module/RFC and then do a consistency check on the code to make sure nothing out of the ordinary there.  Depending on your background grabbing an ABAPer would help her.
    Also, as it's your production system do you have multiple app servers and load balancing in play? It's one area where your DEV and PROD may vary. Possibly the password is "leaving" the plug-in but getting lost in the nether as it goes to your GRC. I'm taking a complete stab here and showing my deficiency in Basis and System Admin.
    Otherwise, unless Marketplace has another correction not you probably need to raise an Incident.
    Regards
    Colleen

  • Bapi for Project User Status Profile

    Hi,
    Is there any bapi that contains the field "Status Profile (STSMA) of the Project? I only can find the WBS status...
    Thanks in advance.
    LM

    Hi,
    Thanks for your reply.
    But this function is to get the status... The problem is when creating a project by BAPI, the "user status profile" field (STSMA) is not available to fill. In this case, it happens if we have 2 schemes for projects, the bapi only puts the first that appears and I want the 2nd one to be fullfilled.
    How can we create a projet by bapi and have this field?
    Thanks in advance,
    LM

  • IDOC for changing user status to 'HIST' on Functional Location

    Hi.
    Can anyone please support me with an inbound IDOC for changing status on existing Functional Location?
    Thanks.

    Hi ,
    I am not sure whether it would work with LSMW but if your on ECC 6.00 ,Enhacement Pack 3 then you have BADIs which allow you to make collective status changes in IW38 .The below are those BADIs :-
    BADI_EAM_RIAUFK20_FCODE_CUS1 :Implement Customer Function Code in Order List
    BADI_EAM_RIAUFK20_FCODE_SAP1 :Implement SAP Function Code in Order List
    Else if your on lower version then write up a batch programme which checks the PM Order types with specific status and sets user status using FM STATUS_CHANGE_EXTERN[This is used to set or delete User Status] in SE37 ..
    regrds
    pushpa

  • Receiving notifications for other users calendar changes

    Since upgrading to ML, I receive change notifications for other icloud users calendars I subscribed to, even when "ignore notifications" of this calendars is ticked in the Calendar application.
    How can I prevent to receive such change notifications?
    Currently, I need to remove the notification in NC and I must remove the notification in the Calendar inbox as well.
    Thats really annoying.

    No one?

  • User exit for WBS User status ?

    Hi All,
    I want to trigger emails from WBS user status settings.
    If the WBS user status is 'AA' it should trigger emails to a business unit with a message, if it is set to 'BB' it should trigger e-mail to another business unit with a message.
    Which user exit should i use?
    Please help.
    Thanks,
    San

    Ramesh,
    Thanks again for your response.
    The problem with my project is, i am <b>not using any networks</b> at all !
    I am using project with only WBS (about 20) for easy cost planning functionality to generate quotation based on DIP profile.
    Business team needs communication linked with WBS user status settings.
    Your suggestion may work for project which has networks of category 20, but here, i am afraid it wont work.
    comments please.
    Thanks,
    Santosh

  • Need FM for setting user status of sales transaction

    Hello experts,
    I need a fm for setting the user status of a sales transaction.
    I want to select some sales orders and for this I want to set the user status via a FM.
    Can anybody help me ?
    THANKS
    Gerd

    Hi,
    Try this if you want to execute a process
            "Set Status for Header
            CALL FUNCTION 'CRM_STATUS_CHANGE_FOR_ACTIV_OW'
              EXPORTING
                objnr                  = lv_guid_h "guid Header
                vrgng                 = gc_process-cf_approved "Process
                iv_ref_kind         = 'A'
              EXCEPTIONS
                status_not_allowed = 6
                OTHERS             = 7.
    If it is just the Status that you want to set:
    crm_status_maintain_ow
    You need to call CRM_ORDER_SAVE after any of this call
    Thanks!
    Amrut Tadas

  • Enable Notification for any users scheduling reports

    Hi all!
    How can I enable the "Notification" option for any user allowed to schedule a report within BOXI R 3.1 FP 1.7.
    As administrator, the option is available within the scheduling.
    As normal user I don't have any notification option visible. I can only send reports or messages as email.
    Thanks for any hints,
    ciao Hakan

    Hi all!
    How can I enable the "Notification" option for any user allowed to schedule a report within BOXI R 3.1 FP 1.7.
    As administrator, the option is available within the scheduling.
    As normal user I don't have any notification option visible. I can only send reports or messages as email.
    Thanks for any hints,
    ciao Hakan

  • Email notification for Process Chain Status

    Hi Experts
    Can any one suggest me how to setup Email Notification for the Process Chain status
    For eg If there is any error in the process chain is there any way that we get an Email notifications.
    Thanks

    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=64389689
    This can be perfectely done using Tcode ALRTCATDEF.
    1. go to ALRTCATDEF
    2. select classification "Process Chains"
    3. click on display/change
    4. double-click on "error in a process of a process chain"
    5. click on "fixed recipients"
    6. write in your username (you have to maintain your e-mail address in SU01 for that to work)
    7. save
    8. go to your process chain (rspc)
    9. go into edit mode
    10. from the menu, select Process chain -> attributes -> alerting
    11. check "send alerts if errors occur".

Maybe you are looking for