Multiple orders scheduling in one screen - Revisions.

Hi,
Is it possible to schedule multiple orders in one screen using network graphics?
Scenario is: in day to day operations we create maintenance orders and plan operations with its duration.
after planning, if it requires more down time than permitted, we keep it for quarterly shutdown. For same we assign maintenance revision to each order. Now SAP provides report of all shutdown jobs based on revisions but we can not schedule multiple orders at a time using network graphic. eg. order 01 will start first, after this 02, 03 will start as parallel activity after that 04 will start.
Please advise.
Thanks,
Nilesh.

Using Maintenance Event Builder, you can use that functionality. Check this link.
http://help.sap.com/saphelp_di471/helpdata/en/d7/d0b83a47d0c649e10000000a114084/content.htm

Similar Messages

  • Display Multiple ALV layouts on one screen

    Hi,
    I have created 4 ALV Catalogues named: ALVCAT1, ALVCAT2, ALVCAT3, ALVCAT4
    I have also created the corresponding internal tables with data for each catalogue: ALVITAB1, ALVITAB2, ALVITAB3, ALVITAB4
    I have so far used the following function to generate each of the catalogues above:
      CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
        EXPORTING
          I_PROGRAM_NAME     = SY-CPROG
          I_INTERNAL_TABNAME = 'ALVITAB1'
          I_INCLNAME         = SY-CPROG
        CHANGING
          ct_fieldcat        = ALVCAT1[].
    And I have used the following function module to display the table as ALV:-
    *DISPLAYING REPORT AS ALV GRID
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
        EXPORTING
          I_CALLBACK_PROGRAM      = SY-CPROG
          I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS'
          i_callback_user_command = 'USER_COMMAND'
          IT_FIELDCAT             = ALVCAT1[]
         i_screen_start_column = 10
         i_screen_start_line   = 15
         i_screen_end_column   = 200
         i_screen_end_line     = 20
        TABLES
          t_outtab                = ALVITAB1.
    How can I now using the above function modules or similar function modules to DISPLAY multiple ALV layouts on a single SCREEN. Each layout should be treated separately with their own ALV tool bar etc.
    In this case i need to display 4 screens but I have scenarios where i need to also display 5.
    Would be really grateful for your guidance with source code to achieve this.....
    Thnx
    Salman
    Edited by: Salman Akram on Sep 20, 2010 2:47 PM

    Hi
    Try this [Link|http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=61243570] or the below program
    BCALV_TEST_GRID_DRAG_DROP
    or else
    Try to use splitter container to display multiple ALVs on one screen
    here is the demo program RSDEMO_SPLITTER_CONTROL
    the below code will help you to call grid using splitter control
         EXPORTING
            container_name = 'CUSTOM'.
        CREATE OBJECT splitter
          EXPORTING
            parent  = container
            rows    = 1
            columns = 1
            align   = 15.
        CALL METHOD splitter->set_row_height
          EXPORTING
            id     = 1
            height = 1.
        CALL METHOD splitter->get_container
          EXPORTING
            row       = 1
            column    = 1
          RECEIVING
            container = container_1.
        CREATE OBJECT grid1
          EXPORTING
            i_parent = container_1.
        CALL METHOD grid1->set_table_for_first_display
          EXPORTING
            is_layout       = gss_layout
            is_variant      = lwa_variant
            i_save          = 'A'
          CHANGING
            it_outtab       = gt_report_list
            it_fieldcatalog = gtt_fld_cat.
    Regards
    Edited by: Anesht on Sep 20, 2010 11:49 PM

  • Multiple Order Linking with One PR

    Hi Experts,
    Is there any way where i can link Multiple Maintenance Order in one PR.This i need to track the services against each order through one PR PO.
    Regards,
    Kavvya

    HI kavya
    For your requirement you can creatre PR/PO independently with account assignment category F. After wards you create maint. order as per requirement & assign services from this PO to any operation by changing the control key to PM03 but change the reservation/purchase requisition indicator to never manually so that it doesnt trigger any PR from maint.order. after changing the control key, you select the operation & click external button below you will get service selection in which you select exter nal services from F4 list (you can select from the PO) & qty also. By this you will get planned cost of external service. Then you do service entry in ML81N with reference to PO & give maint order no & cost will flow to maint.order. You can link to multiple maint order by this. You consume external services of single PO in multiple maint. order.
    Shakti

  • How to keep multiple applications open in one screen?

    I'd like to have several applications open at the same time, for example iTunes, Safari and Mail. But when I start a new program the one I was working in disappears from the screen.... How can I keep them resized on the screen....? Thanks for your help...

    When you start a new program, do the others disappear into the background (i.e. minimize)
    If so, you have somehow gotten the system into Single-app mode. This reacts as if you held down the option key when starting the new app.
    You can check to see what is set with this commanddefaults read com.apple.dock single-appIf you get "The domain/default pair of (com.apple.dock, single-app) does not exist" then something else is wrong, but I don't know what it is.
    If you get a 1 returned (or yes or true), then you can disable it with this:defaults delete com.apple.dock single-app
    or
    defaults write com.apple.dock single-app 0

  • Multiple order of a one customer.Require single Delivery and single invoice

    Dear Gurus,
    I have a customer say 10005000 (xyz)
    i have now n no. of orders from this particular customer of different material and diff. quantities.
    e.g. Order no. 1000 have mat. A Qty.50, mat.B Qty.100, mat.C Qty.200  (Date: 01/09/10)
    Similarly Order no. 1001 have D Qty.10, mat.E Qty.40, mat.A Qty.60      (Date: 03/09/10)
    and so on
    Now I want to create Single Delivery No. for 10005000 instead of individual deliveries.
    how can i????
    Or if i have multiple deliveries of a single customer and i want single Invoice no. against all deliveries.
    Please suggest.
    Harry

    Now I want to create Single Delivery No. for 10005000 instead
       of individual deliveries.  how can i????
    Or if i have multiple deliveries of a single customer and i want
         single Invoice no. against all deliveries.
    For both these questions, many times, it has been answered in this forum.  Please put some efforts to search the forum.
    thanks
    G. Lakshmipathi

  • Multiple ALV display in one screen using SALV(Factory method)...

    Hello Experts,
    I tried using the old 'REUSE_ALV_BLOCK_LIST_APPEND' but it does not suit my
    requirement. So will it be possible to display multiple ALV display(block) using
    SALV?

    check the sample code..
    REPORT  zsalv_demo_multiple.
    DATA: salv1 TYPE REF TO cl_salv_table,
          salv2 TYPE REF TO cl_salv_table,
          salv3 TYPE REF TO cl_salv_table.
    DATA: g_custom TYPE REF TO cl_gui_custom_container,
    o_splitter    TYPE REF TO cl_gui_splitter_container,
    o_grid1 TYPE REF TO cl_gui_container,
    o_grid2  TYPE REF TO cl_gui_container,
    o_grid3  TYPE REF TO cl_gui_container.
    DATA: it_flight TYPE STANDARD TABLE OF sflight,
          it_carr  TYPE TABLE OF scarr,
          it_book TYPE TABLE OF sbook.
    START-OF-SELECTION.
      SELECT * FROM sflight
      INTO TABLE it_flight
      UP TO 20 ROWS.
      SELECT * FROM scarr
      INTO TABLE it_carr
      UP TO 20 ROWS.
      SELECT * FROM sbook
      INTO TABLE it_book
      UP TO 20 ROWS.
      CALL SCREEN 100.
    *&      Module  STATUS_0100  OUTPUT
    *       text
    MODULE status_0100 OUTPUT.
      SET PF-STATUS 'ABC'.
      CREATE OBJECT g_custom
      EXPORTING container_name = 'CONT'.
      CREATE OBJECT o_splitter
      EXPORTING parent  = g_custom
      rows    = 3
      columns = 1.
      CALL METHOD o_splitter->get_container
        EXPORTING
          row       = 1
          column    = 1
        RECEIVING
          container = o_grid1.
      CALL METHOD o_splitter->get_container
        EXPORTING
          row       = 2
          column    = 1
        RECEIVING
          container = o_grid2.
      CALL METHOD o_splitter->get_container
        EXPORTING
          row       = 3
          column    = 1
        RECEIVING
          container = o_grid3.
      cl_salv_table=>factory(
        EXPORTING
          r_container    = o_grid1
        IMPORTING
          r_salv_table   = salv1
        CHANGING
          t_table        = it_flight
      cl_salv_table=>factory(
        EXPORTING
          r_container    = o_grid2
        IMPORTING
          r_salv_table   = salv2
        CHANGING
          t_table        = it_carr
      cl_salv_table=>factory(
        EXPORTING
          r_container    = o_grid3
        IMPORTING
          r_salv_table   = salv3
        CHANGING
          t_table        = it_book
      CALL METHOD salv1->display.
      CALL METHOD salv2->display.
      CALL METHOD salv3->display.
    ENDMODULE.                 " STATUS_0100  OUTPUT
    *&      Module  USER_COMMAND_0100  INPUT
    *       text
    MODULE user_command_0100 INPUT.
      CASE sy-ucomm.
        WHEN 'BACK'.
          LEAVE TO SCREEN 0.
      ENDCASE.
    ENDMODULE.                 " USER_COMMAND_0100  INPUT
    Flow Logic..
    PROCESS BEFORE OUTPUT.
    MODULE STATUS_0100.
    PROCESS AFTER INPUT.
    MODULE USER_COMMAND_0100.
    in the Screen i placed a custom control and named it as CONT

  • How to Open multiple form with only one screen painter file

    Hi all ,
    I want to reopen the form without closing the active form ,i want to use same srf file ..
    I have already try it but form already exist error occur .
    pl help me , how to do it ?
    how to open multiple form with same srf file without closing active forms .
    thanks in advance,
    msw

    <?xml version="1.0" encoding="utf-16" ?>
    <Application>
      <forms>
        <action type="add">
          <form appformnumber="-1" FormType="-1" type="0" BorderStyle="0" uid="BOE" title="Bill of Entry" visible="1" default_button="1" pane="0" color="0" left="365" top="62" width="801" height="410" client_width="785" client_height="372" AutoManaged="1" SupportedModes="15" ObjectType="">
            <datasources>
              <dbdatasources>
                <action type="add">            
                </action>
              </dbdatasources>
              <userdatasources>
                <action type="add"/>
              </userdatasources>
            </datasources>
            <Menus>
              <action type="enable">
                <Menu uid="1282"/>
              </action>
              <action type="disable">
                <Menu uid="5890"/>
              </action>
            </Menus>
            <items>
            </items>
            <ChooseFromListCollection>
              <action type="add">
                <ChooseFromList UniqueID="-1" ObjectType="-1" MultiSelection="0" IsSystem="1"/>          
              </action>
            </ChooseFromListCollection>
            <DataBrowser/>
            <Settings Enabled="0" MatrixUID="" EnableRowFormat="1"/>
          </form>
          <form appformnumber="-1" FormType="-1" type="0" BorderStyle="0" uid="BOE1" title="Bill of Entry" visible="1" default_button="1" pane="0" color="0" left="365" top="62" width="801" height="410" client_width="785" client_height="372" AutoManaged="1" SupportedModes="15" ObjectType="">
            <datasources>
              <dbdatasources>
                <action type="add">
                </action>
              </dbdatasources>
              <userdatasources>
                <action type="add"/>
              </userdatasources>
            </datasources>
            <Menus>
              <action type="enable">
                <Menu uid="1282"/>
              </action>
              <action type="disable">
                <Menu uid="5890"/>
              </action>
            </Menus>
            <items>
            </items>
            <ChooseFromListCollection>
              <action type="add">
                <ChooseFromList UniqueID="-1" ObjectType="-1" MultiSelection="0" IsSystem="1"/>
              </action>
            </ChooseFromListCollection>
            <DataBrowser/>
            <Settings Enabled="0" MatrixUID="" EnableRowFormat="1"/>
          </form>
        </action>
      </forms>
    </Application>

  • Multiple Holiday Schedules on one Call Handler

    Hello, I search previously for a solution to this problem, but have been unsuccessful.  I am running Cisco Unity Connection 8.5.1.
    Current Setup:
    Company has a system call handler named "Company AA" that serves as their autoattendant for answering incoming calls.
    Company has a holiday schedule associated to "Company AA" which includes recognized holidays, and an personalized greeting recording stating they are closed for the holiday.
    What needs done:
    Company has scheduled staff meetings throughout the year.  These need to be input into the system so that on these dates/times, a different personalized greeting recording plays stating that they are closed.  This needs to be a different recording than the normal Holiday greeting (so I cant just add the dates to the already existing holiday greeting).
    Is this possible with Cisco Unity Connection?
    Thanks!
    Derek

    Hello Derek,
    It is possible, however, you will need to create a different Call Handler and Schedule per Holiday, in this example I am going to use just 3 holidays (July 4th, January 1st and December 25th. The process is kind of complex, but here we go.
    1st: Create the Call Handlers:
    Create a CallHandler for the Company AA
    Create a CallHandler for January 1st
    Create a CallHandler for July 4th
    Create a CallHandler for December 25th
    2nd: Create the Holiday Schedules
    Create a Holiday Schedule for the Company AA CallHandler and add all the holidays here (January 1st, July 4th, and December 25th).
    Create a Holiday Schedule for the January 1st CallHandler and add just the July 4th, and December 25th holidays here
    Create a Holiday Schedule for the July 4th CallHandler and add just the December 25th holiday here
    Create a Holiday Schedule for the   December 25th CallHandler and do not add any holdays
    3rd: Create the System Schedules
    Create a System Schedule for the Company AA CallHandler and associate it to the Company AA Holiday Schedule (Define your working/after hours schedule here).
    Create a System Schedule for the January 1st CallHandler and associate it to the January 1st Holiday Schedule (Make it 24/7)
    Create a System Schedule for the July 4th CallHandler  and associate it to the July 4th Holiday Schedule (Make it 24/7)
    Create a System Schedule for the December 25th CallHandler and associate it to the December 25th Holiday Schedule (Make it 24/7)
    4rd: Call Handler configuration
    Company AA
    Go to the Company AA CallHandler, and under Active Schedule select the Company AA System Schedule.
    Setup the Closed and Standard Greetings/Transfer Rules as you wish.
    Go to the Holiday Greeting and select Nothing and uncheck the Play the "Record Your Message at the Tone" Prompt options under Callers Hear.
    Under the After Greeting section, select Call Handler >> January 1st >> Go Directly to Greetings.
    Check the Greeting Enabled with No End Date and Time option and save the configuration
    January 1st
    Go to the January 1st CallHandler, and under Active Schedule select the January 1st System Schedule.
    Go to the Standard Greeting and setup the message that you want to play during January 1st here, if you want to transfer the call, you will need to change the Standard Call Transfer Rule as well.
    Go to the Holiday Greeting and select Nothing and uncheck the Play the "Record Your Message at the Tone" Prompt options under Callers Hear.
    Under the After Greeting section, select Call Handler >> July 4th >> Go Directly to Greetings.
    Check the Greeting Enabled with No End Date and Time option and save the configuration
    July 4th
    Go to the July 4th CallHandler, and under Active Schedule select the July 4th System Schedule.
    Go to the Standard Greeting and setup the message that you want to play during July 4th here, if you want to transfer the call, you will need to change the Standard Call Transfer Rule as well.
    Go to the Holiday Greeting and select Nothing and uncheck the Play the "Record Your Message at the Tone" Prompt options under Callers Hear.
    Under the After Greeting section, select Call Handler >> December 25th >> Go Directly to Greetings.
    Check the Greeting Enabled with No End Date and Time option and save the configuration
    December 25th
    Go to the December 25th CallHandler, and under Active Schedule select the December 25th System Schedule.
    Go to the Standard Greeting and setup the message that you want to play during December 25th here, if you want to transfer the call, you will need to change the Standard Call Transfer Rule as well.
    Go to the Holiday Greeting and select Nothing and uncheck the Play the "Record Your Message at the Tone" Prompt options under Callers Hear.
    Notes:
         As mentioned above, this process is complex and the best way to achieve this will be to create an excel table with the settings of every CallHandler so you can check them before implementing this in production, please note that the last Call Handler Holiday Schedule is empty, as well as the Holiday Greeting of this CallHandler since it will only play the Standard Greeting (24/7) schedule.
         The second
         The third thing you need keep in mind is that if you need to change the working hours schedule, you will do it on the main CallHandler only (Company AA), since the other system schedules are used only for holiday and during the holiday those are set to work 24/7.
    Explanation:
         This implementation of distinctive holidays works because when the  AA CallHandler check the holiday schedule during July 4th, it will send the the call to the holiday greeting since it is marked as a holiday on its schedule, the holiday greeting of the AA will send the call to the January 1st Call Handler; then, the January 1st CallHandler will do the same, since July 4th is marked as a holiday, it will forward the call to the Holiday Greeting which will send it to another CallHandler (July 4th). When the call gets to July 4th CallHandler it checks its schedule, since no holidays are marked on this particular CallHandler for July 4th, it will check whether it should play the Standard or Closed greeting, since this schedule was setup as 24/7, it will play the Standard Greeting of the July 4th CallHandler and stop hunting.
    I hope you this helps you and feel free to shoot me with any questions you might have.
    HTH
    --espereir

  • Is there an easy way to move multiple icons from one screen to another?

    I have multiple screens on my iphone 5c display.  I want to move multiple icons at the same time from one screen to another.  Is there a way to do this?

    You could put them all in a single folder and move the folder to another screen.

  • Unable to create multiple Purchase order base on One Purchase requisition

    Dear All,
    I have problem to create multiple POs base on one PR.
    For example, PR is automatically created after a Sales order which contain 10 pec of Material A. A PO is created for 4 pec of Material A first which is no problem, but when it come to create second PO for the remaining 6 pec, the system respond with a error message. "Materials for PReq 10167146, item 00010, already partially ordered, Message no. 06 249"
    I have searched for the SAP Note to solve this problem, the Note number is 202011, to solve the problem I need to import
    SAPKB46B03 and SAPKB46B04 for my 4.6B system. However those two package had already installed into the system long time ago, and the problem is still not solved. The currect level of PS is SAPKB46B57. And I was advised not to re-import the PS (SAPKB46B03 and SAPKB46B04) again.
    Could anyone please tell me is there any other solution to get around this problem.
    Thanks for your time
    Alvin

    Hi
    Thank you very much for your quick response.
    As the same user is able to process the idocs of message type PORDCR which are in status 64 successfully previously.
    Regards,
    Phani Miriyala.

  • Multiple Order Panels as JInternalFrames in one Form as a JDesktopPane

    I have a JClient application which consists of a form(JFrame) which opens a JDesktopPane. Within this desktop pane the user may open different panels(as JInternalFrames), one of them being a panel to create a new order. I want to have the ability for a user to create multiple order panels for different orders within the same desktop pane/form. The order panel consists of mainly 2 lookup views for customer and item information and 2 editable views for the order header and order details. While I can open multiple order panels, each with a unique binding container (ie. a uniquely named UIModel), within the desktop pane all of the open panels edit the same order. How can I modify my code to allow a user to create/edit multiple order instances using this order panel?

    Hi,
    did you have a look at
    http://www.oracle.com/technology/products/jdev/howtos/10g/jcmultiform/index.html
    the section "Data Binding in a Concurrent-Forms Use Case" describes what you are trying to achieve
    Frank

  • Multiple orders(one ship to party)--one delivery

    how to create one delivery for multiple sales orders where the ship to party for all the orders on only one pls guide me

    Hi,
    Search forum with the topic Collective delivery or Delivery split hope u will get many ans..anyways check this links..
    Collective Delivery
    Delivery Split as per Sales Order Type
    Reg,
    JJ

  • Disable Purchase order scheduling screen

    Hi All,
    While creating a sales order for third party item, immidiately after entering material number & quantity, system giving a second screen as "Purchase Order Scheduling" for each item. We are having 3 option inthis screen  such as "compete del, delivery proposal, Continue". after clicking any of them system brings us back to the main sales order screen.
    As per my knowledge this is happenning for availability check.
    My requirement is to disable this sceen, i.e. this sceen should not appear as it is appearing for each item currently.
    Also if you can suggest why system is carrying an availability check for a third party item.
    N.B:- this is a service item (DIEN) and does not have an availability check field
    please suggest
    Thanks & Regards,
    BKR

    Hi,
    Check which schedule line category is determined for each line item and remove the flags for Availability, Req. Assembly and prod. Allocation if they are flaged.
    Edited by: SharanKumar.S on Sep 28, 2011 2:19 PM

  • Multiple sales order in to one planned/production order

    hello,
    anybody pls help me. my scenario is make to order with configurable material. in this is it possible to create multiple sales order in to one planned order or production order. my client is asking this requirement. he wants to convert if the characteristics are all same sales order want to convert in to one planned or production order. pls suggest me how to do this.
    thanks & regards
    bhakta

    Hi,
    The feature for combining the Sales Orders based on the Charecteristics is available on in Industry Specific Solution - Mill Products (IS-Mill).
    Otherwise, in standard SAP you can not do that..
    "Material Variants" could be an alternative for this..
    Regards,
    Siva

  • Purchase Order Scheduling ATP Screen

    Does anyone know how to deal with the standard purchase order scheduling user exit in SD?

    I had to change the standard program after getting access keys. I used memory id to determine whether the custom logic should be fired. We had some custom checks based on which the dely date had to populated so am including only the code where the date is finally copied.
    In include LATP4FD9 - move the desired date to the schedule line date - Line 194
    updated material availability date is stored in ATPTERMX
    READ TABLE atptermx WITH KEY tline = mdve_diax-tline
    TRANSPORTING mbdat.
    rv03v-mbdtl = atptermx-mbdat.
    *{ INSERT
    DATA EXIT_FLAG2(1).
    IMPORT EXIT_FLAG1 TO EXIT_FLAG2 FROM MEMORY ID atpcsx-delnr.
    IF NOT EXIT_FLAG2 IS INITIAL.
    RV03V-ETDTL = RV03V-WZTER.
    FREE MEMORY ID atpcsx-delnr.
    ELSE.
    *} INSERT
    rv03v-etdtl = mdve_diax-dat02.
    *{ INSERT
    ENDIF.
    *} INSERT
    The memory id can be populated in USEREXIT_AVAILABILITY_IN and then retrieved in above code. You can debug, change the values and see the results before implementing the code.

Maybe you are looking for