PM: Maintenance Scheduling (IP19) - is there any FM or another way?

I need data from IP19 result list. So I need any solution.
1) The most simple way - to use any FM. But do they exist?
2) I used SUBMIT .... AND RETURN EXPORTING LIST TO MEMORY. But there's a damn protocol. So its data goes to a memory, but not my list!
What can I do?

Hello Blah,
The only other alternative you have, besides as ali suggests, is to reply to their post in the thread and hope they will see this in their "My Posts" for a follow up. Most seasoned users of Discussions will check their past posts occasionally and will see it marked as "new" reply to the topic (in their "My Posts) and will see your post.
regards,
littleshoulders [:-)

Similar Messages

  • Always on : Is there any command or other way which tells who and when replica got failover or failback to other replica?

    Is there any command or other way which tells who and when replica got failover or failback to other replica?
    Rahul

    By Monitoring of Availability Groups:
    Monitoring of Availability Groups (SQL Server)

  • HT201342 Are there any setting or some way to show notifications for new email without open Apple Mail app ?

    Are there any setting or some way to show notifications for new email without open Apple Mail app ?
    You know , I am an OCD . I alway's close my Mail app and miss many important new emails .

    What I do is open the Mail.app, then click the red traffic light (upper left corner of the main Mail.app window) to close that window. The app itself will remain running and you will get updates - this helps keep the desktop tidy while while the mail app remains running. When an update is received, simply click the either the mail icon in your dock or go to the Mail.app menu and click Window > Message Viewer.

  • Is there any quick and dirty way to determine what something will look like

    Hi,
    Is there any way (rule of thumb) to determine what something will look like when printed.
    for example.
    I am doing a composite (hope this is the right word). It will have some people sitting at a table and I want to have another layer with another picture behind it.
    I plan for the output to be fairly small (print size), say 4 x 5 or whatever.
    Now, if I go to the internet and google (or mamma.com) and search for images (large) and it comes back to me, I will see pictures that are (for example) 800 x 526 pixels 367 kb, or 940 x 480 pixels 166 kb.
    I would have to assume the 367 kb will print at better resolution, but if i liked the 166 kb picture better, is there a quick and dirty way to determine if it would print better (say 250 or 300 dpi or whatever) or not?
    So, bottome line,
    Assume my output picture will be 4 x 5 (and I want 300dpi (or is it ppi)
    How do quickly look at google results and determing if they will print ok?
    Bob

    The closest to a one click fix in photoshop cs-cs5 is
    Image>Adjustments>Shadow/Highlight or opening the
    image through camera raw and using the recovery slider.
    http://help.adobe.com/en_US/photoshop/cs/using/WSfd1234e1c4b69f30ea53e41001031ab64-765da.h tml
    MTSTUNER

  • Is there any better and faster way to copy...

    can anyone teel me any better and faster way to copy...
    InputStream in = null;
              OutputStream out = null;
              try {
                   in = new FileInputStream(src);
                   out = new FileOutputStream(dest);
                   byte[] buf = new byte[1024];
                   int len;
                   while ((len = in.read(buf)) > 0) {
                        out.write(buf, 0, len);
              }catch(Exception e){
    }

    Here's a small program as a sample and for testing. Just ran a few tests with a file of 1.5 MB (buffered slightly faster) and a file of 45 MB (NIO much faster) ...
    import java.io.*;
    import java.nio.channels.*;
    public class Copy {
         public static void main(String[] args) {
              if (args.length == 3) {
                   File from = new File(args[1]);
                   File to = new File(args[2]);
                   if (from.exists()) {
                        long start = System.currentTimeMillis();
                        try {
                             if (args[0].equals("nio")) {
                                  copyNIO(from,to);
                             else {
                                  copyBuffered(from,to);
                        catch (Exception ex) {
                             ex.printStackTrace();
                        System.out.println("Time: " + (System.currentTimeMillis() - start) + " ms");
         private static void copyBuffered(File from,File to) throws IOException {
              FileInputStream fis = null;
              FileOutputStream fos = null;
              try {
                   fis = new FileInputStream(from);
                   fos = new FileOutputStream(to);
                   BufferedInputStream in = new BufferedInputStream(fis);
                   BufferedOutputStream out = new BufferedOutputStream(fos);
                   byte[] buf = new byte[8192];
                   int r = 0;
                   while ((r = in.read(buf)) > 0) {
                        out.write(buf,0,r);
              finally {
                   if (fis != null) {
                        try {
                             fis.close();
                        catch (Exception ex) {}
                   if (fos != null) {
                        try {
                             fos.close();
                        catch (Exception ex) {}
         private static void copyNIO(File from,File to) throws IOException {
                   FileInputStream fis = null;
                   FileOutputStream fos = null;
                   try {
                        fis = new FileInputStream(from);
                        fos = new FileOutputStream(to);
                        FileChannel chin = fis.getChannel();
                        FileChannel chout = fos.getChannel();
                        long size = from.length();
                        long total = 0;
                        while (total < size) {
                             total += chin.transferTo(0,size,chout);
                   finally {
                        if (fis != null) {
                             try {
                                  fis.close();
                             catch (Exception ex) {}
                        if (fos != null) {
                             try {
                                  fos.close();
                             catch (Exception ex) {}
    }

  • HT1414 theres got to be another way.....

    hey there Apple community, here is  a god one. the screen on my I pod nano 5th. has gone completely blank, i tried to restore to no avail,plugged it to a power outlet and now it is fully charged (not what i intended) still no screen.is there any other way to restart or reset the screen?

    The BlackBerry provided software does not contain its own PIM application such as you are accustomed with the Palm. RIM decided not to reinvent the wheel, again.
    The most seamless method that most use is Outlook, which will seamlessly sync to the BlackBerry when using Desktop Manager as the interface.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Is there any way to set up reminders so that they are in due date order?

    On the ipad, reminders are organized in the order of the dates they are due under "scheduled". Is there any way for it to show like that on the Mac?
    Updtae: I found the answer in my preferences. Under view.
    Message was edited by: KRB02

    No ability to change those settings.

  • Is there any way to use outlook like composer in thunderbird?

    In my company, people want to edit images inside email composing window. Outlook can do that. So, I'm wondering is there any addon or some way to do this. I really hope to deploy thunderbird as default mail client. But this feature keeps doing that. I'm foss supporter, please mozilla, provide those things. Make thunderbird enterprise ready..

    Editing images, or any file, in a mail client is not enterprise read, it is actually quite an issue. Do your corporate backups contain a copy of those edited images? or are they gone once sent. So there is no record of the image / document or file that can be produced when the inevitable subpoena arrives.

  • Is there any way to close an open project?

    I get the libraries concept and opening and closing them. But what about active projects or timelines. When I open a new project, I can go between them with the arrows but I have not figured out how to close them manually. I usually navigate to the project I want open and then restart FinalCut. It will then open to that project and not the others. There has to be another way to do this right?

    iKris24 wrote:
    I usually navigate to the project I want open and then restart FinalCut. It will then open to that project and not the others. There has to be another way to do this right?
    In the broswer, double-click on a given project to open it.
    Russ

  • HELP!!! Can't use iTunes, is there another way?

    I just got a new job which completely locks down their computers. I can't install any *.exe files amongst other hardware. Fortunately, I can connect my iPod to my computer and it recognizes it as a USB drive. Unfortunately, I cannot install the iTunes software to get music to my iPod. There has to be another way. I heard of this iLoad system ($250) which probably isn't supported by Apple. I also know there are free shareware out there that will aid but if I can't install any programs that is out the window. I just can't imagine having to spring for this iLoad system or to buy another computer just to get some friggin songs to the iPod.

    You best bet is to just buy a computer to use at home. If you in the US this is a great time to find dirt cheap PCs. This week you can get a HP desktop at office depot for only 199 dollars and a laptop for only 300. With the PC maker Acer entering the US market its set of a major price war and PCs will get even cheaper with great deals during the back to school season starting in July and Aug.
    Any program you try to use you will have to install pretty much, and since the Company doesn't allow that, your options are pretty slim

  • Automatically upgrade any superseded versions of this application not auto installing - Status always waiting for next maintenance schedule

    Hello,
    I'm trying to deploy an application to a user group with the option checked for "Automatically upgrade any superseded versions of this application" but it never auto installs.
    - The application is set to install to system whether the user is logged on or off. 
    - We do have user affinity, therefore the user does have a one or more primary devices setup.  
    - If I run the install manually, it will superseded and install the new application and uninstall the old applications.
    - The estimated installtion time minutes is set to 0
    - The maxmimum allowed run time is set to 120 minutes.
    We're on version SCCM 2012 SP1.
    My assumption of how it should work
    If the user is logged in or NOT and it's during the maintenance window, it should auto install the application. Maybe I'm wrong.
    Here's the scenario.
    User JohnDoe has application Viewer 1.0 installed on his machine.  He installed this app via the SCCM application catalog.   We now need to deploy Viewer 2.0 of this application.   I want to ensure when it's deployed it replaces Viewer 1.0 hence
    the reason to check the "auto upgrade.."check box.   
    Here's what happens. In software center, it will pre-downlaod the software and then set the status to "Waiting for next maintenance schedule".  The problem is that the status stays like this forever.   We do have maintenance windows set
    on the device collection that JohnDoe's primary device is part of.  Here are our maintenance windows.
    - Daily - 9PM to 5AM = 8 hours
    - Weekly - Saturday - 12:00AM to 12:00 = 24 hours
    - Weekly - Sunday - 12:00AM to 12:00 = 24 hours
    Coordinated UTC is not checked.
    The business hours in software center are set to 5am to 10pm.
    One would assume that it would auto install during the night since we have a big maintenance windows. I checked the ServiceWindowmanager.log and it does seem to show the various maitnenance windows.
    Here's what I've tried
    - If I make the deployment required, it will install right away regarless of maintenance windows.  However, i don't want to use this option because if the user logs in to other machine (e.g. boardroom computer), it will auto install this software.  
    - If JohnDoe clicks install in Software center or application catalog, it works.  There's nothing wrong with the packages.  The issue seems to be related with the maintenance windows. 
    - If I disable the maintenance windows, then it seems to work but only when I'm logged in.  It still does not work if I'm logged out.  It only kicks off the installation when I login if it's not during the business hour set in software center.  
     We need the maintenance windows since we don't want windows patching to occur during the day.
    - I searched and ran the report to ensure there's not another maintenance windows setup that would prevent this from installing.
    Our current workaround
    To ensure users are using the latest version, we deploy the application required for a couple of days, then delete that deployment once we reach a high 90%.  The problem with that is if some computers are turned off, they would be using the older version
    and it will never get upgraded unless the user installs it manually.
    Has anyone encountered this?  Any other log files I should look at? Anything else I should verify ?  I know in SCCM 2012 R2, you can set the maintenance window to only apply this schedule to software update (patching) but that option doesn't seem
    to be available in SCCM 2012 SP1.
    Any help, suggestiong, I will take.  Thanks.

    - If I make the deployment required, it will install right away regarless of maintenance windows.  However, i don't want to use this option because if the user logs in to other machine (e.g. boardroom computer), it will auto install this software. 
    Re-check your deployment, specially the user experience:
    If you've checked the box next to "Software installation", it will install after the deadline has passed and ignores maintenance windows. Change the deployment to required and uncheck that box and the software should be installed according to your
    maintenance windows.

  • Is ther any standard report for GR/IR Maintenance Main Tool

    is ther any standard report for GR/IR Maintenance Main Tool ?

    Hi Salsa,
    Use Tcode MB5S --> List of GR/IR Balance.
    Assign pts, if found useful
    Regargds
    Sandeep Acharya

  • Is there any way to schedule the webi report as body of the mail

    Hi All,
             I have a bit different requirement. I need to schedule the webi reports to BlackBerry Mobile .
    The report should be displayed not as an attachment or URL but should be the body of the mail.
    Is there any Trick or Tip to do that.
    Thanks in Advance

    You could schedule the reports to run as an Excel or PDF document and the destination as a folder on a server.  Then after the reports are sent to the destination, you could use the Program Job Server to run a script which parses the files line-by-line and creates an email.  It's not the most elegant solution but in theory it should work.

  • Is there any function module or BAPI to create maintenance item.(Urgent)

    Hi Experts,
                       I want to create an RFC which creates the maintenance item in the sap. The RFC is going to receive data from XI. So is there any function module or BAPI to create maintenance item? so that i can call that FM in my RFC.
    Thanks,
    Prasanna
    Helpful answers will be rewarded.

    Check and implement your program accordingly:
    *& Report  ZMRS_BAPI_DEMO_ORDERS
    REPORT  ZMRS_BAPI_DEMO_ORDERS.
    DATA: gs_method     TYPE bapi_alm_order_method,
          gs_header   TYPE bapi_alm_order_headers_i,
          gs_header_up  TYPE bapi_alm_order_headers_up,
          gs_return     TYPE bapiret2,
          gs_numbers    TYPE bapi_alm_numbers,
          gs_return_commit TYPE bapiret2,
          gs_demo_order TYPE objidext,
          gt_demo_order LIKE TABLE OF gs_demo_order,
          gt_method     LIKE TABLE OF gs_method,
          gt_header     LIKE TABLE OF gs_header,
          gt_header_up  LIKE TABLE OF gs_header_up,
          gt_return     LIKE TABLE OF gs_return,
          gt_numbers    LIKE TABLE OF gs_numbers,
          gt_return_commit LIKE TABLE OF gs_return_commit.
    DATA lv_not_successful TYPE c.
    DATA lv_ref_cnt TYPE i.
    IMPORT gt_method FROM MEMORY ID 'MET'.
    IMPORT gt_header FROM MEMORY ID 'HED'.
    IMPORT gt_header_up FROM MEMORY ID 'HUP'.
    CALL FUNCTION 'BAPI_ALM_ORDER_MAINTAIN'
      TABLES
        it_methods   = gt_method
        it_header    = gt_header
        it_header_up = gt_header_up
        return       = gt_return
        et_numbers   = gt_numbers.
    CLEAR lv_not_successful.
    LOOP AT gt_return INTO gs_return.
      IF gs_return-type = 'E'.
        lv_not_successful = 'X'.
      ELSEIF gs_return-type = 'W'.
       lv_not_successful = 'X'.
      ELSE.
      do nothing
      ENDIF.
    ENDLOOP.
    IF lv_not_successful <> 'X'.
    commit changes
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
        EXPORTING
          wait   = 'X'
        IMPORTING
          return = gs_return_commit.
    ELSE.
    rollback changes
      CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'
        IMPORTING
          return = gs_return_commit.
    ENDIF.
    EXPORT gt_return TO MEMORY ID 'RET'.
    EXPORT gs_return_commit TO MEMORY ID 'COM_RET'.

  • HT201250 Is there any way to schedule backups on Time Machine?  I hate it that backup happens every dang hour.  I would like to have it back up at night.

    Is there any way to schedule backups on Time Machine?  I hate it that backup happens every dang hour.  I would like to have it back up at night.

    Richard Campbell2 wrote:
    I hear you, I do.  But the problem is that with my Mac, I have to stop and postpone whatever project I am working on while the backup occurs.  It just slows down my computer.
    Then something is wrong with your backups.  Changing the interval will only deal with they symptoms, not the actual problem, and you won't be as well protected as with hourly backups.
    If the backups are much larger than they ought to be,  see #D4 in Time Machine - Troubleshooting.
    If the sizes are reasonable, but it seems to take too long, see #D2 there.

Maybe you are looking for

  • Blackbery Link - browse pc folders and copy mp3 files not in music folder

    Hello to all of you I have music archives in different drives and pendrives It is not intuhitive at all how to browse local PC drives and or PC folders to select and copy single or many .mp3 files from the PC to the BlackBerry device. Please don't te

  • Adding MPEG-1 video: iTunes plays it but iPod loses audio

    I've read the support article here: http://docs.info.apple.com/article.html?artnum=302588 The background: My camcorder (a JCV Everio) exports video as MPEG-2 (".mod") files. About the only thing that seems able to open these is the editing software t

  • Fill Field 'Header text' in FB01

    Hi, Now: documents (FB03) in field header text have date from documents date from invoices. I would like to have another date which automatic print here. For example one date 01.01.2000 . Can change it in tcode or it's more advance setup. Thanks

  • Using selections in Word or Print Shop

    How can I use selections in Elements in word and Print Shop or anything else so they still have a transparent background.  Even if I save them with a transparent background, when I insert or copy the image into another program it has a white backgrou

  • High memory occupied in WLC

    My customer has a problem with the memory in his WLC. The process Dot1x_NW_MsgTask_0 is occupying 83% of the memory. This percentage does not lower. What can be? Rds, Emilio Ramos