Interact with Bidding engine from Contract

Hi
Through contract can we create bidding document and what status are possible.
Reg
Pooja

Hi
Yes, when we click "negotiate" button then bidding document is created there are two parts to it.
1. when my contract document is in "held" status and now when we click "negotiate" then bidding document is created and contract status is in "In negotiation".
2. once the contract is "released" status and after sometime due to some changes in business or if my contract is coming to end then if we click "negotiate" then contract status changes to " in Renewal".

Similar Messages

  • Use of SUS with bidding Engine

    Dear all,
    I want to use the BBPSC18 for request services (external labour). Then I want to use the bidding engine to create bid invitation from sourcing cockpit. From this point I have some questions
    - I read it is not necessary to use SUS for this process. In that case what are the possibilities to sent the bid invitation to the supplier and for them to react on it?
    - What are the arguments in favor / against the use of SUS?
    - Does anyone what time / cost implications there are for the use of SUS?
    We are running on SRM 5.0 / ECC 6.0
    Kind regards,
    Arie Ruitenbeek

    Hi,
    If you are using request for external labour, then a bid invitation is automatically created as follow on document. You can add service agents in SRM system.
    You can have two service prcurement business scenarios in sap srm.
    1. service procurement with loose supplier integration
    2. service procurement with closed supplier integration
    In loose integration, you procure services using supplier catalogs and dont need any SUS. check the below link
    http://help.sap.com/saphelp_srm50/helpdata/en/6e/1f311d7d73574c8db7525ffffa9746/frameset.htm
    SUS is required if you want self entry of confirmation and invoices for suppliers. This saves time and cost on the part of buying company.
    Regards,
    Sanjeev

  • Interacting with wep pages from wp8 app

    i am developing wp8 app .In my app a content from web page is streamed with htmldocument class.but i want to stream other thing from webpage.The problem is i need to click combo box and click one of the options then the content i fetch from web site is changed
    .In combo box there are cities and when i click one of them the information in web page changes.but the link doesnt change for the website the change happens in web page
    i am sure if you look web site you will understand
    here is website http://www.vaktija.ba/mobile/

    It appears you are posting in the wrong forum. This one is about the Microsoft Access database product that is part of Office.
    -Tom. Microsoft Access MVP

  • Has anyone ever figured out how to interact with PP events from LabVIEW?

    We would like to know how to interface a motor control system with a powerpoint file such that after each motor step is complete the next slide is shown and so on.
    Direct contact can be made via [email protected]
    Cheers Jim & Jon

    You can use PP or just put your graphs in a picture control, easyly passing from one step to the next. If you prefer using PP, you could use ActiveX, as is done to control Excel within LabVIEW.
    Good luck

  • Interacting with a panel from outside ..?

    I was wondering.. is there a way to use a keyListener to read the keys a user presses, even if they don't have the panel that is running selected? If anyone can help it'd be much appreciated.
    Oh, and while I'm here, I might as well ask: When I use JComponents, like JButton, or JTextfield, the don't show up on a JPanel, but the Button, and TextField do. It causes a problem for me when I wisht o use a JComboBox, especially.

    No, no - I mean.. Like, a panel (Seems to be the only thing I can get to use listeners, and such with at the moment) that say.. If you were writing in a forum, and it was running, and you typed the consecutive characters 't', 'e', and 'h', it would use the robot to backspace 3 times, and write 't' 'h' 'e'. That sort of thing. Is it possible? And as for the JComponents, I'll grab a bit of my most recent attempt..
    import java.awt.event.*;
    import java.awt.event.KeyEvent.*;
    import javax.swing.*;
    import java.awt.*;
    import java.io.*;
    * Game class; This takes care of all rules, and user interaction.
    public class Game extends JPanel implements KeyListener, MouseListener, MouseMotionListener, ActionListener {
        private JComboBox cb; // ComboBox allows user to select a song before they play the game.
        public Game() {
            songs = new String[5]; // Making the array of music selections.
            // Defining song names.
            songs[0] = "None";
            songs[1] = "1";
            songs[2] = "2";
            songs[3] = "3";
            songs[4] = "4";
            // ComboBox initiation / addition to frame.
            cb = new JComboBox(songs);
            cb.addActionListener(this);   
            add (cb);
            Start(); // Initiating the variables that can be reset.
        } // End Game constructor.
         * The Start method; Initiating / resetting of variables.
        public void Start () {
            cb.setVisible (true); // The game begins with the ComboBox visible.
        } // End Start method
         * Paint method, draws the contents of the frame.
         * @param       g       Graphics        Java necessity to draw.
        public void paint (Graphics g) {
            cb.setVisible (true); // Show the ComboBox.
    So that's basically what I did, I took out the other 2000 lines of code to just show the absolute basics of it. Now, when I click on its area, it shows the dropdown list, but the spot where it should show the currently selected item doesn't show up. There have been a few times I did see it, btu I cannot remember if i was on my home copmuter or not ..                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Using FILE to interact with the CI from an App server

    Hi All.
    We have a custom code function where a user takes a text file and uploads it into the SAP system. The file is immediately processed and a new 'outbound' file is created. Currently, we have the dirctory structure set-up on out CI/DB server. Our users access the system from one of 2 application servers.
    The issue we have is that due to the definition in FILE, when the users execute the report, it errors out. This is becasue when they execute, SAP looks to the local server - the app servers - for the directory. As stated, this directory lives on the CI. Does anyone know how to adjust the functionality of FILE so that I can point the program to execute on the CI and not the app server? Thanks!

    Hello Tim,
    We have a similar scenario like you but dont face this issue. 2  things are imüportant here:
    1. The directory residing on CI should be accessible from the other application server i.e the mount should be correct.
    2. The logical file path name in FILE should be correct. This is very important.
    Believe me we have a more complex arrangement where 5 SAP s are involved and the directory resides on only one of them
    Also FILE cannot dicate on which system the program is executed.It purely depends on the app server where the user is logged in.
    Regards.
    Ruchit.

  • Interacting with html documents from flash

    Hi,
    I'm a newbie in actionscript. I created a world map in flash. The map has regions (Europe, North America, Latin America, etc.). The regions on the map are defined as buttons.
    The final flash map will be embedded in an html document (map.html). The idea is that when you click for example the "Europe" button on the flash movie, this will open an html document called Europe.html and will show it underneath the map flash (inside map.html).
    The "Europe.html" for example contains a list of countries.
    In this mission I have 2 problems:
    1.       What script I have to attach to every region button on the flash map so it will call the right html file into the div on the map.html?
    2.       What script do I have to put inside the html document?
    Any help will be much appreciated. thank you
    Arie M.

    assign your button an instance name (in the properties panel after selecting your button) and use that name in the actions panel:
    yourbutton.addEventListener(MouseEvent.CLICK,f);
    function f(e:MouseEvent):void{
    navigateToURL(new URLRequest("map.html"),"youriframe")

  • Bidding Engine in Classic Scenario

    We are implementing SRM7 with Bidding Engine.  According to this forum it is possible now to use Direct Procurement (Plan-Driven Procurement) in both Classic and Extended Classic scenario.
    However, according to SAP, Bidding Engine can only be used in Extended Classic scenario - is this correct?  Can someone please confirm as we are looking to use a Classic Scenario with Direct Procurement and Bidding Engine.  Requirement is to have both Project procurement (requisitions from ERP) and shopping cart in SRM, going to Sourcing (RFQ/Bid), and creating the leading PO in ERP, not SRM.

    Hello Monica
    Bidding is possible both in Classic and Extended classic deployements
    As of SRM7.0, you can directcly route the PRs (projects/MRP) from ECC to create a RFx in Bidding Engine. You will need activate the relevant SOA service and a BADI to be activated.
    Following information may helps you
    ++++++++++++++++++++++++++++++++++++++++++++++
    Implementing BaDI for RFQ Request SUITE Request
    In order to use the SOA RFQRequestSUITERequest message, you have to
    implement the BaDI named BBP_EBPXML_OUT_BADI. Please create a BaDI
    implementation for the interface: REQUESTFORQUOTE with the following
    code:
    METHOD if_ex_bbp_ebpxml_out_badi~requestforquote.
    use SOA system type to get the SOA interface
    from bbp_function_map.
    cv_system_type = 'ESASAPXML1'.
    ENDMETHOD.
    +++++++++++++++++++++++++++++++++++++++++++++++++
    Thanks
    Kiran

  • VKGRP should copy from contract to sales Order

    Hi Guru's
    I have a problem related with copy control from contract ot sales order. sales group should copy from contract to sales Order while Sales order reffers to customer Master. In contract sales group comes from Customer Master, after saving the contract if i change the sales Group and create sales order with reference to contract. sales group doesn't get updated from the contract. system refers customer master only.
    Any suggestions
    thanks,

    Hi,
    I see that you can address this in following ways.
    1. copy control between Sales order - Contract - header level routine.  Here you may be able to influence the copy of the customer group details.
    2. You can use the user exit which will trigger during Contract creation ( Move field to VBAK) or you can think of using save_prepare user exit.
    Thanks & Regards,
    CLN

  • Supplier Collaboration with SRM Bidding Engine

    Hi All,
    I'm looking at the SAP BIdding Engine with regards to supplier collaboration in the bidding process, my undertsanding is that SUS can be used for a single point of access for suppliers to submit their bids. I also understand that cFolders can be used to allow true collaboration in the bidding process i.e. review of bid, submit prices etc.
    I have four questions around these scenarios
    1. For collaboration in the sourcing process which is superior cFolders integration or SUS?
    2. What is the advantages of SUS over cFolders in the sourcing process.
    3. Could you use both products?
    4. Can cFolders be used to pose questions from the supplier? i.e. a true sourcing process would usually be:
                RFI > Supplier Info response > RFQ > Supplier pricing response
    Cheers
    Chris

    1. Both has diff purposes. C-folder purpose is information exchange in terms of drgs, attachments, discussion etc.
    so kind of technical exchange
    whereas SUS forms common window for suppliers for collaberating with buyer co. for BI they can submit the price & conditions.
    So kind of commercial exchange.
    Superiority depends on the perspective
    2. SUS you can use for odercollaberation also
    i.e. for PO/SA from MM or EBP ,suppliers can
    send responce
    send ASN
    post confirmation
    post invoice
    3. Yes
    BR
    Dinesh

  • Interacting with a compiled LABView executable from another VI

    I'm using a piece of hardware that has it's driver executable written in LABView. I would like to interact with it from the inside of my own VI. There's no dedicated LABView driver and I don't have access to the source code. Communication happens over USB. The particular functionality that I need is changing one numeric control, which governs the current that's provided.
    Could someone help me with this in any way?
    If that matters, I'm using LV2013.

    Was the exe built with VI Server/ActiveX enabled? If so, all you need is a set control value method. If your company was the one that commissioned the exe, for a small cost the vendor can enable this option and rebuild it. If you did commission it, you should have required the source code in the contract.
    Other options include using something like AutoIT. You could also turn on NI-Spy/I/O Trace and capture all of the VISA commands. Even though there might not be a driver, you should have a manual that you can read. Implementing a single command should be pretty trivial.

  • Interacting with database from web

    Here's the situation. I have some dumb terminal (client) that interacts with a server, which holds a database. I want users to be able to query that database from the web and have it create a page with the results.
    Since I did not know cgi, or servlets, etc., I devised a primitive method. I was planning on having the database create html files and send it to the webserver so the users can interact with the premade html files. This is not a good idea :) since there would be thousands of files made.
    What is the best way to interact with the database? Servlets? Can you use servlets freely or do you need a commercial license? Please exuse my newbiness :)

    You don't need any commercial software to use Servlets and JSPs.
    Have a look at the Tomcat servlet engine from Jakarta:
    http://jakarta.apache.org
    I expect that if you search these forums (particularly the JDBC and JavaServer Pages forums) you'll find various examples of JSPs and Servlets that connect to a database to allow primitive querying capabilities.
    Hope this helps.

  • Automation engine is unable to playback the test because it is not able to interact with the desktop : Unsing VS2012 on Remote Desktop, Window not Minimized

    Hi
    I am running these tests using VS2012 on a remote desktop. The session is alive when I try to run it. The Window is not minimized.
    The tests run fine on my own machine. The VM has test agent and controller installed on it, but I am not using them right now to run the tests. Do you know what setting on my machine might casue this issue ?
    Stack trace:
    Test Outcome: Failed
    Test Duration: 0:00:00.6287248
    Result Message: Error calling Initialization method for test class <TestClassName> Microsoft.VisualStudio.TestTools.UITest.Extension.UITestException: Automation engine is unable to playback the test because it is not able to interact with the
    desktop.  This could happen if the computer running the test is locked or it’s remote session window is minimized.
    Result StackTrace: 
    at Microsoft.VisualStudio.TestTools.UITesting.UITestLogGenerator.ExceptionRecorder(Exception exception, Boolean rethrow)
       at Microsoft.VisualStudio.TestTools.UITesting.Playback.ThrowIfScreenLockedOrRemoteSessionMinimized()
       at Microsoft.VisualStudio.TestTools.UITesting.Playback.Initialize()
       at Microsoft.VisualStudio.TestTools.UITesting.CodedUITestExtensionExecution.BeforeTestInitialize(Object sender, BeforeTestInitializeEventArgs e)
       at Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestExecution.RaiseBeforeTestInitialize(BeforeTestInitializeEventArgs args)
       at Microsoft.VisualStudio.TestTools.TestTypes.Unit.UnitTestExecuter.RunInitializeMethod()

    Hello,
    Thank you for your post.
    “The VM has test agent and controller installed on it, but I am not using them right now to run the tests.”
    In this case, how do you run the Coded UI test on the VM? You start the Coded UI test from your own machine and then open the remote desktop session to make the test run on VM?
    If yes, I am afraid that you can’t do like that. You need to use the test controller and the agent in order to run the test on the remote desktop. Or you create the app and do coded UI test against it on the VM completely.
    If I have misunderstood anything, please feel free to let me know.
    Best regards,
    Amanda Zhu [MSFT]
    MSDN Community Support | Feedback to us
    Develop and promote your apps in Windows Store
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Error while posting a sales order created with reference from contract for

    Hi,
    I am posting a sales document( Type: WA)  created with reference from contract document(  type wk2) for delivery.  The item category in the sales order of the Item is WAN. On posting this document for delivery I am getting the error as "Item category WAN is not defined".  Please help me out how to resolve this issue.
    Thanks
    Jayant

    Hi Jayant,
    I think its value contract releated error,
    You suppose to check material item category group through T.code-MM02 into sales2 tab and maintain VCIT,
    and do item category assignment through T.code- VOV4.
    plz.maintain like that,
    WK2 -          -VCIT-         -           - WAN(contract item category),
    wk2  -          -        -VCTR-          - WAN((contract item category),
    you should also maintain same against your standard Sales Document type and for Standard Item category into VOV4,
    WA(standard docu.type) -VCIT-                             -                -TAN(your standard docu.type item category),
    WA(standard docu.type) -         -VCTR(item usage)-              -TAN(your standard docu.type item category),

  • HT4623 I bought an iPhone 5 from the Apple store with a new Sprint contract in Sept. 2012.  I would like to know if I port my number to T-mobile and pay off my Early Termination fee with Sprint, will my iPhone 5 will be unlocked to use with T-mobile netwo

    I bought an iPhone 5 from the Apple store with a new Sprint contract in Sept. 2012.  I would like to know if I port my number to T-mobile and pay off my Early Termination fee with Sprint, will my iPhone 5 will be unlocked to use with T-mobile network?

    As Ethmoid says, it is still a CDMA phone as I told you earlier, and it will not work with t-mobile. Even if Sprint unlocked the phone, it would only unlock the GSM side for international use. They will not unlock the GSM side for domestic use in the US.

Maybe you are looking for