Purchase Req : Plain customizing or SWDD development is required??

Dear All,
A scenario has to be implemented for Purchase Requisition approval .
Certain levels of approval are required . Notifications for failure of approval are to be sent back to the originator.
Also, these have to be conveyed by mail ,as in SMTP.
The customising in terms of  Release codes, Release Strategies , Authorisation objects for user identification have been done.
Do I need to do anything else or the workflow is complete ?
As in , DO I NEED SWDD development or
SAP provides largely sufficient SPRO activity for PR approval ??
Thanks in advance.

Hi,
I got it, The Creator want just a mail not a Workitem with subject  Requisition released right.
Then this Task TS20000162 has to be removed and a 'send Mail' step has to put in that place and give your content there.
Note: This don't do in the std. workflow, copy the std. workflow and do the modification in the custom workflow.
1. Since I am on ECC 5.0 , how can I use extended notification.
2. Why use RSWUWFML2 than RSWUWFML.
  Ignore the highlighted thing, this not appropriate to your requirement, I misunderstood.
Regards,
Surjith

Similar Messages

  • Trigger CIF during custom field change on Purchase Req. and PO

    Hi,
    We added a custom date field in Purchase Req. and Purchase Order transactions (ME52N/ME22N) in ECC. When this custom field gets changed along with any other standard field, outbound CIF process happens. However, when we change this custom field only, then outbound CIF doesn't happen. I believe we need change pointers and may be custom code to trigger outbound CIF. I would appreciate any suggestions on how to achieve this functionality.
    Thanks.
    Naveen

    Hello Naveen,
    Use user exit EXIT_SAPLMEAP_001 here, the structure CIFPUORCUS must be enhanced with custom fields so that the document date can be included (IT_OUTPUT_CUS).transferred to CT_MM_DOC. You need to fill EBAN and EKPO for change transfer. Also you can have the background job for RIMODINI to transfer the changes.
    Best Regards,
    R.Brahmankar

  • Purchase req: allow a customer to view purchase req info via portal

    I would like to know what is the best way to setup a view to allow a customer to view their purchase reqs. Is their a webservice to push info to their portal page or should we setup an ivew and allow them to view PR information.
    Should I use webservices or BAPIs?
    Thanks
    Mikie

    Hi,
    we managed to solve this by implementing BADI /SAPAPO/DM_PO_CHANG2.  Problem solved.
    Best Regards,
    Sam

  • How to decativate/hide "ACTIVATE RESERVATION/PURCHASE REQ" button in order

    Dear PM guys,
    For all order types, Purchase req/Reservation should get created after release of order and config done based on that.
    But in the order creation/change screen one icon named "ACTIVATE RESERVATION/PURCHASE REQ" is there(next to put in process).If I press the button then Purchase requistion/reservations are created without release.What is way to deactivate/hide this button.As per the previous posts,I have tried SHD0 and not able to suceed.Pl help me.
    Regards
    ISWARI

    Iswari,
       Please lookup the same in SDN beofre requesting the same information. Here a copy from one of my previoys post.Hope this helps.
    Shlomo,
    The transaction code for this is SHD0.
    Transaction variants are basically one of the POWERFUL methods to personlize standard sap transactions based on business requirements, without any coding. They are basically used to assign Default values to a screen field,Hiding menu function keys and for things that cannot be done through Configuration.
    Basically the transaction will walk through a recording process and after each screen the screen fields, Function keys will be provided for you to assign a default value for a field and all the other normal field selection attributes.
    After completing the above, you can assign this variant as a standard variant for the standard transaction IW31/IW32.
    Hence in you case, on the initial screen enter the Existing transaction code IW31 and also enter a variant name for the same ex: ZIW31.Once you do that and hit enter the transaction will be called and screen will be displayed for you to enter values like order type,equipment, FL etc. Once you fill the screen and hit enter again to navigate to the header screen of the order, a popup will be shown with all the field names relevant for the initial creation screen along with the field attributes.Here is where you can set the attributes for the field(Like defaulting the order type to PM01 always, Highlighting). After you enter the attributes you can continue to move forward and personlize the remaining screens as required. Once you have personalised all the screen you can save the details and exit out.
    Once you are done with this,If you want to apply this customisation globally across the transaction,You can set this variant as a "STANDARD VARIANT" (look for the same on the menu of the transaction).Now when you call IW31, this particular variant will be called up.Obviously there can be only one "STANDARD VARIANT" for the transaction.
    However if you do not want to apply this generally across the, you can assign a custom transaction code to this varaint for ex: ZIW31 or even name it as per the business process for easier usage.
    This will have to be done by a user with developer access and it can be transported up to Production box from the Dev box.
    I hope this will help you to accomplish what you are looking for. You can find more detailed information in the follwong 46C link.I am sure the same would exists in ECC 6.0
    http://help.sap.com/saphelp_46c/helpdata/en/c8/1978b543b111d1896f0000e8322d00/frameset.htm
    Thanks
    Narasimhan
    Thanks
    Narasimhan

  • Purchase req release through workflow

    Hi all,
             i am under the process of releasing purchase req in workflow its a overall release there are two business objects for that one is bus2009 and the other is 2105 actually 2105 is for overall release but there are no attributes for that particular object if i need to add any value as expression in my mail do i need to create my own attribute or is there any other way to handle this.....
    Thanks

    The required value that is required for Release is Release Code. If you are using Standard Wflow then this is passed along with event only you have to make sure you have proper configuration in SPRO. The PR number gets passed automatically thu event. You can make use of Workflow Template WS00000038.
    Any custom stuff you can code in Attribute but in that case you have to create a subtype of standard Business object and then code in it and then delegate it. You can delegate by
    SWO1->Give Business Object Name->Settings->Delegate
    Check this link for programming related to attributes
    http://help.sap.com/saphelp_47x200/helpdata/en/8c/1923d1932b11d2a5ea0060087a79ea/frameset.htm
    <b>Reward points only if useful</b>
    Message was edited by:
            Arghadip Kar
    Message was edited by:
            Arghadip Kar

  • Automatic Purchase req to Purchase order

    Hi All,
    I need to convert purchase req to purchase order using ME59. I have maintained all the settings. what happens for the following, if there is a customized doc type for PR and to what PO doc type does the PO get created ?
    Can the PO create to customized PO doc type??

    Hi:
    For auto PO creation (Transaction ME59) for "Z" PR document type,you need to assign "Z" PR document type to standard PO document type or the PO document type you have configured.
    For auto PO creation, PO document type would be selected based on the settings configured in:
    SPRO> Materials Management> Purchasing> Purchase Order> Define document types.
    Here, Assign  standard or configured PO document type  to customized "z" PR document type by selecting the PO document type and mention your PR document type in the screen- Link Purchase Requisition Document Type.
    Hope you must have set all auto PO creation criterion in master data too.
    Hope this would helps you.
    Cheers
    Rahul
    Awards plz.if helpful.

  • User based authorization to create Purchase Orders out of Purchase Req.?

    Hello,
    I have the following requiment for my client:
    User based authorization to create Purchase Orders out of Purchase Req.?
    I am told the same can be achieved using same standard menu path in IMG/Customizing.
    Please advise with the menu path and detials, Usefull answers will be rewarded.
    Thanks

    Using OMET Function Authorization, you can restrict users to create Purchase orders without Purchase Reqn.
    Using OMET trxn code Create one Function Authorixation Called pr and in General Parameters tab Select the Field Selection and in Possible reference Objects Tab Mark the With ref to Prs check box and save.
    Next, you've got to associate via SU01 
    Click Parameters, insert a new parameter id EFB to the authorization code. 
    Type in Parameters value you want e.g. XX 
    You have to assign the control for ALL the SAP buyers via thier SAP users id.
    Logoff and login again. Then try to create a Purchase Order without a reference.
    From Next time whenever you try to create with out referring PR it will not allow you to Save PO.
    Regards,
    Ashok

  • Purchase Req Defaults

    Right now transaction ME54N defaults to the purchase requisition that I had previously made in display only.  Although I know I can simply click the display/change button, is there a way so I can default to display/change when a purchase req number is entered?
    Can I also change ME54N so that the transaction does not automatically default to the newest requisition?

    dear friend
    as far as i know you can try the "Personal settings" button - check out all tick boxes (also push F1 on them to get some more tips)
    please check out both tabs: "Basic settings" and "Devault values"
    I am not sure about layout customizing
    but
    just in case have a look here:
    spro-material managemet-purchasing-pur.requisition- define screen layout at documen level
    and the last thing:
    goto SU01 find your user and goto "Parameters" tab, try to find out something there (it possible could be).
    if you find suspicious - delete that parameter and test ME54N again (but do log off and log in !)
    good luck

  • Authorization Object For Activate Reservation/Purchase Req - IW31

    Hi,
    I want to authorize only certain users to use button  "Activate Reservation/Purchase Req" IW31 transaction. What is the Authorization Object for the above mentioned button, if any. Is there any other way that i can do this activity in customizing? I am using ECC 6.0
    We find that activating the objects below (suggests- SU24)
    M_BANF_BSA
    M_BANF_EKG
    M_BANF_EKO
    M_BANF_WRK
    allowed in IW31, that 'not-authorized-users' would not be able to create purchase requistions. therefore: no material procurement.
    But for reservations, we didn´t find  the object in  IW31.
    Thanks and regards
    Gabriel.
    Edited by: Gabriel_Fornazier on Dec 31, 2010 12:16 PM

    Olá Michely
    Segundo a SAP não existe objeto de autorização em BASIS para restringir por usuário o botão da transação IW31 que eu precisava(Ativar Reserv./Req. de Compra). Portanto segundo a SAP, poderia usar a ampliação IWO10006 para resolver isso.
    E foi o que fiz. Primeiramente criei manualmente um objeto de autorização 'Z'  dummy, para atribuir a um usuário que não quero que enxergue o botão.   'DISP' o nome do botão(dar F1 no mesmo) que desejo esconder.
    Posteriormete na EXIT desenvolvi o seguinte código para esconder o botão:
    AUTHORITY-CHECK OBJECT 'Z_VORG_ORD'
               ID 'ZBETRVORG' DUMMY.
    IF SY-SUBRC EQ 0.
      FCODE_EXC_CUST-FCODE = 'DISP'.
      APPEND FCODE_EXC_CUST.
    ENDIF.
    Portanto, todo usuario que tiver aquele objeto de autorização ''Z'' no seu perfil não vai exergar o botão Reserv./Req. de Compra.
    Essa é a melhor solução do que usar objetos de autorização de outras transações.
    Espero ter ajudado
    abraços,
    Gabriel M. Fornazier
    SAP FI Certified Professional
    Minas Gerais - Brasil

  • Third-party Order - purchase req's to SRM

    Hi
    We are using EBP 4.0
    We are creating sales orders with item cat "Third Party Item", the purchase req's are created in R/3 but we have problems when we transfer the purch req's to SRM via BBP_EXTREQ_TRANSFER.
    There is an errormessage in SMQ1   "<i>Partner not Found</i>". I have also checked SLG1 in SRM but there is no additonal info there.
    I think the problem is related to the Customer (ship to), it looks like the Businnes Partner has to be created for that customer but I don't really understand how it works.
    Any tip ?
    Thx
    Anders
    PS we can transfer normal purchase req's created by MRP to SRM without problem.

    Hi Andres,
    I think this scenario is not supported by SRM. These requisitions will have eban-estkz = 'V' and  there is a check iin the plugin routines which exclude these requisitions from going to SRM. It will be a modification to make this go through SRM and will not be supported.
    I hope this helps.
    Thanks and Regards,
    Vani

  • Problems with Purchase Req.no in relation to Third-party-case

    Hi,
    Im trying  to create a third-party-case invoice with Sales Order No. xxxxxxxx
    I'm getting  an error regarding missing Purchase req. no. (the customer's credit block had to be released).
    This concerns a product that we buy from Helsingborg as XXXX1 and we sell it in XXXX2
    one more question?
    From where the valuation price for PR (w.r.to SO) being generated is taken?
    Thnaks in advance
    Akkshaya

    Akkshya,
    Go to VKM1 Or VKM 4 and release the same..
    Ten try..
    REWARD IF U FINDS THIS AS USEFUL...
    Regds
    MM

  • Purchase req details from ECC to SNC

    hi All,
    Any standard IDOC or FM to send the Purchase req details from ECC to SNC system.
    any pointers will be highly appreciated.
    thanks

    Hi SanKumar
    The purchase requisitions can be sent to SNC using the standard report RSMIPROACT for Dynamic Replenishment Scenario.
    The Purchase requistions are sent as a part of Customer firm net requirements.
    In the screen Transfer Stocks and Requirements to SAP ICH/SNC
    Set the Tab to Dynamic Replenishment.
    Then input the Plant,MRP Area, Material and Target System.
    Select the data to be sent(only for DR)
    Duely check the Purchase Requisition.
    Then the data can be seen in webui under Demand -
    Order Forecast Monitor.--Overview/Details
    Thanks
    Vinod

  • How to Change attachment URL on a Purchase Req?

    Attachments in the EBP shopping carts are transferred to an ITS server and are linked to a back end R/3 Purchase Requisition. 
    Note that the attachments are physically stored on ITS server and the link (URL) to the attachment and Purchase Req is stored in SAP. 
    As a part of decommissioning, the server which was used for storing attachments is replaced with a new server and all the attachments are moved to new server.  
    Since the link associated to the Purchase Req and attachment is not changed, when user is trying to open the Purchase Req attachment, it is not displaying becuase all the attachments are moved to new server. 
    How to change the link (URL) in the Purchase Req so that it will point out to the new server instead of old server. 
    Due to the following reasons manually changing the URL is not advisable.
    1) 40,000 attachments link need to be changed.
    2) System is not allowing to change the URL manually because of the user differences.  All the attachment links are attached to Purchase Reqs by RFC user (since these are transferred from EBP environment). 
    Please advise what should be the feasible solution to change the URL (link) on the Purchase Req so that business can open the attachment with no issues.
    Thanks in advance

    According to SAP, since purchase order is a legal document they do not support the process of changing document number.  They suggested I do the change with debug and replace at my own risk.  In ME22N go to debug and type MEPO_TOPLINE-BEDAT.  The values for this field show up as 29991231 that should be changed to 20191231 and press F8, then save the purchase order.

  • Purchase Req and PO questions in 11i

    Hi,
    I have few questions on Purchasing module, can any one plase provide your inputs, any help is highly apporeciated. i am using 11i
    1. When we Auto create PO from a Req, The “Ship To” field does not automatically populate from the REQ. How can we Auto populate Shipt to of a REQ line shipt to PO? Is it Possible?
    2. Oracle allows Requestors to submit a REQ for a supplier that is on Hold. Can We make tohave it not allow the REQ to be submitted and provide an error message?.
    3. Oracle allows REQ’s to be submitted when missing required information such as “Ship To” and “Supplier Site” as these are not mandatory fields. How can we make these feilds mandatory under REQ screen?can we achieve through Form personalization?.
    4. Inorder to Place a supplier on Payment Hold requires checking boxes on the main supplier setup and then on each site setup. Is there any way to we can do one step actions in the main supplier setup affect all existing and subsequent sites.
    Thanks
    Edited by: 890852 on Mar 6, 2012 7:18 AM

    Thanks Sandeep for your inputs. I want to clarify further, please let me know if you could. I appreciate your help.
    1. The shipto on the PO shipment defaults from the Requisition. However, the shipto on the PO header remains blank. The buyer has to fill it in manually.
    This is correct, can we display what ever displayed under "shipto on the PO shipment" to "shipto on the PO header" , is it achieved only through Form personalization.
    4. The payment hold box on supplier screen is used to default the same box when CREATING a new supplier site. Unless you write a customization, I don't know of any way to set the box on all sites when it is checked on the supplier screen.
    If we check the "Hold all Payments" under Supplier form, it is not automatically defaulting under sites, but is it required to go manually each site and check the "Hold all Payments"?, I think once we check the "Hold all Payments" under Supplier form it would logically apply for all of its sites as well right, though we dont check under sites?
    Thanks

  • Goods recipient field not available when creating a service purchase req

    We are trying to create a release strategy for purchase requisitions with acount assignments K, F and P.  The release strategy would use the requisitioner and goods recipient fields to determine the release group.  The issue is when creating a purchase req with item category D for any account assignment, the recipient field cannot be populated.  It is greyed out.  I tried setting the field as mandatory in the IMG at the account assignment level but it doesn't prompt me for a recipient if item category D is entered.  Is there a way to allow this field to be populated?  I don't care if the value is transferred to the purchase order but I need it populated to determine the appropriate release strategy.  We are not using workflow so that is not an option.  Any suggestions would be appreciated.

    Srinivas, I appreciate the response but the requisitioner field is not the problem.  I can set that field to mandatory.  The issue is I cannot populate the recipient field that's located on the account assignment tab of the purchase req.  The recipient field can be populated if the item category field is blank but as soon as I populate the item category with D for service, the recipient field is unavailable.  Is there a way to populate this field when the item category is D?

Maybe you are looking for