How can the field 'Volume Rebate Group (Bonus)' be updated in sales doc.

Hi
I have changed the field 'volume rebate group' (BONUS) in the material master,
Old value 99 - new value 01
But when I bill an order which was entered before the change in material master
the old value 99 is used - and consequently the rebate agreement is wrong.
I am using the old update.
I really appreciate your kind help.
Best Regards
Carina Grand

Hi Carina,
Unfortunatelly the Rebate volume group (BONUS) is stored already in VBAP table (field VBPA-BONUS) and is not availalbe on any of the screens for user modification. So you have following option:
1. update the field directly in VBAP table on DB creating custom program - this will work only if the billing doc has not been created for a sales order, otherwise you need to update the VBRP-BONUS field as well.
2. reject the sales order items with incorrect Rebate volume group field and create new items with the same material, qty and pricing conditions - requires more effort, but in line with standard. This will not work for already billed items.
Regards,
Marcin

Similar Messages

  • How does the field CCSOFTLOCK in T000 Table get Updated ?

    Hello Experts !
    I would like to know how does the field CCSOFTLOCK in Table T000 Get updated ?
    I tried all fields in SCC4 for a client but none of my change updates CCSOFTLOCK .
    The Data Element Description says   Client control: Soft Lock Required (Planned for 4.0)
    What does this Planned for 4.0 Indicate. We are in ECC5.0.System.
    Regards,
    Mithun Shetty

    Hi Mithun,
    Can you check if Note "1047952 - SCC4: Client settings with enhanced security options "is  applied to your system.
    as per it , you can put additional restrtictions for modifying SCC4 (table T000) fields ,a BadI will be checked additionally.
    15. Parameter : CCCOPYLOCK_VAL_DEFAULT
           Type      : Exporting
           Pass Value : Check
           Optional  : Space
           Associated type: TYPE
           Reference Type : CCSOFTLOCK
    Regards,

  • How can the artist view pictures in music be updated in IOS 7?  My device (Ipod Touch 5th) used to have the artist pictures but when I restored it from factory default, it only used the pictures from the album.

    Please help.  I have updated to the IOS 7 and there was a cool feature in the Music app wherein when you view an album artist, i think apple updates the picture of that artist from their gallery.  But when I decided to restore to factory defaults, it never came back and only uses the picture from the albums.

    I have the same problem.  After a full restore my iphone 5 does not display the artist photos, but it does show the correct album covers once i go into that group.  Instead i get a grey box with diagonal writing saying the band name but no picture.

  • When is select Bookmarks from the Menu Bar, at the very bottom are a bunch of bookmarks. How can I move them in groups to a folder?

    When is select Bookmarks from the Menu Bar, at the very bottom are a bunch of bookmarks. How can I move these in groups to a folder or folders?

    The easiest way to move bookmarks around is in the Bookmarks Organizer, which at some point was renamed the Library. To open it, you can choose Bookmarks > Show All Bookmarks or press Ctrl+Shift+b.
    (Please note that the sort order of the Library dialog doesn't actually carry over to the menu. To sort the menu alphabetically, it's easiest to open the Bookmarks Sidebar, right-click the words Bookmarks Menu and choose Sort by Name.)

  • How to addthe field 'external material group' in MM60 from material master

    Hi
    In MM60, I need to include the field 'external material group' from material master
    How can I do this?
    Is there any other report that gives me this information with material code?
    please help
    Regards,
    shetty

    >
    shetty123s wrote:
    > Hi
    >
    > In MM60, I need to include the field 'external material group' from material master
    >
    > How can I do this?
    >
    > Is there any other report that gives me this information with material code?
    >
    > please help
    >
    > Regards,
    > shetty
    Not possible in MM60.
    Develop a report using table MARA with field EXTWG

  • While creating a device category i'm getting an error "enter a valid division via eg01,how can the error be overcom?

    While creating a device category i'm getting an error "enter a valid division via eg01,how can the error be overcome?

    Neha,
    you can do in two ways.
    1. Enter a valid Division which you configured in the system.
    2. Remove the Division as required field. However I suggest it should have a valid division. Why can not you check with your Functional owner?
    Linganna Katigiri

  • How can I easily remove a group of photos from my iPad

    how can I easily remove a group of photos from my iPad?

    Iif the photos were synced to the iPad they can only be removed by connecting to iTunes on your computer, unselecting the photos folder that you synced to the iPad and then follow that with a sync.
    IF the photos are in the camera roll, open the camera roll album, tap the as select button in the upper right corner, tap on each photo that you want to delete in order to select them and then tap the trash can icon.

  • How can the IE brower display pictures in WCS?

    Hi all,
    Anyone know that how can the IE display pictures in WCS? Even I enable all field in Security and Advanced in the properties dialog of IE6.0 in Windows 2003, the picture still cannot display in the page of WCS. And the certificate issued by WCS I also have installed it to the Trusted Certificate Authority's local computer. Java runtime 1.5.0-6 also installed. I have noticed that the picture is associated with "do" file and "jsp" file.
    Anyone can help me? Thanks for helping me!
    Jason
    Thanks

    Hi Mark,
    The WCS is running 4.0 version and the resolution is 1024X768, but the size I don't know that. One of the picture is the "Alarm monitor" at the corner of bottom left. This Alarm Monitor is associated with a JSP file. Thanks!
    Jason
    Best Regard,

  • How can I get volume on my I6 to hear incoming calls . I went to setting , sounds, and selected a tone, but still no sound for incoming calls, texts, or other notifications.

    How can I get volume on my I6 to hear incoming calls . I went to setting , sounds, and selected a tone, but still no sound for incoming calls, texts, or other notifications.

    Hi rsample,
    Thank you for visiting Apple Support Communities.
    Your symptoms make it sound like the iPhone side switch is set to silent mode.
    iOS: Understanding sounds, ringtones, and alerts
    Set your device to silent mode
    iPhone: Toggle the Ring/Silent switch on the side of the device.
    Best Regards,
    Nubz

  • How can I know which screen-group is?

    Hi experts!!
    I don't know how can I know which screen-group is associaciate to the values...for example, how can I associate  this block to a screen-group for after do this?  IF SCREEN-GROUP1 EQ 'DAT'.
    SELECTION-SCREEN BEGIN OF BLOCK B9 WITH FRAME TITLE TEXT-017.
    SELECTION-SCREEN SKIP.
    SELECT-OPTIONS: FECHA FOR P0001-BEGDA MODIF ID DAT.
    SELECTION-SCREEN END OF BLOCK B9.
    Thanks and regards,
    Rebeca

    Hi,
    Check out this code.
    REPORT  Z94406_TEST_123                         .
    TABLES: pa0001,t549a.
    DATA: n(6) TYPE c.
    SELECTION-SCREEN BEGIN OF BLOCK za2 WITH FRAME.
    PARAMETERS:p1  RADIOBUTTON GROUP grp1 user-command a DEFAULT 'X'.
    SELECT-OPTIONS: s_prd1 FOR n NO-EXTENSION modif id G1.
    PARAMETERS:p2  RADIOBUTTON GROUP grp1.
    SELECT-OPTIONS: s_period FOR pa0001-begda NO-EXTENSION modif id G2.
    SELECTION-SCREEN END OF BLOCK za2.
    AT SELECTION-SCREEN OUTPUT.
    if p1 = 'X'.
    LOOP AT SCREEN.
        IF screen-group1 = 'G2' or screen-group1 = 'G2'.
                screen-input = '0'.
          MODIFY SCREEN.
       ENDIF.
      ENDLOOP.
    ELSE.
      IF screen-group1 = 'G2' or screen-group1 = 'G2'.
          screen-input = '1'.
          MODIFY SCREEN.
       ENDIF.
      ENDLOOP.
       ENDIF.
    Regards,
    Syed

  • Can the fields grow with the section expanding?

    Post Author: KennyG
    CA Forum: General
    Can the fields grow with the section expanding?There are several fields in one section of my report, all the fields are formatted with "Can Grow" checked and bottom border showed. In design mode, all the bottom borders stick to the bottom of the section. However, when print, the section may expand as some fields grow, but the rest fields can not expand automaticly with the section, so the bottom borders will not be at the same height as before. How can I deal with it? Is there any option about this?
    Any suggestion would be greatly appreciated

    Post Author: MikeA-ICE
    CA Forum: General
    One thought I have is to insert another section just below the one where the growing fields are and put a single line or individual lines under those fields. Move it up to the top of that new section and move the break between the existing section and the newly added one tight up against the bottom of the 'can grow' fields.
    Another possiblity lies in the fact that the "Can Grow" option has a formula attached to it. I don't know if it will work or not but maybe an If/Then formula could tell field B to grow if field A grows. I've never tried that but it may be possible. I'd think the first suggestion would be the one to try first.
    Mike

  • How does the field ABGRU-Reason for Rejection get populated in routines

    Hi All,
    How does the field ABGRU-Reason for Rejection get populated in routines(VOFM)?
    BELNR,KPOSN,etc...fields are populated through KOMK and KOMP structures, similar way what structure is used for ABGRU?
    by the time the control from VA01 comes to routine the values of VBAK and VBAP are cleared, so these structures like KOMP and KOMK are used.
    Thanks in advance.

    You need to add rejection reason field ABGRU as a new field to pricing field catalog (KOMG structure) through APPEND structure KOMPAZ. KOMG inherits new fields from KOMKAZ (for header level fields) or KOMPAZ (for item level fields) structures and it is not directly modified but through KOMKAZ and KOMPAZ structures
    Since VBAP-ABGRU can vary from item to item, add it to item pricing communication structure KOMPAZ in SE11. Once KOMPAZ is added with new ABGRU field and activated it will automatically appear in pricing field catalog (KOMG)
    Afterwards the ABGRU field will then start to appear in the field catalog where you can create condition table (V/03) including the ABGRU as a field. Once done the rest is assigning the condition table to access sequence which is in turn assigned to the relevant condition type that you want to price based on partner function (all under IMG -> SD -> Basic functions -> Pricing -> Pricing control)
    In the pricing user exit userexit_pricing_prepare_tkomp in include MV45AFZZ, you will need a few lines of coding to fetch VBAP-ABGRU for the item and pass it to tkomp-abrug field. This will then be used by system to read the new condition table that you created.
    tkomp-abgru= xvbap-abgru
    So if you populate special pricing based on ABGRU (with possibly other conditions) in the condition table then that condition record will be read for the corresponding condition type.
    You would of course need a developer to modify KOMPAZ structure and code the user exit for moving the rejection reason to tkomp
    That is in short how you can achieve this

  • Can the fields of DS be written as record entries in an infocube?

    Hi all,
    Can the fields of the datasource be copied as values into an infocube. for eg. my DS has the structure A,B,C,D.
    and i want these to be written as
    A
    B
    C
    D
    i,e each  record in the DS should now be written as 4 records in the infocube.
    is this possible?
    Regards
    Sujai

    Hi Sunil,
    I think you got me wrong. I'l explain the scenario.
    I have a Z table in R/3 that has the monthly targets for teh fiscal year specfied in columns i.e there are 12 fields, 1 or each month.
    R/3 structure is like this
    Jan_target quan 13 3
    feb_target quan 13 3
    mar_target quan 13 3
    but in my report i have a column that has field called "monthly target". the month is an input ready variable. so when the user gives the input month i have to print the target value for that particular month that is stored in the the R/3 table.
    I cannot change the infoobject to which the fields of the DS is mapped dynamically in my report, hence i thought of maintaining an infocube with a field calmonth and another KF for targets and populating these infoobjects accordingly.. like, if DS field is "jan_target" then calmonth = 012007 KF_target = ####
    if DS field is "feb_target" .. calmonth = 022007 KF_target = ####... etc.
    the R/3 table doesnt have any field for the fiscal year as well. the fisc year is calculated from the current month and year, and the targets are maintained for only 1 year in teh R/3 table.
    so for each record in the DS i must write 12 records into my cube i.e calmonth 01 to 12 and their respective targets.
    How do i do this??
    Sujai

  • How can i use capacity reservation group

    I have a set of slow moving SKU which i want to plan in a specific week every month , I know i can use PPC calendars for that but how can i use capacity reservation group in SCM 7.0 to achive this through wave heuristic
    Please advise
    Prasanna NBaware

    Hi Ambrish,
    PPDS capacity reservation functionality available from version  SCM 5.1 onwards. for your requirement you can reserve the capacity  at resource level  for product.
    To archive this requirement, you need to do
    u2022Create Planning Object Structure (POS) with the required characteristics (Product & Location mandatory)
    u2022Create a planning area assigning the planning object structure
    u2022Create Characteristics Value Combination (CVC) in the POS
    u2022Maintain Capacity Reservation Group (resource)
    u2022In Product Master > Demand Tab> assign the consumption group
    Result: .     Planned order gets created for the demand based on the allocated quantity for the particular period
    please let me know if you have any further question
    bye
    Dhaiva

  • I want to give away or sell a 6500/250 running 7.6.1. How can the hard disk be erased so that the data are gone, not recoverable? thanks, LifeisRich

    I want to give away or sell a 6500/250 running 7.6.1. How can the hard disk be erased so that the data are gone, not recoverable? thanks, LifeisRich

    I'd recommend that you check for Mac User Group(s) in Orange County.  That's where you'd likely find a diehard Mac fanatic who might want to add your 6500 to his/her collection.  Even if you got nothing for it, it would be better than e-cycling it.  I upgraded my 6500/275 with what was a "large" hard drive at the time (15 GBs), maxed the memory at 128 MBs, installed the 512K L2 cache card, a better ATI Rage Pro PCI graphics card, a USB PCI card, and an internal 56K modem.  With it running OS 9.1, it did all of the pre-OS X stuff I needed it to do.  As I previously mentioned, it's a nice-sounding MP3 player.  Internet Explorer 5.1.7 (the final release from 2001) kept it useful for surfing the web up until 2005, when it became too outdated/incompatible with many web sites.  Unfortunately, the demands of the internet and the need for a modern browser, as well as faster processing to digest it all, are what retired many older Macs from active duty.  So my (2) 6500s and (3) 6400s (same tower design) sit in storage.  There is one concern that I'll pass along: The motherboard has a 4.5-volt alkaline battery, that's a small, black plastic cube, secured in place by velcro.  If your 6500 has been disconnected from electricity for a long time, the battery will undoubtedly be dead.  Unlike the many Apple computers that used a small ½AA lithium battery (that I've never seen leak when completely dead), the 6500's battery can and usually does start leaking.  Because the motherboard sits vertically oriented on its side edge when installed, the leaking battery will drip alkaline solution down the board, corroding any components in it path.  I've seen motherboards ruined from this.  If you're going to give it away or sell it, you might want to pull the motherboard (remove the two machine screws on the rear I/O panel, next to the pull tabs).  Slide out the board and unplug the battery's small connector (has red & black wires), then lift up on the battery, while holding down the "toothed" velcro mount with something non-conductive, like a popsicle stick.  Once it's free, dispose of the battery.  If you're interested, a replacement can be purchased for about $5-$7 from battery specialty retailers - it's a Rayovac 870 or 871.  Even if you don't replace it, removing one that will eventually leak is a good idea, (hopefully) before any damage is done. 

Maybe you are looking for