Invoice reversal: u201CNo reversal possible. Reverse value must be resetu201D

Hi everyone. I am a junior consultant and would like to know if you can help me.
I need to reverse an invoice SAP retrieves the message u201CNo reversal possible. Reverse value must be resetu201D.
DIAGNOSIS: u201Cu2026the quantity is the same as the total quantity invoiced, but the value is not the same..u201D
In the Amount column of PO I noticed the following difference:
Goods receipt document has the value 6.112,2835;
Invoice receipt has the value 6.112,2843.
Both have the same quantity.
As I need to reverse the invoice how can I deal with it?
Regards

Alex, quantities are the same (goods receipt an invoice receipt) the only difference in amounts in foreign currency (goods receip=>6.112,2835 and invoice recept=> 6.112,2843)
In local currency there are no differences.
Edited by: Naej on Nov 10, 2010 5:52 PM

Similar Messages

  • Reversal is only possible after CO month end closing

    I am getting the error Reversal is only possible after CO month end closing while doing partial or full confirmation. I had already checked the OKP1 the period is open. Also in MMRV it is fine. Please suggest what could be the reason for this error.
    With Regards
    Tarun

    HI
    Yes u are right it is a custom message starting with Z. The message is as below:
    Msg.typ Application Area     MsgNo Name of Area of Responsibility Spec.ResAr Number   Numer.
    Order        Seq.   OpAc
    Message Text
    E       Z1                   025                                                  1        1
    Reversal is only possible after CO-month end closing !
    In detail analysis the only details are
    Reversal is only possible after CO-month end closing !
    Message no. Z1025
    Also when i do the back button the message i am getting is
    Error in determining actual costs for order. The detail analysis for the same is
    Error in determining actual costs for order 70076492
    Message no. RU085
    Diagnosis
    The actual costs could not be determined correctly due to incorrect or missing data.
    System Response
    The determination of actual costs is terminated.
    However, the confirmation itself can be saved. Error records are written for a subsequent determination of actual costs. Using these error records, the determination of actual costs can be repeated once the original causes of the errors have been removed.
    The transaction COFC for reprocessing the determination of actual costs can be found, for example, using the menu options "Logistics -> Production -> Production Control -> Confirmation -> Reprocessing -> Actual Costs."
    However, it is not possible to write error records for run schedule headers, QM orders or header confirmations. In this case, the confirmation transaction must be terminated because a subsequent determination of actual costs is not possible.
    Procedure
    You can find the exact cause of the termination of the determination of actual costs in the error log for actual cost determination.
    You can switch the error log on and off using the variable parameters.
    With Regards
    Tarun
    With Regards
    Tarun

  • Need to have a check to prevent GR reversal without doing IR reversal

    Hi,
    I need to know if there is any check in SAP which can prevent GR reversal without doing IR reversal.
    Regards
    Raghavendra

    Hello
    Goto OMBZ
    Remove the tick for 102 movement type and save.
    Then system will not allow MIGO reverasl/cancellation once invoice has been done.
    Cancellation/ reversal will be possible only after MIRO cancellation.
    Regards

  • I want to reverse or reset the reversal document

    Hi All,
    Please help me whether & how a reversal document can be reversed or resetted. There is a write off doc which was reversed, I want to reverse/reset the reversal document.
    Thanks & Warm Regards,
    Kapil Nehra

    Hi Kapil,
    When you have a reversed a document, they'd become open again right?
    If you want to set them off again, suggest you to use account maintenance using either FP06 or FPMA.
    Then they would go back to old status.
    Clear?
    Rgds
    Rajendra

  • Difference between reversing journal and Auto reversal journal in HFM

    What is the difference between Auto reversing journal and Auto reversal journal in HFM?

    Hi Dev,
    The below link might be helpful:
    http://docs.oracle.com/cd/E17236_01/epm.1112/hfm_user.pdf
    Refer to page 173
    Thank you,
    Charles Babu J

  • Difference between the reversing journal and auto reversal journal in HFM?

    Hi! all
    This is sandeep. I was posted journals but I'm not able to understand the difference between the reversing journal and auto reversal journal could you please help me to know the difference between them
    Thank you,
    SANDEEP

    Hi Sandeep,
    As per my understanding, reversing and auto revering journal entries are same:-
    1) Reversing journal entries are the entries which are made for the adjustment for the preceding periods.
    2) For Understanding Auto Reversal entries, please refer HFM user guide, you can refer page number 182
    http://docs.oracle.com/cd/E17236_01/epm.1112/hfm_user.pdf
    Regards,
    Ajay

  • DTW error 10000100 Document total value must be zero or greater than zero

    I am trying to import AR service invoices and I am getting an error.
    I am using the Document and Document line files and I have tried several different ways but still get the same error.
    On the main document file I have
    DocNum,DocType,DocDate,DocDueDate,CardCode,NumAtCard,TaxDate,Doctotal
    123              S (tried the ddocuemnt_Service)  20111130    20111130     1111      TEST        20111130       1.00
    Document lines
    ParentKey,LineNum,ItemDescription,TaxCode,FormatCode,Location,LineTotal
    123                (blank)      decription          EX            418000       1            1.00
    Now I have tried removing the total columns on 1 file, then alternating it...leaving it on both.
    What am I missing here?
    Thanks

    Hi,
    You may check this first: DTW Error when Importing A/R Quotation - document total value must be zero
    Thanks,
    Gordon

  • MDM Exception: Key mapping value must be unique. You cannot overwrite key

    "ServerException: Key mapping value must be unique. You cannot overwrite key mapping values."
    I received such exception when code tried to manipulate Key Mappings of the record.
    error was not happen on mdm 5.5 but on 7.1 it sometimes appears.
    What is probable reason of this?
    How to resolve this ?
    Code is approximate so:
                                         String[] keys = keyMapping.getKeys();
                        if (recordKeyMapping.containsKeyMapping(remoteSystem)) {
                    recordKeyMapping.replace(remoteSystem, keys);
              else {
                   recordKeyMapping.addKeyMapping(keyMapping);
              //Persist
              targetRecord.update();
    //where methods are:
         public void replace(RemoteSystem remoteSystem, String[] keys) {
              KeyMapping keyMapping = getKeyMapping(remoteSystem);
              if (keyMapping == null) throw new IllegalArgumentException("Can't update keys: key mapping for the system '" + remoteSystem + "' is not found");
              else {
                   keyMapping.setKeys(keys);
         public void addKeyMapping(KeyMapping keyMapping) {
              RemoteSystem remoteSystem = keyMapping.getRemoteSystem();
              for(int i = 0; i < keyMapping.size(); i++) {
                   addKey(remoteSystem, (String) keyMapping.get(i));
    Edited by: Vladimir Grigoryev on Oct 5, 2010 11:26 AM

    Hello -
    I am not sure on that coding part. but is it like are you trying to retrive Key Mapping from Memory accelerator. Here this information always needs to be read from Database.
    I am sure you also maintained  the required attribute for key mapping as in Property in Console should be set as "Yes" and other relevant things properly .
    Here also go through the below link for more insight from tools perspective.
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/30843106-5539-2b10-75a9-da483911b0d9
    http://help.sap.com/javadocs/mdm/sp06/com/sap/mdm/data/KeyMapping.html
    It may help
    Rgds
    Deep

  • Value must be of type integer (between -2147483648 and 2147483647)

    Hi,
    Does anyone knows how to overcome this issue?
    NW7.01.05
    My Table in the View uses as dataSource a node called "DumpReport" - This has been created using a Structure type Zwd_S_Dumpage_Data.
    The structure has some elements, and my issue is in the Quantity element. This element is defined as:
    Element Name: Quantity
    Simple Type Package: [irrelevant]
    Simple Type: Zwd_E_Dumpqty
    Built-in Type: decimal
    Length: 13
    Decimals: 3
    I have one InputField, binding to this property. When I try to submit any decimal values, I get this error:
    " Value must be of type integer (between -2147483648 and 2147483647) " - related to that Context Property (Quantity).
    Regards,
    Daniel

    For future reference,
    External Length for this dataType was 17. We made it bigger in the R/3, since we compared to a Price field and it was 18 and working.
    Somehow this fixed our issue. I'm still looking for some additional information, since the Built-in type was a Decimal (WDP side) and it was being validated as an Integer?!!?
    Daniel

  • Add AAA Client Errors,Shared Secret value must not be blank.

    hello,
    When i add the AAA client to the ACS 4.2 90 eveluation software installed on win2003 std OS with SPk 1 gives the below error when entered the shared secret value then submitting it.
    "Shared Secret value must not be blank"
    what could br the cause?
    Thks
    swami

    This could be related to the browser it sounds like the ACS might not be receiving the Shared Secret from your input.
    The ACS 4.2 does not allow a AAA to be added without a shared secret key.
    CSCsr68278 ACS 4.2 does not allow a blank TACACS+ key
    Make sure that the ACS IP Address is added into your Trusted Sites (IE). You could also try updating to the latest version of Java.

  • DTW Error when Importing A/R Quotation - document total value must be zero

    Hey all,
    I am facing the error document total value must be zero or greater than zero when trying to import the Sales Quotation in Item type.
    This is my sample source file:
    1. Document
    DocNum     DocType          DocDate     CardCode     DocCurrency     DocRate     Series
    DocNum     DocType          DocDate     CardCode     DocCur          DocRate     Series
    1     dDocument_Items     20111015     C0003     MYR          1     11
    1     dDocument_Items     20111015     C0003     MYR          1     11
    1     dDocument_Items     20111015     C0003     MYR          1     11
    1     dDocument_Items     20111015     C0003     MYR          1     11
    1     dDocument_Items     20111015     C0003     MYR          1     11
    1     dDocument_Items     20111015     C0003     MYR          1     11
    2. Document Line
    ParentKey     LineNum     ItemCode     ItemDescription     Quantity     Price
    DocNum     LineNum     ItemCode     Dscription          Quantity     Price
    1     0     A0001     from legacy Record     1     24.00
    1     1     A0002     from legacy Record     1     12.00
    1     2     A0003     from legacy Record     1     2.50
    1     3     A0004     from legacy Record     1     9.90
    1     4     A0005     from legacy Record     1     2.00
    1     5     A0006     from legacy Record     1     1.50
    Kindly look for your advises.
    Thank you.
    Regards,
    Wai Leng

    Hi Wai Leng Tan,
    Enter Data as per following details
    Document Header level
    DocNum     DocType                     DocDate         CardCode     DocCurrency     DocRate       DocTotal     Series
    DocNum     DocType                     DocDate         CardCode     DocCur             DocRate       DocTotal     Series
    248            dDocument_Items     20111221        C42000              INR                      1                100         11
    Document Line level
    ParentKey     LineNum     ItemCode          ItemDescription                     Quantity     Price
    DocNum             LineNum     ItemCode          Dscription                              Quantity     Price
    248                    0              I00007          HP Printer 95 Inkjet Cartridge     1     100
    Not Enter Document Total ZERO
    Thanks,
    Srujal Patel

  • Import Sales Orders, error: "value must be numeric in property discountper

    When i import Sales Orders, the system gives me this error: "value must be numeric in property discountpercent".
    where is the problem?

    Hello Lorenzo,
    If you carefully read the Error message, it say value must be numeric in property discountpercent
    It pertains to the discount percent column and the value you have filled in it.
    Please make sure you have only numeric values here.  Also make sure that any numeric value is not accidentally saved as charecter type ( you can notice  a green triange arrow at the left top corner of each column)
    Suda

  • A value must be entered for ---- Error

    Hi,
    I have a create page with many "required" items. After entering value for a few items, if I click on date picker to enter value for a date item, it raises "A value must be enter for " error for all "required" items that don't have any value yet.
    How to disable the form validation when we click on Date LOV/picker? Any help would be greatly appreciated.
    Thanks.

    Hi,
    some more information on the problem ....
    I have a "fireAction" defined behind the item. The "submit" associated with the event fires the validation. If I remove the event, I dont get the error.
    Is there any way to avoid it?
    Thanks

  • 2EETW169 no connect possible: "invalid values set for DIR_LIBRARY

    uapkb2dc:ss2adm 55% R3trans -d
    This is R3trans version 6.05 (release 46D - 27.03.05 - 14:30:00).
    2EETW169 no connect possible: "invalid values set for DIR_LIBRARY '/usr/sap/SS2/SYS/exe/run' or dbms_type 'ORA'"
    R3trans finished (0012).
    trans.log==>
    uapkb2dc:ss2adm 51% more trans.log
    4 ETW000 R3trans version 6.05 (release 46D - 27.03.05 - 14:30:00).
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -x
    4 ETW000 date&time   : 27.07.2007 - 13:18:37
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [developertra,00000]  Fri Jul 27 13:18:37 2007                             713  0.000713
    4 ETW000  [developertra,00000]  db_con_init called                                    88  0.000801
    4 ETW000  [developertra,00000]  create_con (con_name=R/3)                            162  0.000963
    4 ETW000  [developertra,00000]  Loading DB library '/usr/sap/SS2/SYS/exe/run/dboraslib.so' ...
    4 ETW000                                                                             227  0.001190
    4 ETW000  [dlux.c      ,00000]  *** ERROR => DlLoadLib: ld.so.1: R3trans: fatal: libclntsh.so.9.0: open failed: No such file o
    r directory -> DLENOACCESS (0,Error 0)
    4 ETW000                                                                            3140  0.004330
    4 ETW000  [dbcon.c     ,00000]  *** ERROR => Couldn't load library '/usr/sap/SS2/SYS/exe/run/dboraslib.so'
    4 ETW000                                                                             139  0.004469
    2EETW169 no connect possible: "invalid values set for DIR_LIBRARY '/usr/sap/SS2/SYS/exe/run' or dbms_type 'ORA'"
    pls some one help me out to over come this....
    Regards,
    Nani.

    Hello,
    it could be working now, but <b>that</b> setting is wrong
    ORA_NLS33 is an environment variable used by Oracle < 10g
    But you set it to point to a 10g directory that does <b>NOT</b> exist on a standard Oracle 10g installation.
    That makes me think that your oracle client 9.2.0.<x> is not properly installed.

  • The value must not be NULL

    Post Author: rene.marxis
    CA Forum: Charts and Graphs
    copied from .Net-forum *** Hello we have one strange problem on one client where we use crystal reports.We have one application written in C# in VS2005 where we use some reports to that embed graphics generated from ZedGraph.The application works very fine on all clients except one.The
    report is prety simple. There are only 3 image items on the detail
    section and we pass the image data as a byte&#91;&#93; array to the report
    inside our dataset. For every image on the report we get the following
    error:"Crysytal Report Windows Forms Viewer"-"Der Wert darf nicht NULL sein.Parametername:path1"Which means "The value must not be NULL. Parametername: path1" We get the same errormessage for every image on the report.We
    allready checked the data inside the dataset and it is filled of course
    (also the same report works with the same data on other clients).Also other reports work fine on that client. Olny the once where image-data is passed from code is not working.  Here is some additional data:OS: Windows XP ProfessionalCR-Files from: CrystalReportsRedist2005_x86.msm (27. Januar 2006)Language  C# VS2005 Setup-Type: Install-Shield 12 (CR via merge-module) Here is some democode that produces the error (sorry i don't have permission to upload the project...)            ZedGraph.ZedGraphControl zgc = new ZedGraphControl();            zgc.Size = new Size(950, 500);            CreateChart(zgc);            Bitmap bmp;            MemoryStream ms;                        bmp = zgc.GraphPane.GetImage();                        ms = new MemoryStream();                        bmp.Save(ms, ImageFormat.Bmp);                        byte&#91;&#93; myImg = ms.GetBuffer();            ms.Close();            dsImage1.DataTable1.Rows.Add(myImg);            MessageBox.Show("Len of image in DS:" + ((byte&#91;&#93;)dsImage1.DataTable1.Rows&#91;0&#93;&#91;"Img"&#93;).Length);            rpt.SetDataSource(dsImage1);    //here comes the error            crystalReportViewer1.ReportSource = rpt; The dataset consists of oly on Img tag. Any suggestions? Thanks in advance rene.

    Hi,
    CL_MAPPING_XMS_PLSRV3-ENTER_PLSRV Interface Mapping http://hsbc.com
    IM_PAYEXT_PEXR2002_To_PEXR2002_BPM The value for the input paramter
    DIRECTORYNAME must not be null
    This is your error...make sure that when the mapping IM_PAYEXT_PEXR2002_To_PEXR2002_BPM is executed the element DIRECTORYNAME is present and is always containin some value...sort of mandatory field.
    Regards,
    Abhishek.

Maybe you are looking for

  • 24" iMac Intel-Memory?

    I'm going to order a 24" iMac Intel How hard is it to put in your own memory? I will buy from non-Apple source. Second - should I get a 1 or a 2 GB for the extra slot? I do know I will be getting a 1GB with the iMac 24". - I use iM about 4 times a ye

  • Automatic creation of Maintenance Order

    Hi,      I have created the maintenance plan. I have scheduled the plan. How can the maintenance order get created automatically as it is not possible for the users to check on daily basis. Thanks in advance. Regards, Maheswaran

  • Lock Box - Cleared items (Urgent please)

    Hi all Can anyone please help me getting a report, to get the below information. 1.How many customer invoices have been cleared through Lock Box Clearing program -- I wanted to findout how many customers have been cleared automatically (How can I fin

  • Photo Quality - Shared Photo Streams

    Is there any method of changing the quality of photos within shared Photo Streams? For example, there's a massive drop from 8MP to 3.1MP for photos taken with an iPhone 4S then added to a shared Photo Stream. This makes it pretty much useless if I wa

  • Joining head- and item- records during data-staging

    Hi experts, I've got the following scenario: I get data from 2 datasources, one (myds_h) provides documents-heads and the other one provides document-items (myds_i). Unfortunately the myds_i-DataSource does not contain the head-fields (but foreign-ke