How to setting PM order to create PR ?

Dear experts :
When I create a PM order with many operations items , and the items need to be done external.
How to config for below cases when PM order save ?
1. Each item create it's own PR.
2. All items create one PR.
By the way , if it is possible to create one PR with more than one items in one operations item?
Hope someone can tell me how to do the setting .
Thanks a lot .
Edited by: Gary Wang on Apr 19, 2010 4:34 PM

You need to set two items:
1.) Control Key - Designate a seperate control key for External activities (PM02 is often used, unless you have a seperate set of codes/code naming method)
PM -> Maintenance and service processing -> Maintenance and Service Orders -> Functions and settings for order types -> Control Key -> Maintain Control Keys.  Assign a "+" to the "Externally processed operation" field.
When that is set, be sure to specify that in your work order or task list.  Then, you will be prompted to fill out the purchase requisition information.
2.) Requisitions: You have the choice of one req for all operations or one req for each.  To make that setting, go to:
PM -> Maintenance and service processing -> Maintenance and Service Orders -> Functions and settings for order types -> Define Change docs, Collective purchase req indicator, operation No interval.
Edited by: PMPSMM on Apr 19, 2010 9:44 AM
Edited by: PMPSMM on Apr 19, 2010 9:51 AM

Similar Messages

  • How to set focus order of multiple Component in a Frame

    I have created a Frame with contain some Label, Textfield, Choice and Buttons
    How do set focus order on these Components

    write an implementation of
    import java.awt.*;
    public class PanelFocusTraversalPolicy extends FocusTraversalPolicy
        public Component getComponentAfter(Container container, Component component)
            if(component.equals(cmp1))
                return cmp2;
            if(component.equals(cmp2))
                return cmp3;
            return cmp1;
        public Component getComponentBefore(Container container, Component component)
            //implentation of method
        public Component getDefaultComponent(Container container)
          return cmp1;
        public Component getLastComponent(Container container)
            return cmp3;
        public Component getFirstComponent(Container container)
           return cmp1;
        public PanelFocusTraversalPolicy()
    }and set the focus traversal of frame.
    setFocusTraversalPolicy(new PanelFocusTraversalPolicy())

  • MV45AFZZ, how to set the order of the enhancement to be excecute?

    Hi
    I need to create a new enhancement in a form of MV45AFZZ.
    I need this enhancement to be excecuted at the very end of the form, but when I create the enhancement its getting created before pervious enhancement but I cant create it at the end of the form
    So how can I do to or create it at the end of the form or is there a way to set an order of excecution?
    Any help will be appreciated!
    Nico.-

    Hi
    See  Note 381348 - Using user exit, customer exit, VOFM in SD.
    You can read:
    From the organizational point of view the delivery is arranged as follows: an include
    with empty FORM routines is delivered with a release and afterwards may no longer
    be corrected by SAP. This should prevent that a FORM routine which may have been
    adjusted by the customer is overwritten by SAP again.
    and
    Changes to user exits in SD are MODIFICATIONS, since the original of an object
    belongs to SAP (thus when you change a user exit an SSCR registration is also
    required).
    I hope this helps you
    Regards
    Eduardo
    Edited by: E_Hinojosa on Jun 30, 2011 9:53 AM

  • How to Release the order  while creating an order?

    Hi
      My requirement is to create an order and release(REL) it immediately upon creation.I have created an RFC FM wherein which I am calling the Bapi 'BAPI_ALM_ORDER_MAINTAIN' to create an order.
    Following method I have tried to release the order, but still my purpose not resolved completely.
    Creted the 'RELEASE' method in the BAPI call upon creation of order, but it throws a BAPI error.
    I tried  with FM 'STATUS_CHANGE_INTERN' in the BADI of an order to release it. It does release the order. But the problem is afer the order is created and released by BAPI & BADI, I could still see the Green Flag(Release) in 'Iw 32' though system status changed to 'REL' Status. on Top of it , I could still observe the Creted Status(CRTD) system status in the order. Actually once the order is Release(REL), created status(CRTD) should not be displayed .
    What would be the best approach to acheive the result?.Appreciate your valuable reply on this regards.
    Regards
    sri-

    Hi,
    Try this..
    Create a new RFC function module in SE37 with the same parameters as the FM ALM_ME_ORDER_RELEASE
    In the attributes of the new FM set the radio button "REMOTE ENABLED"
    Then call the FM ALM_ME_ORDER_RELEASE inside your new FM..
    Generate ..
    Then call this new FM in your user exit...with IN BACKGROUND TASK.
      CALL FUNCTION 'Z_ALM_ORDER_RELEASE'
                   IN BACKGROUND TASK.
    Hope this works..
    Thanks,
    Naren

  • How to cummulate sales orders for creating one planned order.

    Hello friends,
    My scenario is make to stock. I use sales orders for creating plan only. I want to cummulate all sales orders of one finish material and create one planned order  for that material when i run mrp. How can i do this?
    Thanks

    Kiran,
    What is the planning strategy you are using?
    Does all the sales order requirment same? If it is same then it is possible. Please explain more in details. If not you need to look at using some perodic lotsize procedure to combine requirments. Like "Daily", Weekly" "Month" etc..
    Regards,
    Prasobh

  • How to set exect order sum

    Hellow!
    Sale person need to sale 238 pc of material X.
    If we set price condition = 10,50 then order sum is 2.499,00
    If we set price condition = 10,51 then order sum is 2.501,38
    But customer ask as to set total order sum = 2.500
    How could I manage it ?
    Any condition to correct order sum ?
    Andrey Garshin.

    hi,
    why can't u use DIFF condition type and round off the decimals with prior approval from
    your team lead.
    Cheers,
    Sailesh
    Edited by: sistla sailesh on Mar 27, 2011 7:36 PM

  • In the transaction IW31, How to set "UNPLANNED ORDER" in CONTROL tab

    Hi All,
       I want to set the indicator as  "UNPLANNED ORDER"  for creating a new work order in (IW31) with order type as ZMS2.
         I m using the Bapi "BAPI_ALM_ORDER_MAINTAIN".
          and providing the value " SPACE"  for "UNPLANNED ORDER". but its not getting updated for new work order.
        Can anyone help me out of this...
    Thanks in Advance!!!!!!!!!!!!
    Regards,
    Thulasi.

    Hi Surekha,
    You can pass the order number.  First store the order number in one global memory id .
    by using this statement
    SET PARAMETER ID .'(w_uname)' FIELD w_orderno  where order_no will be the order number selected on CRM WEBUI.
    now go to class defined in the transaction launcher for va22.
    in the class there is a method PREPARE_DATA_FLOW , in this method read the global memory using the statement
    GET PARAMETER ID '(w_uname)' FIELD w_orderno.
    set the parameter icwebclientborkeyparameter with the order value.
    Now in ECC go to transaction swo1. Give the object name as ZTSTC or the one defined in the transaction launcher. In the execute method you can retrieve the value of the order number.
    Regards
    Sohit

  • How to set a doc to create a folder

    Howdy , I want to create a similar folder , but i have no idea how to set up a doc so i will got such a folder.
    anybody can help ?
    Thanks in advance.

    Hi,
    Unfortunately it is impossile to change default document type in program RFBITB01, it is hard coded like;
    --Document-Type--
    parameters:     p_blart like bkpf-blart default 'DA',

  • How to set an attribute while creating an XML?

    Hi All,
    I am required to create an XML in the following manner :
    here  <ITEMS ITEMCOUNT="2"> where ITEM is an element and itemcount=2 is the attribute which means their are 2 line items
    - <HEADER>
      <PR_NO>sap pr no</PR_NO>
      <REVISION_NO>0</REVISION_NO>
       </HEADER>
    - <ITEMS ITEMCOUNT="2">
    - <ITEM>
      <PR_LINE_NO>1</PR_LINE_NO>
      <ITEM_DESCRIPTION>Security Locks</ITEM_DESCRIPTION>
      </LOCATIONS>
      </ITEM>
    </items>
    Please suggest how to set the attribute ITEMCOUNT?
    Thanks,
    Lina

    I am also trying to do something similar to this.  I tried the suggestion given but it still only allows 1 parameter.  A snippet of my .icd file is below.
    Attribute (ROI Settings) {
    Value (Integer) {
    Min (0)
    Max (79)
    Increment (1)
    Display {
    Multiplier (8.000000)
    Offset (0.000000)
    Precision (0)
    Units (Pixel)
    Default (0, 0, 0, 0)
    Current (0, 0, 0, 0)
    Action (Serial) {
    Command (ROI %d, %d, %d, %d\r)
    Response ()
    Timeout (1000)
    Delay (100)
    Any answer or help is appreciated.
    Thanks,
    Bruce

  • How to set tabbing order in Acrobat X Pro

    I cannot find any instructions for manually setting tabbing order in Acrobat X Pro.  It does not work the same as earlier versions of Acrobat Pro.  Any idea as to where I can go for instructions for X Pro?

    Thank you for the quick response!  I found instructions for the Pro 9 version, so followed that and it worked like a charm.
    Thanks again for your help.
    RJ

  • How to set standalone model and create local company code

    HI,
    For  SRM5.0 or 7.0  , how to set standalone model ?,   when I check attribute , the system warn me I must fill company code for BUK.  I have no backend system .
    thanks a lot
    Jesse

    Jesse,
      You should define a Backend System using IMG setting 'Define Backend Systems' as a non-sap backend system and use it with BUK attribute.
    SG

  • How to set Z Order of objects?

    Hi all,
    I am creating text, images and rectangles on canvas
    dynamically. When ever one object is selected i want to set Z index
    of it so it comes on top of another. How can i do it? Can you
    provide me sample for it?
    Thanks in advance

    Also, check out the help docs for "Stage" and see the
    setChildIndex and swapChildrenAt methods.
    One way to do what you want is to call removeChild when
    clicking on an item, immediately followed by addChild. This will
    put it on top.

  • How to set authorization for only Create infotype record

    How can I set the authorization so that the user can only create Infotype 14,15,2010,2001,2006 but cannot change and delete the record for these infotypes.
    But user has the authorization to create,change and delete other infotypes.

    Hi irene,
    1. For this we have to use the
       authorisation object
      P_ORGIN
    2. It has got the following fields, on which authorisations can be controlled.
    AUTHC     Authorization level
    INFTY     Infotype           
    PERSA     Personnel Area     
    PERSG     Employee Group     
    PERSK     Employee Subgroup  
    SUBTY     Subtype            
    VDSK1     Organizational Key 
    regards,
    amit m.

  • How to set Internal Order to default REL status at creation KO01 stage ?

    Dear all experts,
    Good Morning !
    I have requirement where all Internal Order's need to created at default REL status ? How can be this achieved ?
    Expert guidance will be appreciated on this !
    Regards,
    Sharvari Joshi.

    Dear,
    SPRO>IMGControlling>Internal Orders>Order Master Data>Status Management> Define Status Profile
    Create your own Status Profile, in T-Code KOT2_OPA assign the Status Profile and check the check Box Release Immediately
    Br,Vivek

  • How to set Incomplete order to set complete status

    Hi Gurus,
    Issue background: I have one order where delivery and billing has taken place accounting doc also generated.
                                  But order INcomplete log status is incomplete, (Plant and Pricing is showing as incomplete).
                                  Pl don't ask me how this is possible (because I can see in the system)
    What I have done: I have set the reson for rejection in the sales order header for all items. Still issue not resolved.
    Issue here is:        Order is still showing in the incomplete order report
    Business wouldn't want to:     revere this inv/del/order and redo.
    Is there any sap program I can run to set the incomplete order to set as complete?

    Hi,
    If you want to close or get the status the sales order as completed,
    1.Check the entry for the field ABGRU in the table VBAP for the sales order.
    2.If there is no value i.e the field is empty then try to assign the reason for rejection in the sales order item level and save the document.
    Regards,
    Gopal.

Maybe you are looking for

  • IPod Nano wont update songs!!!

    Okay, when I plug my ipod nano into the USB port and my itunes pop up, the stage where my ipod would usually update itself is replaced with a popup window that says: Songs on "iPod Nano" cannot be updated because of all the playlists selected for upd

  • How do I....  - Loading swfs for music festival - some repeat, some don't

    I apologize for the lack of actionscripting knowledge, but I'm in a rush to complete something that is beyond my skill and hope that you Flash gurus out there can help me. Here's the idea... I'm creating a sort of movie slideshow to play at a music f

  • Final Cut Express capturing 48 percent behind camera.

    When I go to capture with my HD camera it tells me that it is 48 percent behind the came and to use the camera for preview. Why is it doing this? When it finishes it makes sub clips, some of them have only 2 seconds of video while others have like 5

  • Interactivity in ABAP Query [SQ01]. Working on ABAP 4.6C version.

    Hi, I have created a Infoset[SQ02]( basically selecting data from VBAK and VBAP for Sales Order) and assigned this infoset to user group[SQ03]. Using this i have created a Query [SQ01]. In the output i have the "<b>SALES ORDER NUMBER</b>". Once the s

  • Error during template allocation (CPTK) WBS element not found

    Hello Gurus, I tried to do template allocation system is showing error WBS element xxxxxxxx does not exist object type is - PR object is - WBS system is searching for field PSPNR of table PRPS as per the object type PR which is maintained in table TB