GR value not 0 though the GR quantity is 0 in PO history

Hi,
We have an issue with a PO in which, the finance team has wrongly created invoice. After creation of IR, GR was done. But the person who has done GR didn't know that the IR value was wrong, by the time FI team told that IR value is wrong, GR has already been done. Later we had reversed the GR, by doing which GR quantity was 0 but GR value still exists in PO history.
Please help how to make this value 0.
Thanks and Regards,
D. Krishna Bharadwaj.

Moderator message:
please do not ask for sending OSS notes. There is a particular reason that you can only get it with a registered user. Hence publishing them is copyright infringement. so do not ask others to break the rules.
Ask your basis team to grand you access, or have them or any other colleague download the note for you
Do not post your email address in public forums in general, robot programs are looking for such info and use it to distribute spam mails. It is for your own safety, if you want your email address be visible, then make the settings in your user profile.
regards
Jürgen L
Moderator

Similar Messages

  • Dashboard Prompt using values not from the table

    Hi,
    I have a requirement from the client to design a dashboard report like the following.
    Dashboard prompt will have 4 filters, three filters come from the table, but the fourth filter will have 3 values not from the table. The fourth filter will have values like "Report with Sales Amount", "Report with Purchase Amount", "Report with both Purchase and Sales". I have three different Table reports designed for each of the fourth filter choices. But how do I implement it, both in the dashboard prompt as well as navigating to the rite report based on the selection.
    Is my approach correct.
    Thanks for your time and help.

    The fourth prompt where you have "Report with Sales Amount", "Report with Purchase Amount", "Report with both Purchase and Sales" you pull a dummy column into the prompt and write a sql in show.
    would be something like
    SELECT Case when 1=0 then "Dimension- Customer"."Cust Name" else 'Report with Sales Amount' end FROM Sales UNION SELECT Case when 1=0 then "Dimension- Customer"."Cust Name" else 'Report with Purchase Amount' end FROM Sales
    and in the prompt set a presentation variable say var_criteria
    Now create report2 for with a some randomn column and another column will have the values that you want to display for example 'Report with Sales Amount'
    Create a filter on the 2nd column and reference the presentation variable var_criteria and default it to 'Report with Sales Amount'
    On the dashboard page in the section place the report and enable guided navigatoin by selecting report 2.
    Please let me know if you have any questions.
    thanks,
    deep

  • I can hear sound though my head phones but not though the speakers on my iPad how do I fix it

    I can hear sound though my head phones but not though the speakers on my iPad how do I fix it

    Or ... If you can hear music in the Music app without the headphones, you may have system sounds muted.
    If you lose sounds for keyboard clicks, games or other apps, email notifications and other notifications, system sounds may have been muted.
    System sounds can be muted and controlled two different ways. The screen lock rotation can be controlled in the same manner as well.
    Settings>General>Use Side Switch to: Mute System sounds. If this option is selected, the switch on the side of the iPad above the volume rocker will mute system sounds.
    If you choose Lock Screen Rotation, then the switch locks the screen. If the screen is locked, you will see a lock icon in the upper right corner next to the battery indicator gauge.
    If you have the side switch set to lock screen rotation then the system sound control is in the task bar. Double tap the home button and in the task bar at the bottom, swipe all the way to the right. The speaker icon is all the way to the left. Tap on it and system sounds will return.
    If you have the side switch set to mute system sounds, then the screen lock rotation can be accessed via the task bar in the same manner as described above.
    This support article from Apple explains how the side switch works.
    http://support.apple.com/kb/HT4085

  • CJI3 report not displaying values correctly in the "Total Quantity" field

    Dear Friends,
    Need your assistance on the issue explained below,
    In our project there is a scenario where the actuals posted on a WBS are split/distributed to various WBS.These actuals that are split can be CATS entries,manual posting (KB21) or postings that come to R3 from a legacy system.The split happens by means of a custom program and is not standard.There is a tab seperated text file that contains the split percentages and the sender as well as the receiver WBS elements.Off late it has been observed that after the split is done the CJI3 report does not show the split quantities correctly and hence there is difference in the values displayed in the currency field.This is not a rounding off difference and is considerable.We have done all possible analysis from our side but i am unable to find how the difference occurs.
    To add to this i have even come across certain notes which describe the issue closely but none of it has helped so far. I have simulated the scenario with the same settings in the Quality server and it seems to work fine there without any glitches. We have even compared the program in both the Quality as well as the Production servers and there is no difference in the program as well.The values for the total quantity field are stored in the table COVP and it has been observed the report is fetching this data to display in CJI3.
    I have run CJEN too but this too does not correct the report. I was just wondering if any of our colleagues can provide me with some suggestions or insight in this issue.
    Regards,
    Gokul

    Hi Praveen,
    Thanks for the response.
    Actually i did debug the program with the help of our technical guys but found nothing wrong in both the quality and the production system. We compared the program in both the systems and it seems to be same. I am exploring this issue. Will update the findings here.
    In case anyone has any suggestion please do suggest.
    Regards,
    Gokul

  • The home page does not show the awesome bar or file,edit,view,history,ect.

    The home page does not show the awesome bar or the file,edit,history,bookmarks,tools or help options anymore. how can I get these feature to come back up. All it shows now is latest headline & getting started.

    * In Firefox 3.6 versions on Windows and Firefox 4 on Windows and Linux it's possible to hide the "Menu Bar" via "View > Toolbars" or via the right-click context menu of a toolbar.
    * Press F10 or press and hold the Alt key down to bring up the "Menu Bar" temporarily.
    * Go to "View > Toolbars" or right-click the "Menu Bar" or press Alt+V T to select which toolbars to show or hide (click on an entry to toggle the state).
    See also:
    * [[Menu bar is missing]]
    * http://kb.mozillazine.org/Toolbar_customization

  • How to Control Cheque value not exceed the PO Value

    Dear All,
    My client requirement of the how to control cheque make above the PO Value. My client make the PO before MIRO puchase dept. make the Advance payment request and send to Accounts Dept., Accounts dept. make the payment against the Down payment request. After that MIRO has been done full value open item show in vendor line itme. Account people clear the payment against the invoice. They run the APP & clear all payment.  But after that Purchase dept. make the advance payment request against same PO and send to accounts dept., Accounts dept again make the payment against down payment request. This is request to how to control that.
    Thanks in Advance
    (CSB)

    hi,
    here in this case you should change the Business Process to have better control over the system.
    Make the PO then make the Down Payment Request and make the payment.
    check is there any user exit available while making the down payment request which should not be made more than the po value.

  • Compare two columns and match ALL recurring values, not just the first instance

    Hi everybody...
    I was looking for a way to compare values in two columns, identifying every duplicate value instance on a third column.
    Searching around the forums, I found a solution, albeit a partial one; I am using this formula: =IFERROR("Duplicate in row "&MATCH($A,$B,0),"") along column C, to compare values between columns A and B. When applied, the formula will render the first instance where there is a duplicate; unfortunately MATCH will only register the first instance of the duplicated values.
    For example:
    The first value on column A is 'Apple'. On column B there are three instances for the value 'Apple', the formula identifies the first of these values, but not the remaining two.
    I am not an advanced Numbers or Excel user, and the answer to this problem eludes me. I am attempting to compare columns that have no less than 1000 rows each, so you can imagine how, finding a solution to my problem would be really great.
    Thanks in advance,
    Pablo

    Unfortunately I can't see your screenshot, but supposing you have a table like this:
    Col1
    Col2
    1
    3
    Dupe
    2
    4
    Dupe
    3
    5
    Dupe
    4
    6
    5
    7
    Then here is one way to flag the duplicates.
    The formula in C2, copied down, is:
    =IF(COUNTIF($A,$B2)≥1,"Dupe","")
    Then filter on column C for 'Dupe', and copy the values in column B to wherever you need them.
    SG

  • Not getting the right quantity in select

    Hi,
    My company stores each week's transaction in one dbf table, thus, creating around 53 tables per year. I try to move the tables into one big table (bigTable) in mysql. I created a Java program to select the data from dbf (visual foxpro dbf driver) and insert into mysql using JConnect. After I finished inserting into mysql, I used Visual Foxpro and I do a:
    SELECT sum(quant) from week532000.dbf
    and obtained 52843.6, which I considered it the correct result.
    * Note that 'quant' is of type Numeric in dbf.
    However, when I do this with mysql client:
    SELECT sum(qunt) from bigTable where date_ between '2000-12-25' AND '2000-12-31'. I obtained 52977.6, which is different from the original result.
    To troubleshoot this, I created a small program just to select the 'quant' field and obtained the sum. It turned out that when I ran this program, I obtained a different sum (although I was selecting from the same table):
    Example:
    sum of quant is 52977.6
    sum of quant is 52890.1
    sum of quant is 52837.6
    double q, qt;
    try{
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    con1 = DriverManager.getConnection("jdbc:odbc:daydata", "", "");
    st = con1.createStatement();
    rs = st.executeQuery("SELECT quant from wk532000 where quant <> 0");
    while(rs.next()){
    qt = rs.getDouble("quant");
    q = q + qt;
    rs.close();
    st.close();
    con1.close();
    } catch(ClassNotFoundException e){
    e.printStackTrace();
    catch(SQLException e){
    e.printStackTrace();
    System.out.println("sum of quant is "+q);
    Why a different sum was produced each time the code was run? Any feedback is appreciated.

    what do you mean timestamp?One of the following is true.
    1. You have a field in the database that holds a timestamp (a date and a time.) That is because that is the only thing that databases allow.
    2. You have a varchar/char field that has a date in in as a string.
    If the second is the case then the problem has nothing to do with java. It is one of the following
    - Your migration is not migrating everything.
    - Your comparisons are not equivalent in terms of functionality.
    If the first then it could still be one of the above problems but it could also be because the timestamp values are not equivalent.

  • Interval of values not in the cube

    Hello,
    I'm using BW 3.5.
    I need to make a selection in a query on reason code values 7001-7099. Unfortunately when making such restrictions you are only allowed to choose values in masterdata and/or in the cube. There is no masterdata for reason code and there is no data in the cube yet. If you want a particular value, you may enter it in the field below the list and then press the right arrow button, but this doesn't work for intervals. It appears to be a bug. Anyone who has a workaround?

    Hi,
    In case if something is missing ,
    Go thorugh following step
    1. Right click on the characteristics - Restrict
    2. On the left top drop down put "Selection = Value Range"
    3. Just next to that other drop down "Select = Between"
    4. Now type down 7000 in bottom left box
    5. Click on right arrow , this will be selected as lower limit.
    6. Now type down 7999 in bottom left box
    7. Click on right arrow , this will be selected as upper limit.
    I am at Query designer version is 3500.3.555, which is older one .
    And in my system it works perfectly .
    Regards
    Kapadia

  • How to enter value not included in LOV

    When I use an LOV, I'd like to be able to key-in a value not in the LOV. Can I get there from here?

    I'm beginning to wonder if this is possible, since LOV's are built with 'display' and 'return' values and a dynamic user keyed value doesn't have a corresponding 'return' value, eh?
    So... can anyone verify for me that LOV's will ONLY accept values existing on the LOV at time of population? If so, is there another way to provide a list of potential selection values while still providing the option of a user key-in not found on the list?
    hm-m-m-m?? ;o)

  • Delivery Qty. should not Exceed the PO Qty.

    Hi All
    My requirement is that just like Sales Order, incase of STO the delivery Quantity (delivery creayed through VL04) should not exceed the Balance Quantity PO quantity (where PO Quantity less Already delivered Qty = Balance Qty). Is there any standard customisation or Exit is available for this??
    Regards
    AA

    Dear AA
    I have searched in MM forum and found this thread which is relevant to your requirement
    Forum post in ERP - Logistics Materials Management (MM): STO - How to control Over delivery ?
    STO - How to control Over delivery ?
    Hope this helps you
    SAP has a logic for not controlling the over delivery in STO  in standard (unlike sales order  to delivery we have the controls in Zero VLP or 0VLP for this) because STO happens between plants of a same company code or different company codes .The movement of stocks are between plants But in a normal sales the delivery happens to a customer who is actually a third person and hence a user can misuse the delivery quantity
    A plant and an external customer cannot be treated as same
    Hence in SAP standards over delivery is not controlled in standard settings like item category etc
    Regards
    Raja

  • MRP run: how to check the target quantity of Schedule Aggreement

    Hello Gurus,
    We have a requirement when running MRP, creating schedule lines automatically in Schedule Aggreement.
    Currently, the MRP did NOT check the target quantity of Schedule Aggreement. But we need to check this, to make sure the schedule line quantity will not exceed the target quantity.
    I check some note and the solution is use quota arrangement. but quota can be limit the maximum quantity per vendor, not per S.A.
    Is there any way to fullfill this requirement?
    Configuration?
    Or any BAID/enhancement can be implemented?
    Or where to do the modification?
    Please advise, Thanks a lot!
    Regards,
    Charlie

    Hi Charlie
    This is the standard behavior: MRP does not check the target quantity.
    If you want to develop your own code to do that, the only option that I see is MD_MODIFY_SOURCE. This BAdI allows you to define your own logic for the source determination during the MRP run.
    Take a look on the following document for the most common BAdIs on MRP:
    BAdIs for MRP
    BR
    Caetano

  • When I load sites such as ESPN it loads the headlines and news from weeks ago. I've cleared my cache, history, cookies, and it did not fix the issue.

    When I visit sites such as ESPN where the news and headlines change daily or even hourly for some reason my browser loads the site from a few days ago. I try to refresh the page but that does not fix the problem. I have cleared all history, cache, etc... that did not work. I added a ? to the end of the URL and that loaded a different page but still not the current new head lines. It's almost like it is stuck with the info from a previous visit.

    Hi Elkhorn,
    Please try this:
    # Open the url about:permissions
    # search for the site in the filter
    # click "Forget this site"
    # Restart Firefox
    # Open the site and see if the headlines change :-)

  • Safari opens tabs that or not in the bookmark list

    Hi,
    Safari opens tabs that or not in the bookmark list. Emptied cache, deleted history and cleared all bookmarks. The tabs (about 30) open up gain when I restart.
    Andreas

    Try troubleshooting the Safari .plist file.
    Open a Finder window. Select your Home Folder in the Sidebar on the left. It has a small house icon. Then open the Library folder then the Preferences folder.
    Move the com.apple.Safari.plist file from the Preferences folder to the Desktop.
    Try Safari.

  • In a purchase order for 3 GR's Quantity does not equal the value

    Hi,
    I have found the difference in one purchase order, there have been 3 GRs where the Qty does not equal the Value.  How has this happened?
    Any guesses why the difference has come.
    Thanks&regards,
    Veena

    Hi Vishal,
    In po history for agt 3 Gr's  Quantity does not equal the values. I hope the difference is Movement types. But exactly where to check this movements i am not getting.
    Can you tell me this which T.code.
    Tx,

Maybe you are looking for

  • Attachments don't open in PDF review

    Hello, I cannot open any of the attachments in my  PDF shared review (I use Acrobat X). All our reviews are stored on a sharepoint site, btw. I see all the attachment icons (paperclips/push pins) but when I double click on them (or right click, 'open

  • I cannot hear the music

    Hi! This is my first time ever using iTunes and everything. I spent the whole afternoon copying and pasting music from my various other devices and then I tried to add some CDs to my brand new iPod nano 7th gen. After finally figuring out the possibi

  • Photoshop cs 6 failed to install

    when i try to install cs6 i get the error: "installer failed to initialize. this could be due to a missing file." trying to install it on windows 7. it went all the way thru the first time but it froze up and i had to shut it down from the processes

  • SAP Crystal Dashboard Design

    Can this software be installed and worked from the client station rather than the server?

  • Lost my stock quote I'm notification centre when I upgraded to ios7

    Now I can't find it in the settings. I have the weather, the calendar and stuff which loaded automatically but no stock quotes. I have an app but it doesn't come up in the settings.