How to notifiy to a user when Euipment is automatically created?

Dear All,
How to notifiy to a user when Euipment is automatically created when an asset is created in AS01. I am an Abapper who needs to use a workflow to send the mail to the user to notify the same. If anyone has configured the same , then kindly guide me.
Regards,
Fawaz

You can try using Powershell
[Reflection.Assembly]::LoadWithPartialName("Microsoft.AnalysisServices")
$SSASServerName = "servername"
$SSASDB = "database"
$SSASServer = New-Object Microsoft.AnalysisServices.Server
$SSASServer.Connect($SSASServerName)
$SSASDatabase = $SSASServer.Databases.Item($SSASDB)
$SSASDatabase.Roles | select Role,Members,CreatedTimestamp | where {$_.CreatedTimestamp -gt (Get-Date).AddMinutes(-60)}
--Prashanth

Similar Messages

  • How do I delete a user when the password was forgotten.  I have a OS X Yosemite 10.10.2

    How do I delete a user when the password was forgotten.  I have a OS X Yosemite 10.10.2

    Administrator password forgotten?
    OS X 10.7 Lion, 10.8 Mountain Lion, 10.9 Mavericks and 10.10 Yosemite
    Reset Password
    Start the computer,then press and hold down command and R keys to start into recovery partition.
    When you see the Apple logo, release the keys.
    Wait until  OS X Utilities window shows up.
    Move the mouse to the menubar at the top and click "Utilities", then select "Terminal"
    from the drop down.
    Terminal window will appear.
    Type in   resetpassword   and press enter on the keyboard.
    Leave the Terminal window open.
    Reset Password Utility window will open with Macintosh HD selected.
    Select the user account from the popup menu box under “Select user account”.
    Enter a new password.
    Reenter the new password for the user.
    Enter a hint.
    Click the "Save" button.
    Click  in the menubar and select Restart.
    Log in.
    If Keychain dialog box appears, select “Create New Keychain”.

  • How do i get to know when Person record is created in SAP HR Master Data?

    Hi there,
      How do i know as and when a person is created/inserted into HR Master data from SAP R/3 SAPGUI? in relation to SAP .NET Connector(SDNC)... Must i use SDNC? or any SAP process? i am new to SAP R/3.
      I need that immediate information of the person created so that i can manually create the user in Exchange account using a .NET program. Please advise regarding the part within SAP to external signaling.
      Thanks.
    Cheers,
    Derek Tan

    Unfortunately I can't answer your question directly (you may ask in ABAP-forum if there are some BAPIs that allow you to poll for new users/employees or a user exit that would allow you to do a custom call to an NCo-based RFC server.
    However I would suggest you to search for information about the so-called "LDAP-connector" which is part of MySAP and NetWeaver products, and is intended exactly for your kind of scenarios.

  • How to give access to user when he login with his credentials to create his own virtual machine

    Dear Experts ,
    In scvmm ..how we can allow an user to create his own VM with out providing him administrator rights...
    I am able to create machines with user accounts when I give Administrator rights only..and if i remove Administrator rights..i am gettting a message for user-"you cannot access the private cloud", where as If i give administrator rights to that
    same user , I can able to access private cloud and template for the user.
    Please suggest me and help with any useful link.
    Regards
    N.V.Srinivas ,
    [email protected]

    Self-Service user delegation
    SCVMM 2008 - 2008 R2:
    http://technet.microsoft.com/en-us/library/dd548291.aspx
    SCVMM 2012 - 2012 R2:
    http://technet.microsoft.com/en-us/library/gg696971.aspx
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.
    Disclaimer: Attempting change is of your own free will.

  • How to get list of users with access of MM01 (create & change)

    Hi all,
    i have to take out list of user having access for MM01 (create material), when i use SUIM to get the list it shows all the list of users including the users with DISPLAY & CHANGE, but i want only those users who had the access of CREATE & CHANGE.
    please help out me, its very urgent.
    Thanks & Regards
    Syed..

    Hi Syed,
    You can try to get it from S_BCE_68001398. Key in the required transaction code.
    Thanks and Regards
    Points reward is much appreciated

  • Freight Unit Building rule isn't used when FWO is automatically created via PI

    a freight unit building rule is created and attached to the forwarding order configuration , When forwarding order is created manually , Freight unit building rule is picked up automatically , and freight units are created based on such definition.
    When Forwarding order is created via PI , the freight unit building rule isn't picked , I need it to be picked in all cases.

    Hello,
    You can check your condition /SCMTMS/FWO_TYPE and check, which  type FWO was generated by PI. If you have more than 1 type.
    Maybe you FUBR was assigned in FWO type 2 and PI creates FWO type 1 (Standard selection).
    Could you check this?
    Best regards,
    Vicente Picard

  • How to send  mail to  User when Deadline time is over

    Hello Everybody ,
    My Query is that  When Deadline is over   the mail should goes to  Higher Authority  Person in his  Outlook    is that   " Dead line given to user is Already Finished   "
    How to Solve this  problem  .?
    ASAP
    Regrads,
    Sandeep Jadhav

    Hi   surjith kumar   ,
    Tbanks for your support   .  I have done the setting as par the given Link   but the thing is that After the Deadline time  is over mail goes into the SAP INBOX-->  Deadline message  .  Uptill it is  ok 
    Bur  my Requriment is that   Deadline Message Should be goes to Outlook mail  address ....
    so that Superior  user can easily come to know , he should nt need to go in SWBP  for chking  the deadline message .  I hope now the Requriment is Clear ...
    I am trying for this one but still didn't find any  solution   .
    ASAP
    Regrads,
    Sandeep Jadhav

  • How not to notify a user when the task is cancel

    Hi,
    I have this workflow in GP,
    Apply Timeoff --> Recommend Timeoff --> Approved Timeoff
    Where Applicant can apply for Timeoff (via ApplyTimeoff block), RecommendingOfficer can "Recommend" or "Reject" timeoff (via the RecommendTimeoff block), and finally the Approving Officer can "Approved" or "Reject" the recommendation (via the ApprovedTimeoff block)
    The GP is configured in such that the ApplyTimeOff block have successful result state Target to RecommendTimeoff block. In the RecommendTimeoff block, it has the successful result state, targets to the ApprovedTimeoff block whereas the unsuccessful result state target to Terminate. Likewise for the ApprovedTimeoff block, it has both the successful and unsuccessful result state target to Terminate.
    Those roles are in GP and they are map to the EP Group respectively. And in each group, there are EP users tag to it.
    During Application of the ApplyTimeoff, I have a drop down list of RecommendingOfficer which I can select in WD UI. And Once I selected the particular person from the list, the request will route to the RecommendingOfficer as a pending task in the GP Runtime. From here, that selected person from that Recommending Officer can "Recommend" or "Reject" the request.
    When that person from the RecommendingOfficer approved, the request will route again and this time to the Approving Officer.
    However, when the reject the request, the task will also be route to the Approving officer.
    How do I configured in such as way that when the recommending Officer reject, it request will not be route to the Approving Officer as a pending task?
    can help? Thank you.
    thank you.

    Let occasional users log in as guests
    A guest user account lets others use your Mac without setting up a full account or using someone else’s. You can use parental controls to limit guests’ activities, and specify which folders they can view.   [by default, they cannot see any other users' files]
    In Users & Groups preferences, select Guest User in the list of accounts.
    Select “Allow guests to log in to this computer.”
    If you like, select “Enable parental controls,” then click Open Parental Controls. For details about the limits you can set, see:Set up parental controls
    To let guests use your shared folders from another computer on the network, select “Allow guests to connect to shared folders.”
    When guests log in, they don’t need a password.
    ... and anything created while logged in as Guest is deleted when you log out.
    From:
    OS X Mavericks: Set up users on your Mac

  • How to logon with different user when use of SPNego

    Hi
    We have implemented SPNego as Windows Integrated Authentication - but how to logoff the portal to log on with another user?
    Since the users are authenticated when logging on the network from their client pc - the user will be using the standard logon page. But when logging off the portal - the users are automatic redirected and logged back in to the portal.
    I have created a HTML page which the users are redirected to by use of the ume.redirect.url. But how to logon to the portal again?
    When entering the portal url - the users are once more directly logged in due to the SPNego configuration.
    I need to develop a new logon page where the users are able to enter another uid and pw to enter the portal.
    Regards
    Kay-Arne

    Hi Kay-Arne
    The whole idea of Windows authentication is to remove the need for a user to enter a username and password. If you want a user to not get the automatic log on, then you'll need to access the portal with a URL that is in a different domain
    Cheers

  • Informing a group of users when an accoun gets created

    Hi Experts,
    We have a requirement where one of the scenarios is to inform the users as in the Sales Engineers, when a Prospect will be converted to Customer(This will be done by the master data team).
    So as soon as the customer is created, the sales engineers should be informed of their creation.
    Any views around how can we achieve this in system??
    Regards
    Aakshi Suri

    Hi,
    Develop you own FM for send e-mail.
    Use tcode bus7 with event DSAVE
    Denis

  • How to auto insert computed value when new data is created??

    I'm new to APEX and was trying to solve this:
    To make it simple: I have a table, square_table, with two fields: input_number and square_value.
    All I want to do is when a user enters an input_number from 'the form and report template', the squared value is automatically computed and saved along with the new number to the square_table.
    Would someone post a solution (as details as possible, pls :)? I have watched numerous tutorials and no luck.
    Many Thanks,

    Poor design. You should not do this, even for strictly educational purposes. Stick to 3NF as much as possible, and only denormalize if a)you REALLY REALLY REALLY need to do it, AND b)your denormalized design survives peer review, AND c)you document VERY WELL the rationale behind such a design. Please read this - look for "Calculated Values".
    Anyway. You could do this at least two ways:
    1) Create a Page Process in your APEX application. Not a good idea, as other sources of INSERTs (sqplus, client/server apps) will not do the calculation unless coded to do so, and doing so would create multiple points of maintenance and documentation and testing, no to mention the added complexity of dealing with several potential development environments; or
    2) Create a good old plain trigger.
    If this was not a flawed design, I'd go for (2). It is basic SQL homework, well documented and simple to implement.
    Regards,
    Georger
    user11288935 wrote:
    I'm new to APEX and was trying to solve this:
    To make it simple: I have a table, square_table, with two fields: input_number and square_value.
    All I want to do is when a user enters an input_number from 'the form and report template', the squared value is automatically computed and saved along with the new number to the square_table.
    Would someone post a solution (as details as possible, pls :)? I have watched numerous tutorials and no luck.
    Many Thanks,

  • How do I import a clip when the window automatically closes?

    I was unable to even open After Effects CC when I upgraded to OS Mavericks. Once I realized adobe released a patch for it (the 12.0.1 "trial" update), the program opened. I thought all was fine, until I attempted to import a new video clip. It would not let me even move the clip, let alone edit it, before giving me a "grouping" error, and then abruptly crashing. Today Adobe released the 12.1 update, which seems to be running ok, except the window for importing footage automatically closes once opened. I can no longer just drag a new clip in to my composition either. How can I get by this?
    -Christian

    See this:
    http://forums.adobe.com/message/5805902#5805902

  • How to increase the column width when viewing a spreadsheet created by a concurrent request

    I have created a BI Publisher template to display the output from scheduled discoverer reports. It contains sixty three columns and the heading for each one is a variable but, in order to fit these on the page, each column is about a half a centimeter wide.
    When I use the Preview Template option from the RTF file and select Excel the columns are automatically sized to accommodate the data (which is what is required). However, when I upload the template and run a concurrent request and view the output, each column is shown as half a centimetre in width so the user can see very little of the data without resizing all columns. We do not think that this will be acceptable to our users.
    We are using Excel 2010 in both cases.
    I have looked at this forum and tried a few things without success so any help will be gratefully received.

    for ebs 12.1.3 you can create excel template by bip desktop 11
    i used bip desktop 11.1.1.5 with ms office 2010 for create excel template for ebs 12.1.2 and 12.1.3
    using excel template based on what do you want to do - if report contains complex visualization or many merging of cell and etc
    for starting
    https://blogs.oracle.com/xmlpublisher/entry/real_excel_templates_i
    Creating Excel Templates - 11g Release 1 (11.1.1)

  • How to print object list (LG01) when operations have status created.

    Hello all,
    I would like to print operations (output LG01), but if their status is created (CRTD), they are not printed. I have to change the status if I want to print them.
    Is there something in the customizing I can set, to print all the operations whatever the status ?
    Many thanks for your answers,
    Giuseppe.

    Hi,
    Check in the operation control key whether this operation is defined for Print or not.(OP67).
    This definition of print works only if CB85 is defined.
    Thanks,
    nandha

  • How to copy long text from production order to automatically created P.R

    Hello experts,
    I want to add some text to the long text , in the production order and save it.
    There is an external process in our routing, in which when the order is saved and released, there is a P.R created automatically.
    My requirement :-  The text in the long text tab of the Production order should flow to one of the text types {Item text} in the P.R item created.
    I checked in SPRO [ IMG-> MM->Purchasing -> P.R-Texts for PR-> define copying rules].
    For text type ,  'Item text' already has  the text linkages : Order/network, with source texts "component text' and 'transaction text'.
    However, the text being maintained in the order is not flowing on its own anywhere into the P.R created.
    Is there any other config that needs to be done to achieve this?
    Regards
    P.R

    Hi, A production order long text exists at a header level and a Purchase req gets triggered at an operation level of a production order during external processing.
      So if you expect a mapping of a header text to operation level text, it should not be definitely possible in the SAP standard. (May be an enhancement would still work but you need to decide on it).
    If you maintain a long text at the same operation where you trigger a pur.req (a text on your own or via a standard text key-CA10 tcode), you would see that populated, at the item-level text tab of the generated pur req automatically, as a standard behaviour.
    Hope you would go with the standard system behaviour.

Maybe you are looking for