How do you add an entry in the monitor log from the update rules?

How do you add an entry in the monitor log from the update rules?

Check this link for relevant SAP recommended implementation.
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0c22e690-0201-0010-9581-832abdb5d50d
Sample Code (Routine) available on the last page of the document.
award points if useful

Similar Messages

  • How do you add a google calendar to muse web site, that updates are synced

    how do you add a google calendar to muse web site, that updates are synced?

    You can add Google Calender using iframe which Google provides if you go to calender settings.
    Once you insert this code in Muse page through Object > Insert HTML , the calender will be displayed on page.
    https://support.google.com/calendar/answer/41207?hl=en
    Thanks,
    Sanjit

  • How do I add multiple songs to an existing playlist from the (no longer called) Library? Highlighting multiple songs and clicking the "Add to" button will only add the with the little arrow, not all the highlighted ones!

    How do I add multiple songs to an existing playlist from the (no longer called) Library? Highlighting multiple songs and clicking the "Add to" button will only add the one with the little arrow, not all the highlighted ones! I am using the "new" iTunes.

    For the moment there isn't a way for us end-users to control what is "matched" or "uploaded." That is purely a result of Apple's server-side algorithms.
    To re-add multiple songs at once simply highlight all the songs you want to re-add, then right-click (or Control+click) the list and choose "add to iCloud."

  • How to I add Camera Raw presets I've downloaded from the internet?

    How to I add Camera Raw presets I've downloaded from the internet? I have a mac and I use Creative Cloud.

    Presets are stored under Library>Application Support>Adobe>Camera Raw>Settings. Install them there. Once done, load the settings:
    Benjamin

  • How can you tell what type of Iphone I have from the model number or serial number from the settings menu

    how can you tell what type of Iphone I have from the model number or serial number from the settings menu?

    Type Serial Number from Settings App here https://selfsolve.apple.com/agreementWarrantyDynamic.do it will tell you the type of iPhone.

  • How do you add a web site to a folder in the iMac Bookmarks Bar?

    Safari 6.0.5 does not have a "+" left of the URL. According to the Apple Safari video, that is how you add a web site to a folder in the Bookmarks bar.

    Drag the website "icon" from the URL bar into the folder in the Bookmarks Bar.
    When you start draging, a green + will appear.
    Best.

  • How to get the user log from the entried planning data ???

    Dear All,
    Could you help me to give the suggestion regarding that please .. ?? :).
    I have requirement to get the last user who in charge in modifying the planning data.
    Or in the other words, i'm gonna get the log from the entried planning data.
    e.g.
    1. Phase 1 - My Friend:
    Create the planning data :
    Country           Sales
    INA                 $1000
    2. Phase 2 - I update it and create new record.
    Country           Sales
    INA                 $1500          < modified >
    USA                $400           < new >
    Could i get the log from those records ??
    The log can be contain:
    the created user       &   modified user ??
    I just read the article regarding status and tracking system in BPS, but could i cover that requirement ??
    (Because i got that the status and tracking system for creating a workflow for planning).
    Or ..
    Is there other way that can fulfill this requirement  ???
    Really need your guidance all.
    Regards,
    Niel.

    Dear Mayank,
    Tks a lot for your responses.
    I've tried it but in BPS version..
    I saw in the document there is GUID (unique ID), could you explain me what the objective is ???
    I work out to plan to store the user created, date created, and planning level information in the log data.
    What do you think ..
    Is it better to display them in the BEx Report / another manual planning layout ???
    What did you display the log data in your case ??
    Still need your guidance ..
    Really - really thanks.
    Niel.

  • How can you add your own print and export buttons to the CR viewer toolbar?

    I posted a previous question that was asking how to get around the Information Bar in IE7 when you export and print.  Unfortunately the CR viewer file download code gets blocked by IE7 because the buttons don't directly download the file.  However, I have been able to get a regular button that calls the following code and streams the file to the client and IE7 does not block it. 
    Sub PrintPDF(sender As Object, e As System.EventArgs)
         Dim crReportDocument as ReportDocument
         Dim crExportOptions as ExportOptions
         Dim crDiskFileDestinationOptions as DiskFileDestinationOptions
         Dim Fname as string
         CrReportDocument = New ReportDocument()
         CrReportDocument.Load(Server.MapPath("estactionlist.rpt"))
         Fname = Server.MapPath("./") & Session.SessionID.ToString & ".pdf"
         CrDiskFileDestinationOptions = New DiskFileDestinationOptions()
         CrDiskFileDestinationOptions.DiskFileName = FName
         CrExportOptions = crReportDocument.ExportOptions
         With crExportOptions
              .DestinationOptions = CrDiskFileDestinationOptions
              .ExportDestinationType = ExportDestinationType.DiskFile
              .ExportFormatType = ExportFormatType.PortableDocFormat
         End With
         CrReportDocument.Export()
         Response.ClearContent()
         Response.ClearHeaders()
                    Response.AddHeader("content-disposition", "attachment;filename=test.pdf")
                    Response.ContentType = "application/pdf"
                    Response.Charset = ""
                    Response.WriteFile(Fname)
                    Response.Flush()
         Response.Close()
         System.IO.File.Delete(Fname)
    End Sub
    So here are my questions?
    1. Is it possible to add a custom print control/icon to the CR viewer toolbar?
    2. If one is not possible, then is it possible to override the CR viewer print and export buttons with your own subroutines like the one above?
    I just want my page to look nice and hate to have print and export buttons outside of my CR viewer. 
    Thanks,
    Kevin

    It might be possible to replace the buttons in a windows app since you can retrieve the toolbar as a toolbar object in the winform viewer  ( ToolStrip toolBar = (ToolStrip) crystalReportViewer1.Controls[3]; )  however with a web app, it's a lot more difficult.
    The problem is that that you need to parse the Request string to try and figure out if the print / export button was clicked.  The code below makes the print button disappear if you click it, so you should be able to modify it to call your custom printing / exporting code instead  (You have to do this check in a postback)
            Dim I As Integer = 0
            If Request.Form.AllKeys.Length > 0 Then
                For I = 0 To Request.Form.AllKeys.Length - 1
                    Response.Write(Request.Form.Keys(I).ToString & "<BR>")
                    If Request.Form.Keys(I).ToString = "CrystalReportViewer2:_ctl2:_ctl2.x" Then
                        CrystalReportViewer2.HasPrintButton = False
                    End If
                Next
           End If
    Shawn

  • How can you "Add document" in shared documents without allowing editing the page ie Contribute?

    Hello Community
        Using SharePoint 2010 Server and the UI, when you click "Site
    Actions" - "New Site" and you create Team Site that that is a
    Sub-site. 
        When you create the Visitor, Members and Owners groups
    how can you allow the user to add a document while at the same
    time not allow them to edit the page when adding the document
    as the only permissions are Full Control, Contribute and Read?
        Thank you
        Shabeaut

    Hi Shabeaut,
    To create a new permission level, you should manage the Parent (site collection).
    Your current location is subsite, and it looks like it has unique permission(broke inheritance) that is the reason you are not able to see the create permission level. and another reason for seeing Inherit Permissions along with other menus in the ribbon.
    You should also see Manage Parent along with the menus you see when your site inherits permission from parent.
    So, go to your site collection and create a new permission level and assign users to it.
    And to assign permission level to your new groups, you will be able assign permission when you create a new group, along with the name, all permissions would be listed in the same page(_layouts/newgrp.aspx).
    see the below screenshot for more info -
    ->Site Actions menu-> Site Settings->Users and Permissions->Site ->Permission Levels.
    Hope this helps!
    MCITP: SharePoint 2010 Administrator
    MCTS - MOSS 2007 Configuring, .NET 2.0
    | SharePoint Architect | Evangelist |
    http://www.sharepointdeveloper.in/
    http://ramakrishnaraja.blogspot.com/

  • How do you add an attendee to a calendar event on the iphone 4

    I want to be able to add calendar events directly on my iphone 4 and add attendees to these events in the similar way I can do this with my
    Blackberry.  How does one do this?

    richvid wrote:
    <snip>
    As for gdgmacguy, don't be so naive, of course Apple read every comment made on here, and my purpose for posting was pretty obvious, I thought I had missed the obvious ability to add attachments to typed out emails - thanks for the link to Apple feedback for the iPhone.
    High ranked members of these forums are occasionally invited to town hall meetings with the wonderful Apple employees that created and manage these forums. As someone who has been able to interact with them directly I can say for certain that there is only a handful of staff. The do not spend all day reading posts and they rely on community policing. Apple does however read every submission to the feedback channel.

  • How do you add a hyperlink in your email signature on the iPad?

    Is there a way to make some of the text in your email signature into a hyperlink on the iPad and even iPhone?

    Doing a Google Search provided this.  Check it out.  I may offer what you're looking for:
    http://itunes.apple.com/us/app/email-signature-lite/id318339426?mt=8

  • How do you add preloaded shapes to mark up PDFs on the Adobe Reader Mobile App?

    I have Adobe Reader on my tablet.  I need to be able to make clean markups on PDFs when I do surveys.  I need to be able to draw straight lines, circles, arrows, and polygons neatly.  I am not able to do it with the free hand tool cause it is too messy.  Is there a way to add preloaded shapes when marking up PDF drawings? 

    Hi,
    Unfortunately, this functionality is not available in Adobe Reader on Android. We have made a note of the same and shall try to incorporate it soon.
    Thanks,
    Adobe Reader Team

  • How do you rename a component file (in a book) from the FDK?

    ...and upate all the links?

    Good question. There is no function for it, AFAIK. There is an fcode:
    #define KBD_BOOKRENAMEFILE
    0x30C
    ...and F_ApiNotify() responds to a rename action with that code, but I wouldn't know how to initiate the process with the code. FCodes work good for simple commands, but I don't know how you would submit the new name, etc. Maybe somebody else knows. If not, you might have to build it yourself.
    Russ

  • How do you add a Digital Booklet to your iPhone, from your laptop?

    I am trying to get one of my digital booklet's from my laptop, to my iPhone, and am having severe difficulties(I am not technologiclly savvy) Would like step by step, instructions if possible, to get it from my laptop, to my iPhone, if anyone has any information, or simple instructions please let me know.

    What format is the digital booklet in?
    Have you tried dropping the digital booklet on iTunes in your computer
    and then using iTunes to sync to the iPhone?

  • How do you call a function in an attached MovieClip from the current MovieClip?

    Hi there,
    I have this MovieClip A (converted as a symbol) and put in my
    main MovieClip B using attachMovie() , and I am wondering how I can
    call a function defined in A from within B.
    Is it possible?
    Thanks

    Hi kglad,
    yes, I did the attachMovie of the symbol B and it seems like
    none of the ActionScript written in B was not carried over.
    This is how I built B into a symbol :
    (1) Two layers ( one for the ActionScript only, the other for
    the Components)
    (2) I defined the functions to be called remotely by A in the
    ActionScript layer
    (3) I selected all the components in the Components Layer and
    did a Convert To Symbol
    (4) I added the Symbol into A's Library
    (5) I used attachMovie to instantiate the Symbol of B
    I must have missed out something somewhere
    Thanks

Maybe you are looking for

  • Is it possible to upgrade a G4 Xserve with an ISO image of a Leopard DVD?

    I have a G4 Xserve (tray load) with only a CD drive.  Leopard is on DVD only. I created an ISO image of the Leopard DVD but it will not work. Not sure why. I copied it to the Hard Drive of the Xserve and also tried it from an external drive (not boot

  • RSS in iWeb not working

    My RSS button is not working. I get this message back when ever I click on it. The requested URL /todpardon/tod_blog/rss.xml was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to han

  • How to put a long tab canvas on 2 or more lignes

    I have 15 basic tables ( 2 or 3 fields). I would like to manage tese tables from one page. When I generated the page I got a long tab canvas that I should scroll at rigth to see the rest of the tabs; My question is : can I put these tabs under 2 or m

  • Updating to v1.4.1

    Purchased 2nd hand iPod mini with v1.3 software installed. Each time I enter iTunes, it provides option to upgrade to v1.4.1, however, the following error message appears after each attempt: "Could not be updated. An unknown error occurred (1417)". I

  • When will the photogene issue be resolved? Doesnt work with photostream.

    Photo gene edited pbotos willnot transfer to pboto stream. Photogene says  its Apple's problem in IOS 8.1.2. When will this be fixed?????