The bidder should quote only once in LAC

Dear Experts,
We have a special requirement in LAC.
The bider should be able to quote only once in the LAC. Can there be any BADI to achieve this?
The exact details of the business requirement is as below:
We would like to have 2 document types of Auction. One is "Preliminary auction". Other is "Final Auction".
We need above correction in the document type viz "preliminary auction", the other document type "final auction" should work as it is in standard SAP.
Kindly suggest.
GH

My suggestion would be the same as Masa's. RFP is the right venue for your "preliminary" type of price quote. Except for the "Live" feature, other requirements, such as driving down price could be achieved. An example would be the following:
1. Define a custom field for RFx that essentially stores the latest bidder price quote
2. When a bidder responds, in BBP_DOC_SAVE_BADI for BUS2202 (response), update that custom field with the response item price
3. In BBP_DOC_CHANGE_BADI for BUS2202 (response), check the bid price against the preceding RFx's item custom field mentioned above and throw error message if the quoted price is higher.

Similar Messages

  • Popup with window.open should arise only once onclick

    i want a popup that should arise only once onclick but i am getting that popup how many times i am clicking

    That's a JavaScript problem. This forum is about Java. Java and JavaScript don't have anything in common apart from the first 4 letters of the name and a superficial similarity in syntax.
    You'll get better help in a JavaScript forum.

  • Print should come only once per document number

    Hi All,
    I have done a script for the WC Document,
    But now the client requires it to print it only once for a particular document number,
    How can we do. Is there any such coding to restrict the print only once per document.
    If anyone knows the solution please post it

    hi
    check the entry in nast table if you find more than 1 enrty that is repeated print .....
    select objky
             kschl
             erdat
             eruhr
             vstat from nast into table gt_date
             where objky eq gv_del_num. ---> document number
      if sy-subrc eq 0.
        sort gt_date by objky erdat descending .
        describe table gt_date lines lv_n.
        if lv_n gt 1.
          gv_repeat = lc_x.
        endif.

  • Label printing should be only once for a material doc number

    Hi,
    we have a tcode in which if we provide a material doc no. and number of prints..but once we print the labels,
    then again if we have to print for the same material doc no..it should not print..instead it should ask for permission to print that number again..is there any option available in scripts to do like this?

    try to maintain ztable
                     ztable fields document no , printed...
      such that to identify the docu no has been printed previously r not...
    select single printed  from ztable into printed where  docu no = p_document.
        if printed = X
          if it is printed then try to pop up a screen such thst to approve it ....
           else.
         print it strightly.....

  • I want to erase all personal information on my mac.  When i format the HD, should i only erase the macintosh HD or also erase the other options it gives me?

    I'm selling my Macbook Pro and would like all personal information to be gone FOREVER! No possible way for the buyer to be able to recover my information.  Do i only need to format the Macintosh HD or do i need to erase every option it gives then just reinstall mountain lion?

    Welcome to Apple Support Communities
    If you don't want that your data can be recoverable by its owner, you can use one of the Disk Utility's secure erase options.
    To access to that option, hold Command and R keys while your computer is starting, open Disk Utility and, after selecting Macintosh HD and going to the Erase tab, press "Security Options" and select one. This will take a few hours, but you can be sure the files won't be recoverable by the owner.
    Finally, reinstall OS X. Note that the owner won't be able to reinstall OS X because it's registered to your account, so he/she may have issues. In this case, if you upgraded OS X in the computer, you can download OS X from the App Store and create a bootable DVD or USB drive with OS X Mountain Lion with Lion Diskmaker

  • TS1389 Any way around the "Deauthorize all computers" only once in 12 months?

    Is there a way to work around the 12 month restriction on deauthorizing iTunes computers? 

    You can try contacting Apple and explain that you have been using Windows PCs that last only a few months before failing. Perhaps they will make an exception to the 12 month wait.

  • Are downloaded items viewable only once on the iPod?

    As a test, I purchased one TV video (School House Rock's "How a bill becomes a law") and successfully downloaded it onto my iPod.
    However, after viewing it only once, the item is no longer listed on my iPod.
    Are purchased items only viewable once? Do I have to purchase this again in order to see and hear it on my iPod? The item is listed in my Purchase Folder, but not on my iPod folder, or on the iPod itself.

    I can't say I've ever seen this issue before where an iTunes store item suddenly disappears from the iPod after viewing only once.
    I suppose you could purchase another item and see if the same thing happens, if they are stored in your iTunes library at least you can put them back on the iPod once again.
    Do they transfer back to the iPod again? If not, it may be that for some reason the iPod or it's software has become corrupted. This doesn't mean that the item is not on your iPod (hence iTunes refusal to let you transfer it again), just that the iPod cannot read it.
    There have been an awful lot of strange things going on over the last 12 months or so with purchased music and videos.
    Have you been through the basic troubleshooting steps of The Five Rs?
    Did you know that you can report a problem with any item you've bought?
    In iTunes click on the store tab, then "view my account". From there you can report a problem with that video.

  • Print the Check information in the AP pay check only in first page

    Hi All,
    I am using embedded BI publisher to develop RTF template. I have a requirement,
    I have to print a AP Pay check using BI publisher desktop tool.
    At present I am printing the invoice lines and then printing the check info in the last page. But our client requirement is to print the check info in the first page itself.
    I divided the page into two parts. First part is to print the invoice details and second part is to print the check info.
    In the first part I am print at max 40 lines. if at all one check doesn't have 40 lines then I will fill the empty space for the remaining lines.
    If at all the details have more than 40 lines I will break the page at 40th line and print the renaming lines in the second page.
    I want to print the check details at second part of the first page.

    As I understand, you have one header which is set to appear every alternate page. Now you have another content which you want to show only on first page. In that case any content.. say an image, which is there on the page will appear only once.. (unless it is placed in the header section of RTF). It seems you have invoice number and address which should appear only on the first page of invoice... so just keep these two items at the top of the body of the RTF (not in the header). Just make sure that it is enclosed within the for-each-group@section logic, so that whenver the new invoice number appears it moves to a new page and you will see the address and invoice number there.

  • Execute case structure only once

    Hi everybody.
    I want to execute a case structure inside a while loop only once. The case strucutre is controlled by a counter, so that every time the counter has a value multiple of N, the program records an acoustic signal and calculate the main peaks of the FFT. The problem I have at the moment is that, every time the case is executed, it records and analyze the sound several times until the counter jumps to the next value. I want the case to execute only once every time the counter has a value multiple of N. I atttach the vi.
    Thank you for your attention guys!!!
    Attachments:
    Pulsations2.vi ‏243 KB

    GERD is right.  You should use a feedback node to store the previous count value.  If the current count is Not Equal AND the remainder is Equal To Zero run your case.
    Since your counts are all integers, I would also recommend changing the representation to an integer type.  I32 would likely be the most appropriate.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Animated gif plays only once

    I am using Captivate 5.5 on a Windows machine. I inserted an animated gif into my Captivate, using insert > animation...  Then, I inserted a button. When I pressed F4 to preview the animation, it played only once. I put a check mark on the loop on the timing of the properties of the animation. Still, it played only once. It stopped when the play head stoped moving. I cannot make the animated gif play continuously. Does anybody know how to make the animated gif play continuously?
    thaks.

    You can try this:
    Stick this in the header area of your code
    <script type="text/javascript"> function showBuyLink() {
    document.getElementById("buylink").style.visibility = "visible";
    } // adjust this as needed, 1 sec = 1000
    setTimeout("showBuyLink()", 5000);
    </script>
    Stick this around your buy link code.
    <div id="buylink" style="visibility: hidden"> <!-- put all your add to cart buy links and images inside this hidden div --> <p style="text-align:center; font-size:26px;"> <a href="http://mybuylink">Add to Cart or Buy Link</a> </p> </div>
    Yopu can rename "buylink", but you have to make sure you rename all instances or it will kill the script.
    If you're not comfortable incorporating that, unfortunately, the other option would be to create a Flash animation and put a button in the last frame.
    That would be just as difficult (if not worse) as writing (or tweaking) a javascript to delay the hotspot, and even worse because it would be invisible to phone users. Additionally, people who disable javascript would never see the link if you did add the script.
    There isn't any way to do this with HTML or CSS, and you now know the flaws with the methods that will work.

  • How do I get a case to run only once

    I am using an e-series DAQ board to bring a pwm signal, then I use labview to use that signal to pick one of three cases. depending on the case picked a finite pulse stream is sent out. Currently the finite pulse vi keeps repeating because the the program stays in the case. I need a way to get labview to run the finite pulse output only once, and not run again until a new case is picked. I don't have the case in a while loop.
    Thanks For The Help

    I am still haveing problems so I will try and attach my program and see if you can help a little more that. It will probably be easier for you to look at this way. When you look at the diagram sequence 0 is the one the problem is in. In that sequence you will see a case structure and that is where the finite pulse train vi is. When case 1 is selected the finite pulse train will run again and again until I leave case 1. I need to have the program run the finite pulse train once and then wait and do nothing until the case is changed. The finite pulse train will be in all cases inside the case structure I just haven't done that yet, I am waiting until it works. The pulse train is used to move a stepper motor that is why running only once is im
    portant because the stepper motor is used to position something.
    Attachments:
    AMC_Eagle_Both_Inputs_Working_2.vi ‏266 KB

  • How to set a payload field value only once for multiple instances selected?

    The user needs to set a payload field value and then he can approve the task so the task can continue through the process, that's fine when the user selects one instance and sets the value in the task details section and then clicks the approve button, but how do we achieve the same behavior in a multiple way?, I mean the user can select multiple tasks in the workspace (in this case the details task page is not available and instead the following label appear "Multiple tasks selected") then if the user clicks the Actions drop down -> APPROVE he only gets the message "your request was processed successfully", so how can the user modify the payload field value only once for all the selected tasks so when he clicks APPROVE the value is populated in all the instances selected.
    Thanks,
    Carlos.

    In the action which displays the edit page just set the form idx value before displaying the jsp.

  • Mass activity running only once for custom parallel object

    Hi
    I have created custom parallel object EXT_UI and created mass activity for this but the report in triggered only once and not going for second interval .
    Can any one help me out in this.
    Thanks in advance.
    Chetan
    Message was edited by: CHETAN N P
    Mass activity is running fine for standard object ANLAGE but not for custom one
    Please share me steps to be followed in creating custom parallel object.
    Regards,
    Chetan

    Hi Chetan,
    I think you need to make changes in the Events which gets triggered by the mass activity.
    Can you let me know the mass transaction code for which you have customised the activity,
    Thanks,
    Amlan

  • 0crm_mktattr_attr - delta only once per day possible?

    Hi all,
    we want to use delta functionality for 0crm_mktattr_attr. The problem is, that only once a day the delta for a business partner is beeing transfered to the bw. If you have done another change on the same business partner, no delta is being generated (neither that day nor the next day - so this change is lost). If we change another business partner, a new delta is created (if the business partner was not changed before the first delta. Is there any other setting we have to do to transfer get each change?
    We're using CRM 7.01 SP07, BW 7.0. 0crm_mktattr_attr is already set to Delta-method AIE, changepointers (general) are activated and changepointers for message type RS0026 are also activated.
    Regards,
    Florian

    Hi Florian,
    Any solution for this problem?
    I also need to load data 0CRM_MKTATTR_ATTR and I´m not sure which change pointer I have to activate. For the INITIAL data load into SAP CRM, we deactivate the Change Pointer RS0027 as SAP oriented.
    If I set it back, will this Datasource be Delta enabled?
    Thanks
    Fábio

  • Call JCO.ParameterList.setActive() only once?

    In a loop construct where I am calling a JCO.Function over and over again, do I need to call setActive() on the export parameter list and the table parameter list only once to render unnecessary parameters inactive or do I have to do it on each iteration?  Please refer to the code example below:
    void processFunction(JCO.Client connection, String fxName) {
    JCO.Function fx = createFx(fxName);  // some helper method
    JCO.ParameterList epl = fx.getExportParameterList();
    JCO.ParameterList tpl = fx.getTableParameterList();
    deactivateExportParameters(epl);  // Deactive here?
    deactivateTableParameters(tpl);    // Deactive here?
    for (int i = 0; i < count; i++) {
       deactivateExportParameters(epl);  // or here?
       deactivateTableParameters(tpl);    // or here?
       setImportParameters(fx);  // helper method
       connection.execute(fx);
       processResults(fx);  // helper method
    The methods deactivateExportParameters() and deactivateTableParameters() both
    call JCO.ParameterList.setActive() to inactivate export parameters or table parameters
    based on whether they are referred to after the JCO.Function is executed.
    Thanks in advance.
    Message was edited by:
            Jim OHearn
    Message was edited by:
            Jim OHearn
    Message was edited by:
            Jim OHearn

    Hi Jim,
    the setActive method needs to be called only once. It is fired when the Function is created (either called from the Repository or created anew).
    When you want to use the function, call the setActive method before the for loop. If you had been actually creating the functions inside the loop, then you need to call the setActive method also in the loop.
    For e.g -
    JCO.Function fx;
    ParameterList tableParamList;
    for(int looper = 0; looper < 10; looper++)
              fx = createFunction("BAPI_NAME");
              tableParamList = fx.getTableParamList();
              tableParamList.setActive(false, "TABLE_NAME");
    Bye,
    Sameer

Maybe you are looking for