SRM-EBP approved purchase orders.

Hi.
In SRM, when an user (no approver user) click in Confirm Goods, he can see in browser the purchase orders created by himself.
When approver user click in the same zone, i need that browser shows purchase orders created and in addition the purchase orders approved by himself.
Thanks in advance.
bye

Hi Manoj,
There is no standard report availalbe for the functionality
you require in standard.
The change history in the header in the PO and requisition shows
the release dates and the users
These changes are saved in table CDHDR.Field CDHDR-OBJECTID can be
used to search for the purchasing document number.
As a suggestion you could customise own report which would read the
change hisory (CDHDR and CDPOS) and finds out the date when the last
release code of the release strategy has been released. 
Instead of an update of the field EKKO-FRGDT you could use
a new database table and insert the PO number, the date of the release
of the last release code (read in the change history) there.
This would be a 'stable' entry (not subject to changes) and could be
used for your report about the days between PO release.
Kind regards,
Lorraine
Edited by: Lorraine Donnelly on Jul 27, 2011 10:22 AM

Similar Messages

  • Who is using SRM Invoice without Purchase Order?

    Hello,
    I want to implement SRM Invoice without Purchase Order as a method for our employees to enter their own non-purchase order invoices into SRM instead of having Accounts Payable enter them into R/3.  The invoices would then go through financial approval workflow before posting in R/3 and being eligible for the next appropriate cheque run.
    This will be a change to our corporate policy and I would like to connect with other companies who are allowing employees to enter their own invoices to find out whatever information or suggestions they can pass along to me.
    Few facts:
    We are running SRM 5.0 Classic with R/3 ERP 2005.
    The invoices are for $3,000 or less.
    We have Head Office plus many remote locations.
    We would still send the invoices to Accounts Payable for retention.
    Thank you,
    Corinne Taylor

    Hi Taylor,
    We can enter the Invoice with out purchase Order also. But you need Invoice management system in SRM.
    The Below document may help you and guide you further how to achieve.
    Technical Description and Configuration Information
    Purpose
    The Business Package for Invoicing Clerk provides the possibility to use the Invoice Management System in the Portal. The Invoice Management System (IMS) allows you to process incoming invoices
    (with and without purchase order) on the basis of exceptions. 
    Prerequisites
    This document is intended to guide an administrator through the steps required to install and configure the Business Package for Invoicing Clerk. Previous knowledge of SAP architecture and systems, as well as a fundamental knowledge of the Internet and associated technologies are prerequisites.
    To use the Business Package for Invoicing Clerk, the SAP SRM Server 5.5 must be installed in one of following ways in SAP ERP 2005:
    ·        SAP SRM Server as an add-on to SAP ECC Server (product instance SAP ERP 2005 – SAP ECC) to run Supplier Relationship Management (SRM) in one client of the ERP system.
    ·        SAP SRM Server as a separate component to SAP ECC Server.
    It is essential that you familiarize yourself with the contents of the corresponding Master Guide before starting to install the Business Package! All relevant system prerequisites are listed in the Master Guides.
    You can find these guides for mySAP ERP and mySAP SRM on the SAP Service Marketplace at service.sap.com/instguides ®Installation & Upgrade Guides ® mySAP Business Suite Solutions:
    ●      mySAP ERP ® mySAP ERP 2005 ® Planning
    ●      mySAP SRM ® Using SRM Server 5.5
    For more information on configuration, see SAP Solution Manager ® mySAP ERP 2005  ® Roles for the SAP NetWeaver Portal  ®Invoicing Clerk. See also, mySAP SRM configuration information in SAP Solution Manager: Configuration ® mySAP SRM 5.0 ® Basic Settings for mySAP SRM.
    See SAP Note 731386, Import of business packages with SAP NetWeaver. This note describes how to import business package EPA files into the SAP EP and how to install business package SCA files using the Software Deployment Manager.
    Integration
    The Business Package for Invoicing Clerk provides intranet/Internet access to several integrated backend systems. These include:
    ·        SAP SRM Server 5.5
    ·        SAP ECC 6.0
    ·        SAP Business Information Warehouse (BW) 7.0 (BI Content 7.2)
    Prior to beginning your installation, you should establish which components are
    required in your system landscape.
    Architecture
    The architecture of the business package is represented in the figure below:
    Landscape: Business Package for Invoicing Clerk
    Process Flow
    Roles, Worksets, Pages and iViews
    The following objects are available:
    Role Invoicing Clerk
    com.sap.pct.erp.invclerk.invoiceclerk
    Workset: Invoicing
    com.sap.pct.erp.invclerk.invoicing
    Invoice iView
    com.sap.pct.erp.invclerk.create_invoice
    Credit Memo iView
    com.sap.pct.erp.invclerk.create_creditmemo
    Subsequent Credit iView
    com.sap.pct.erp.invclerk.create_subcredit
    Subsequent Debit iView
    com.sap.pct.erp.invclerk.create_subdebit
    Invoice/Credit Memo iView
    com.sap.pct.erp.invclerk.search_invmemo
    Invoice Management iView
    com.sap.pct.erp.invclerk.bbp_inv_main
    Invoice Post Processing iView
    com.sap.pct.erp.invclerk.invpostpro
    Related services iView
    com.sap.portal.navigation.worksetmap.RelatedServices
    Document Overview iView
    com.sap.pct.erp.invclerk.doc_overview
    Document Quick Access iView
    com.sap.pct.erp.invclerk.doc_qaccess
    Excessive Invoice Document iView
    com.sap.pct.erp.invclerk.invoice_report
    Workset: Reports Overview
    com.sap.pct.erp.invclerk.reporting
    Reports Overview
    com.sap.pct.erp.invclerk.reports
    Workset: Service Map
    com.sap.pct.erp.invclerk.service_map
    Service Map iView
    com.sap.pct.erp.common.servicemap
    Thanks & Best Regards
    Girisha M S

  • Approved Purchase orders with Approvrer Name Report

    Hi,
    Is there nay standar report in SAP whihc can give me list of approved purchase orders and people who approved those POs
    Thanks
    Manoj

    Hi Manoj,
    There is no standard report availalbe for the functionality
    you require in standard.
    The change history in the header in the PO and requisition shows
    the release dates and the users
    These changes are saved in table CDHDR.Field CDHDR-OBJECTID can be
    used to search for the purchasing document number.
    As a suggestion you could customise own report which would read the
    change hisory (CDHDR and CDPOS) and finds out the date when the last
    release code of the release strategy has been released. 
    Instead of an update of the field EKKO-FRGDT you could use
    a new database table and insert the PO number, the date of the release
    of the last release code (read in the change history) there.
    This would be a 'stable' entry (not subject to changes) and could be
    used for your report about the days between PO release.
    Kind regards,
    Lorraine
    Edited by: Lorraine Donnelly on Jul 27, 2011 10:22 AM

  • Approve Purchase order - Define SAPUI5 Version

    Hi all,
    At one of our clients, we installed the approve purchase order application, but we're faced with a quirky problem.
    On the detail page, at header level, you have a tabcontainer with multiple tabs (header info, notes, attachments).
    I have a purchase order containing both notes and attachments, however, the tabs in question appear, but display "no data".
    I checked the service, and all related data is available in there. In fact, the tabs (having icons) correctly display the number of notes and attachments in the icon Badge.
    We have the same application running on multiple other systems, without any issues.
    The only difference I could find, was the version of SAPUI5 libraries.
    on the problematic system, there are 4 version (1.14, 1.16, 1.18 and 1.20)
    on the working systems, we have version 1, 1.10, 1.12 and 1.14
    Upon closer inspection, I noticed that the sap.me.tabContainer is actually deprecated as from version 1.16, and the implementation of the select-action is different from version 1.14.
    a) Can this have to do with the issue I'm facing?
    b) The mime handlers always take the latest version, is there a way to force a different version per app?
    Tags edited by: Michael Appleby

    Thanks for your input.
    unfortunately, that approach does not work in this case.
    The approval app is a standard app, so I can't change the script tags.
    On top of that: the approval app has been written in such a spaghetti entwined manner, that both local resources, as global resources, use the same base path. So if I change the bootstrap path to 1.14/resources/core... in debug mode, the local resources also attempt to follow that path, which doesn't exist, so I get a 404 on those resources.
    I thought of renaming the folders for the other versions to something like 'disabled-v1.20' just to try it out, but because it's a SAP standard folder, I can't rename it either...
    If there are any other ideas I can try, I'm happy to hear them.

  • Transaction to check who is responsible to approve purchase order.

    Hi,
    Can somebody provide a transaction where we can check who is responsible to approve purchase orders and the list of purchase orders that still needs to be approved.
    Regards,
    Vijay Bhat

    Hi
    If you have difined separate roles for approving purchase order (say PO_rel_P01 - release role for POs in purchasing group P01) and assign to users' profile, then you can check in SUIM - users- with role based authorizations - who is responsible for releasing purchase orderds in P01 p,grp. Basis person can explain you better on using SUIM. You can check users based on roles, profiles, authorization objects, transaction authorization etc using this Tcode.
    Thanks

  • S-note Failure for Fiori Approve Purchase Order application

    Is it mandatory to implement s-note 2035014 to implement Fiori - Approve Purchase Order Application . This particular snote fails repeatedly in our system.
    The system details are :
    ERP 6 EHP 6 with basis 7.31
    NWG- SP08 on embedded deployment
    .Attached is the screenshot of it:
    Regards
    Virinchy
    Tags edited by: Michael Appleby

    Hi Virinchy,
    It is program correction note for the issue described in the note 2035014.
    Regards, Masa
    SAP Customer Experience Group - CEG

  • SRM - Datasource for Purchase Order Response

    Hi All,
    Is there any standard data source exists for Purchase Order Response in SRM? 
    Since Purchase Order and Purchase Order Documents are different, we require to instal separate data source for POR Document.
    Please help in this regard.
    Thanks,
    Anil

    Found that there is no standard data source for POR Documents, which needs to be extracted with generic extractor.
    Delta will be populated by the FM 'BBP_BI_DELTA_UPDATE' in SRM, which wont support POR object type.
    Reference:
    http://help.sap.com/saphelp_nw70/helpdata/en/ba/a4daa0fe7c4b558206db120b31e555/content.htm
    Thanks,
    anil

  • Updating SRM 7.0 purchase order  from R/3 ECC 6.0

    Hi,
    we have a situation where we need to update srm po (account assignment ) after GR . we were able to update in R/3 .
    Till now SRM version is 4.0 there was no problem and purchase order is only available in R/3 . Now SRM system getting updated to 7.0 and as in SRM 7.0 purchase order is  saved in SRM system too . To avoid the inconsistency we have to update the po in SRM as well.
    Is there any way to update in srm from r/3 ecc 6?
    Thanks ,
    Rhea.

    Hi Masa,
    We use some customization during good receipt so during GR we change the account assigment details of po .
    We got a method to change the ECPO . so it is possible to change ECPO(copy of srm ) in ERP.
    What I am looking at is after changing the srm po copy in ERP I want to update in SRM too. so that both has same values (account assignment) . Not sure at this point how can be done (May thru BAPI/ RFC).
    so is it possible to change po details in SRM from R/3.
    Rhea.

  • SRM 7.0: Purchase Order Response (BUS2209) functionality, workflow

    Hello,
    We're trying to configure the purchase order response (BUS2209) functionality. We have configured the BUS2209 document types and numberranges and maintained the 'purchase order response expected' marker for certain vendors. We therefore expected to be able to post a POR via the Purchasing:PO powl however the 'create POR manually' and other 'POR actions' are greyed out. Has anybody been able to post BUS2209 documents in an SRM 7.0 system?
    Also if we look at: IMG -> SAP SRM -> SRM SERVER -> Cross-Application Basic Settings -> Business Workflow -> Define Process Levels  -
    No BUS2209 object is list, no workflow can be maintained (you can't add anything manually either). We have activated the Process Controlled Workflow for all business objects.
    Any help and input is very much appreciated.
    Kind regards,
    Tim

    Hi Tim,
    I did two things:
    1) I activated the start conditions for the three POR workflows as supplied by SAP. I still think this has nothing to do with the problem, but you never know.. The setting is located in the IMG under Workflow -> Application-controlled wfl, or similar (I don't have access to the system right now).
    2) I created a tolerance group Zxxx with tolerance key PR; I used 'limit as percentage' of 5% in both upper and lower limit.  I assigned the key Zxxx to the attribute TOG of a user (with the role /SAPSRM/OP_PURCHASER)  in PPOMA_BBP.
    This caused the options to be enabled. I then successfully created a PO response manually for a PO, which in turn caused a change version of the PO to be created. This change version had to be approved in order for the changes in the POR to be valid.
    Regards
    t7

  • EBP-SUS - Purchase Order Response (POR) with attachments

    Hi,
       I am working on EBP-SUS scenario with EBP in Extended classic scenario.
       I have couple of questions regarding Purchase Order Response in SUS with attachments. I appreciate your response to these questions.
      1. From SUS, when the Supplier responds to a PO with attachment, does the attachment get copied over to SRM PO?
      2. If so, in case of extended classic scenario, does the attachment get sent to MM?
    Thanks,
    Surendra

    Khan,
      Thanks for your reply.
      So, in case of EBP-SUS scenario, if the supplier sends attachment, the attachment gets copied over to PO when the POResponse is copied over? I tried this scenario and the attachment is appearing on PO Response record. However, does not seem to get copied over to PO when the "Copy" button was pressed. Am I missing any configuration?
    Thanks,
    Surendra

  • Edit goods receipt copied from approved purchase order?

    Hi everyone
         Is it possible to edit quantity field or add a new row to a goods receipt copied from a purchase order that has been approved ?
      if  this behavior was changed from past releases or it always was like that?
    i appreciate your help and thanx in advance
    (any link to a official document, guide, how to doc that describes this point would be great)

    hi gordon thanx for your response
    just another thing before i mark my question as answered, is there a official guide or SAP document that describes every detail of approval procedures including this question?
         once again i appreciate your kind help.
    Aley Chena

  • SRM 7.0 Purchase Order Response always in status "In process" after confirm

    Hello experts,
    this problem is similar to the thread [SRM-SUS Purchase Order Response always "In Status"; which has been not finally responded.
    My problem exists in an environment without SUS.
    When a buyer confirms a PO response (POR) without any change, the system generates a new PO response with status "In process".  This new POR has also to be confirmed or rejected but the system generates again a new PO response with status "In process".
    So we have a very nice loop for the purchaser without escape!
    We are on SRM 7.0 SP07. The other thread mentioned that SAP will create some OSS notes, but I found nothing about this problem.
    Any ideas?
    Regards
    Joe

    Hi Gurus.
    I want to share my experience with this case.
    We have the same scenario, Confirm PO, the result is PO confirmed, but we receive a response from ECC and this Confirmed PO changes its status to "In Process" / "En Tratamiento".
    The new relevant information is that we added 2 new fields to the item PO, these fields are filled ok and sent to ECC.
    In a first time these new fields were lost due to the response from ECC. To avoid this situation I implemented the BADI BBP_DOC_CHANGE_BADI for BUS2230, and method BBP_SUSPO_CHANGE to copy from the BBP_PDISC (Object BUS2230) rows the values to the new rows in the same table BBP_PDISC (Object BUS2201).
    With this change the new documents are confirmed directly and not changed to "In Process"/ "En tratamiento".
    That was my experience, now I have a question...
    In the correct business process for SAP SRM SUS  when you confirm full a PO...
    * this will be blocked or no?
    * Can be modified the confirmed items?
    * This depends of customizing?

  • Amend approved Purchase Order

    How do I amend a purchase order that is already approved. Amend quantity, payment terms, etc.,

    Hi Chaitanya,
    I had a similar problem, there is no direct solution for this is in SAP B1 and documents created through approval process cannot  be changed (atleast in the row level and other important fields that would make a difference)
    However, there is a work around
    Step 1.  Using a stored procedure the originators of PO can be restricted from posting the document or making changes to it (add or update), however they will be able to save them as drafts.
    Step 2.  Using SAP inbuilt messaging service,  the saved drafts can be sent to the respective authorizers who will check the document and add them, now the document is created.
    Step 3.  Now changes to this document can be made since it is not created through the approval procedure.
    The limitations of the above method are
    1.  Only authorizers who are not restricted by stored procedure can make changes in the document.
    2.  Since the document is not created through the approval process, it can be changed by anyone who have authorization to update the document.
    Please check if this solves your problem.
    regards,
    Murali

  • My SAP SRM Application Monitors Purchase order / local errors

    I am seeing local errors in the monitor under Purchase order. The message is incorrect status in pricing, but when i click on the message i get no further information. How can I track there errors

    Hi,
    Check your outbound queue in SMQ2 if the error is there for more details. pricing error is related with the IPC so check if your IPC destinations are working in SM59.
    Please have also a look into following threads :
    Incorrect status in pricing - SRM server 5.5
    External Requirements to SRM
    Hope this helps
    Laurent.

  • Approval purchase order with di api

    Hi Experts,
    There wanted to know which I object to use to authorize an purchase order  for DI api,
    Regards,
    Carlos
    SAP B1 2007 PL 47

    This functionality is now available in 8.82
    From the What's New 8.82 Document:
    "The DI API now supports the entire approval procedure process.
    After you add a document that meets the condition of an approval template, the approval process is triggered and the document is saved as draft. The approver then looks up and updates the approval requests via the ApprovalRequestsService object in the DI API. When the approval request is approved, you can use the SaveDraftToDocument method in the Documents, StockTransfer and Payments object to convert the draft to a document.
      To activate the feature in the DI API, use the EnableApprovalProcedureInDI property in the AdminInfo object and make sure that the DocConfirmation property of the AdminInfo object is set to Yes."

Maybe you are looking for

  • JDBC-ODBC

    Hi, I'm using JDBC-ODBC bridge to access and query my Excel file. This part of my code:      Class.forName( "sun.jdbc.odbc.JdbcOdbcDriver" );      c = java.sql.DriverManager.getConnection( "jdbc:odbc:qa-list", "", "" );      stmnt = c.createStatement

  • System password in WLServer 6.0

    Where is the system password (specified at installation) stored in weblogic server 6.0? How can it be changed after installation? Thanks Dev

  • SDO API Bug? Oracle are you listening?

    In the Javadoc for the JGeometry it states the following for the createLinearPolygon... Creates a JGeometry that is a simple linear Polygon without holes. Note that if the supplied coordinate array does not close itself, meaning the last coordinate i

  • Passing variables from JSP to XSL

    Hi; I need to pass some variables with string value in them to an xsl page to store them in a <param..> tag... ive so far been unsuccessful at that, the following are my codes.. : Does anyone know how to pass it directly into the xsl page ?... jsp pa

  • Saving images with an associated .wav file

    Occasionally I will create a voice note with an photograph - this is to identify a species or note a location. Is there some way to (automatically) tag all my images which a sound associated with them? Thanks