How field VBRP-WAVWR is updated?

Hello experts,
What logic SAP uses to update the field VBRP-WAVWR? Is it copied from VPRS condition type? What if there are more than one Cost condition (category 'G') on a Pricing procedure?
Thanks for your time.

Hi,
You should put this query in SD forum.
Regards,
Gaurav

Similar Messages

  • How to see when a field in per_all_assignments_all gets updated?

    Hi Guys,
    I hope somebody could help me.
    My customer needs to receive an alert every time the field per_all_assignments_f. projected_assignment_date gets updated.
    When I update this field, these fields in per_all_assignments_f will change:
    Projected_assignment_date
    Last_update_date
    Effective_start_date
    Effective_end_date
    Object_version_number
    Query:
    select a.assignment_id
    , a.PROJECTED_ASSIGNMENT_END
    , a.last_update_date
    , a.EFFECTIVE_START_DATE
    , a.EFFECTIVE_END_DATE
    , a.OBJECT_VERSION_NUMBER
    from per_all_people_f p
    , per_all_assignments_f a
    where p.person_id = a.person_id
    and full_name like 'Potter%James%'
    Data:
    ASSIGNMENT_ID     PROJECTED_ASSIGNMENT_END     LAST_UPDATE_DATE          EFFECTIVE_START_DATE     EFFECTIVE_END_DATE     OBJECT_VERSION_NUMBER
    22990               03-Oct-2011                    26-Sep-2011 4:29:13 PM     01-Sep-2011               25-Sep-2011               5
    22990               06-Oct-2011                    27-Sep-2011 2:53:54 PM     26-Sep-2011               26-Sep-2011               6
    22990               04-Oct-2011                    21-Nov-2011 5:00:07 PM     27-Sep-2011               20-Nov-2011               7
    22990               04-Dec-2011                    21-Nov-2011 5:00:12 PM     21-Nov-2011               31-Dec-4712               10
    Last line is the latest one... but how do I see if the field “project_assignment_date” is the one that has changed?
    Thanks,
    Iana

    When you say "receive an alert", what do you mean? You could do the trigger thing, but that leaves you with making an alert from a change...depending on what you intend to it, it might be easier to register a continuous query notification on a query on that column, which would let you register a call back procedure to do something when the change happens.

  • How to change field in runtime at update query

    hi buddys
    i have to change the particular field during runtime how is it possible
    sample :
              UPDATE zmpq_qcchk_hdr
               SET (field) = i_hdr-ind1 WHERE
               zcust = i_hdr-zcust AND zns = i_hdr-zns AND
               zpgma = i_hdr-zpgma AND zdpn = i_hdr-zdpn AND
               zdu = i_hdr-zdu AND  zpart = i_hdr-zpart AND
               zsale = i_hdr-zsaleorder AND zitem = i_hdr-zitem.
    The (field) should be changed at runtime
    with luv
    pauldharma

    YOu can concatenate the field name with the whole string like this
    concatenate v_fieldname
    ' = i_hdr-ind1 WHERE
    zcust = i_hdr-zcust AND zns = i_hdr-zns AND
    zpgma = i_hdr-zpgma AND zdpn = i_hdr-zdpn AND
    zdu = i_hdr-zdu AND zpart = i_hdr-zpart AND
    zsale = i_hdr-zsaleorder AND zitem = i_hdr-zitem.'
    into v_string.
    UPDATE zmpq_qcchk_hdr
    SET (v_string).
    Regards,
    Ravi Kanth Talagana

  • How to find the last update date time and user of record field peoplecode

    how to find the last update date time record field peoplecode?
    Thank you.

    One can check the last update date time using the following query
    SELECT LASTUPDDTTM FROM PSPCMPROG WHERE OBJECTVALUE1 LIKE 'RECNAME' AND OBJECTVALUE2 LIKE 'FIELDNAME'

  • How to increase field's number when update

    What value should I set when I want to make some field increase ,
    such as "UPDATE table SET field = field + 1";

    Hi, chan15
    Please checkou this tutorial, it shows you how to increase field counter by updating the field value by adding +1 everytime you reload th page...
    :: Visits Hit Counter ::
    Herein this tutorial we will learn how to implement an auto visits hit counter. The visits hit counter uses an "After" "Custom_Trigger" to update the (hits_ht) field by adding (current field value
    +1
    ) to it, This script is very useful, specially when used to view member`s profiles, photo albums etc... by implementing this hit counter script with your database records you will get full reports about how many times profile, photo viewd by members or visitors.

  • Default value in LOV field in Create and Update page in OAF

    Hi All,
    I am unable to default LOV field in Create and Update page in OAF.
    I tried in below way :
    OAMessageLovInputBean lovBean1 = (OAMessageLovInputBean)webBean.findChildRecursive("AAA");
    But I am getting developer mode exception, so please guide me how i can set the default value for create and update page instead of using code in process request method in controller.
    Thanks

    Hi,
    1) In case of create, you can default the value either in EOImpl or in AM while initializing the row:
    //in EOImpl
    public void create(AttributeList attributeList)
    super.create(attributeList);
    setXXAttribute(<value>);
    //in AM, VO new row initialization :-
    VOImpl VO = getVO1();
    VO.setMaxFetchSize(0);
    VORowImpl row = (VORowImpl)VO.createRow();
    row.setXXAttribute(<value>);
    VO.insertRow(row);
    row.setNewRowState(Row.STATUS_INITIALIZED);
    2) In case of update, execute the VO (also set the where clause if required) in PR method of update page.
    --Sushant                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • DATE FIELD SET TO NO UPDATE IN UPDATE RULES

    DATE FIELD SET TO NO UPDATE IN UPDATE RULES :
    hi friends,
    i have a keyfigure(custom) of type date , but while creating the update rule it is automatically set to
    no update and i have no option to change it ,
    could any one suggest me how to handle this..
    thaks,
    raky.

    Hi Rakesh,
    select "source chracteristics" radio button and MAP the date field which you have in your infosource though the color will be gray after selecting the radio button but system will allow you to map that field (I mean do not care about gray color).
    Hope this will help you.
    Suneel

  • Z fields don't get updated in delivery enhancement

    Hi,
    I have a requirement to create some Z fields into VL02N and VL03N in a new custom tab.
    The tab was created, the 3 new fields are being shown (it's created a new subscreen 9000) and its corresponding fields were created in LIKP.
    However, when the Delivery is saved, the information from the new fields are not being updated in the database.
    I've implemented method IF_EX_LE_SHP_DELIVERY_PROC-SAVE_DOCUMENT_PREPARE from BAdI LE_SHP_DELIVERY_PROC to perform some data manipulation before saving.
    CT_XLIKP gets updated accordingly when we change a standard field. But the Z fields doesn't get updated on that.
    Anyway, I know I should populate the structure CT_XLIKP in order to save into LIKP, but how should I do to retrieve the data from the fields in order to do that?
    Tks.

    Yeah, I think it became a bit strange.
    I needed to create the 3 fields only for display information (even in VL02N) because we have interfaces with legacy systems that creates deliveries through remote BAPI call. So, during the bapi call (BAPI_OUTB_DELIVERY_CREATE_SLS), the EXTENSION_IN is being used and through the bapi documentation, we've to create couple of FM's to upload data to a global access area (BAPI exit) and then download it within the delivery BAdI (method SAVE_DOCUMENT_PREPARE).
    This way, I take the information from global data (which came from EXTENSION_IN) and put it direct to CT_XLIKP).
    Now the question is, I have to open the zfields for edition in VL02N, it was done, but I don't know where or how to take the field's content to put in the CT_XLIKP structure.
    If you could provide me with some example of how to use the get/set to retrieve the information from the field, would be very helpful. Thank you !
    Edited by: rvsilvax on Oct 25, 2011 8:08 PM

  • How the consumption valuse gets updated in the table MVER

    Hi,
    Can anyone explain me how the consumption value gets updated in the table?
    Would you please be able to confirm that all movement types are considered for updates in table MVER. If not, i would need the movement types that are considered as pertaining to u2018consumptionu2019.
    Thanks
    Srini

    Hi,
    Consumption both in material master view and table MVER are updated as soon as the movement is made, ie, real time data.
    To see the movements relevant to consumption, use OMJJ to review movement types or table T156. In this table, select Consumpt.postg. field not equal to blank (so blank is excluded).
    This should then show all movement types subject to consumption posting. The likely ones to see are below, with majority being G.
    (blank)     No consumption update
    G     Planned withdrawal (total consumption)
    R     Planned, if ref. to reservation, otherwise unplanned
    U     Unplanned withdrawal (unplanned consumption)
    Thanks.

  • How does VBEP table being updated?

    Hi Gurus,
    Good day. Please kindly advice how does VBEP table being updated. As we are encountering that some of the item are not available in this table but available in VBAK table.
    Thank you in advance.
    Regards,
    Rellie

    Hi,
    VBEP table contains the schedule line data for the items.
    Check and compare with VBAP. go to the sales order item table VBAP. For a particular item you will have the ordered quantity in the field KWMENG of VBAP. You can get the individual schedule lines and the partially confirmed quantities in VBEP table.
    Thanks,
    raja

  • My ipod touch will no longer download new apps after i updated via apple store.How can i get the updates deleted or correct the problem moving forward?

    My ipod touch will no longer download new apps after I updated via apple store.It freezes now when I attempt to download and blanks the app off entirely . How can I reverse the updates or correct the problem moving forward?

    Basics from the manual are restart, reset, restore.
    Try those

  • Field value not getting updated in R/3

    Hello Experts!!
    I am facing a problem while updating a field value back in R/3.
    The Syncbo is of type U01 and the field has data type char 40.
    The meRepMeta.XML file has following description
    Field name="DESCR1" type="C" length="40" decimalLength="0" signed="false" isKey="false" isIndex="false">
    <Input type="modify">false</Input>
    1) when i test the function module in R/3. The field value is gets updated.
    2) when i create a record for the sync BO from client , i can see the field value being created on the client.
    3) when i synchronize, i dont get any error or warning and get a successful message.
    S        15.07.2008 12:19:09 All updates for one TOP block were successful (seq. no.=65, TOP cntr.=0000000001)
    15.07.2008 12:19:09 Synchronizer UPLOADER completed successfully (mobile ID=0000002646, SyncBO=ZDBMSERORD)
    I am not able to locate where is the problem
    Please suggest!!
    Regards,
    Priya Ghosh

    Hi,
    please check your maping in the create handler in MEREP_SBUILDER. Perhaps the value is created on the client but not mapped to the field of the function module. Furthermore have a look into MEREP_MON and see if the data gets forwarded in there.
    At last I would dump the information received by the function module into a table without any logic. So you can see what data actually is forwarded into the funct module - if brake point i not possible.
    Hope this helps.
    Regards,
    Oliver

  • How do I use AO update in the Route signal.vi

    Hi support,
    My goal is to create a waveform (to buffer it) and output it using the analog card (PCI-6713) N times and with the frequency F. Apperanlty this is done using a (actually 2) digital counter(s) on the PCI-6602 card.
    This is done using route signal.vi using "AO update". However I have not managed to get it working. I only get error -10341. So my questions are how do I do it? More specificly how do I use AO update in the Route singal.vi Do I need to conect the cards in any perticular way (cabels or so)? Also do you have more information about how the vi route signal works (the help file does not help me much)?
    Grateful for all help.
    I'm using labview 6.0 as developpement platform, and using the PCI-6601, PCI-67
    13 and a PCI-7344 cards. Since the program is quite large I will only send a portion of it, the pulseGen is supposed to generate the waveform (loaded as a text file, also submitted) the digital output used is in case 1 (in pulseGen) the analog output is in case 3. The MissingWaveform.vi is just to ensure that a waveform is supplied to the pulseGen.vi
    Sorry about the mess.
    /Chatri

    Cabling and Interfacing between Boards: You have capability for direct simultaneous connection between 6713 and 6602 (also 6601) via the RTSI bus, but you need to get a cable to connect between the boards. You can connect between the boards using the I/O pins of their respective signal conditioning hardware. These connections are slower. There are also PFI (Programmable Function Interfaces) connections that are set within the VI's.
    All that said, it is not obvious why you want to use the RTSI. You can use the PCI-6713 to generate AO. Presumably you have some signal conditioning accessory; which ever pin of that accessory the AO appears on, you wire it over to the SC accessory for the 6601 and the appropriate pin for the counter gate or
    source you want to use.
    Suggestions: Don't try to work in the context of your big VI for now. Get the AO bit and the counting bit to work together by themselves. Then shoe-horn them into the big VI. Also, consider a call to the NI help line. They are very good. 800.433.3488 (800IEEE488)
    In case you hadn't noticed the DAQ cards and Counter/Timer cards come in different flavors and there are specific example VI's to suit. 6602 uses NI-TIO chip, but PCI-671X are DAQ-STC. Again the NI help people are good at catching this kind of stuff.
    Your question is rather large and hard to manage. Perhaps if you break it down into small chunks the advise will be more free flowing.
    mike

  • I am using FCP 7.0.3.on my Mac Pro. I bought a new mac book pro and loaded the software on to the lap top but the software is 6.0.3. How do i get the update to the lap top?

    I am using FCP 7.0.3 on my Mac Pro. I bought a new mac book pro and loaded the software on to the lap top but the software is 6.0.3. How do i get the update to the lap top?

    .. and by the way, the jump from FCP 6.0.3 to FCP 7.0 (or higher) isn't an "update"  It's a full version "upgrade" that has to be done using the install discs (or disc images).
    -DH

  • Can someone plz confirm me that how i can change or update the security questions related to my apple id? as i have been never put them since i create my apple id but now due to some security reasons its asking me again and again the answers. i am unable

    can someone plz confirm me that how i can change or update the security questions related to my apple id? as i have been never put them since i create my apple id but now due to some security reasons its asking me again and again the answers. i am unable to go through the process. thanks.

    Some Solutions for Resetting Forgotten Security Questions: Apple Support Communities

Maybe you are looking for

  • Using bind variable in dynamic where clause and concatenate with query

    Hi, In my procedure i am framing where clause dynamically with bind variable,When i am concatenate this with my sql query for REF CURSOR i got sql command not properly ended exception. Is it possible to pass values to the bind variable through the dy

  • Phototsmart 5510 ePrint server connection error

    Hi, I have a Photosmart 5510 with Windows 7.  I am trying to turn on the ePrint service, but it has to run an update before it will enable.  However, every time I try to enable it it gives me a "Server Connection Error" after trying to connect to the

  • Low 3D Mark Score. (Fixed it)

    Hi! I just ran 3D Mark 2001 SE on my system and I got aprox. 6000 3D Marks. How is this possible, when on my old PC with GeForce 4 and AMD Athlon XP 2000+ I was able to get 13 000? I have all the drivers installed and there are no conflicts in Window

  • [svn] 3870: Fixing compiler error in my sample.

    Revision: 3870 Author: [email protected] Date: 2008-10-24 08:57:35 -0700 (Fri, 24 Oct 2008) Log Message: Fixing compiler error in my sample. I accidentally copy/pasted a line. Modified Paths: flex/sdk/branches/gumbo_alpha/frameworks/projects/flex4/as

  • Goods movement tab in production order confirmation

    Hi Gurus, please suggest me with the solution for my requirement. while performing production order confirmation, some user should be restricted to see goods movements and some can. how is can me done? Thanks in advance.