Reversing a document with MR8M diff value in GR/IR

When reversing a document with MR8M, differrent amount is posted to GR/IR account and PPV account
Actual Transaction
Vendor 123 = 100
GR/IR account = -80
PPV account = -20
After Reversal:
Vendor 123 = -100
GR/IR account = 78
PPV account = 22
Please let me know what could be the reason?
Edited by: Rickyy on Apr 27, 2011 9:33 PM

This sap note explains exactly my problem, but now how do I clear GR/IR account?
                     GRIR Account       PPV account
CreditMemo     39,319.31        17,834.96
MR8M             57,294.48     
So I cannot clear GRIR account because of the amount difference :-S
Thanks

Similar Messages

  • Posting document with profit segment values (FB01)

    Hi Experts,
    I have a req. to post a document with profit segment parameters in FB01. Please help me if any BAPI or FM exists for the same.
    I have searched for profit segment parameters in bapi_acc_document_post, but i didnt find any fields to pass
    BL , sales office,  curr, customer status and service fields in BAPI.
    Thanks and regards,
    Ravi

    You can use the strcuture EXTENSION1 of BAPI_ACC_DOCUMENT_POST alongwith the implementation of BTE "RWBAPI01". See the Wiki post [Business Transaction Event - RWBAPI01 - For Accounting Document Interface|http://wiki.sdn.sap.com/wiki/display/ABAP/BusinessTransactionEvent-RWBAPI01-ForAccountingDocument+Interface] for reference.

  • Adobe document with the entered values

    Hi all,
    I have created an interactive form in sfp transaction and called successfully in my se38 program.
    but when i see the printpreview of the pdf document it says the message " you cannot save this pdf with the filled data"..
    Should i apply any SAP note regarding this? how to make the pdf to save with the filled data.
    Rgrds.

    Hi Deepa,
    if you want to set data of your program into a pdf form, you need to do the following things:
    first of all you need a dictionary based interface with inputparameters.
    for example:
    parametername: bp_detail
    type: type
    typedescription: but000
    save and activate your interface.
    now you have to create a form which is using your interface. Put some fields with databinding on your form, save and activate.
    if you have done this, you have to declare in your se38 program the input parameters of the interface.
    data bp_detail type but000.
    now you can define how the form will be filled... for example
    parameters p_input(10) type c default ' '.
    select single * from but000 into bp_detail where partner = p_input.
    check sy-subrc = 0.
    at least you also have to set the inputparameters of the interface as exportparameter of the generated function module
    call function fm_name
        EXPORTING
          /1bcdwb/docparams        = fp_docparams
          bp_detail                        = bp_detail
        EXCEPTIONS
          usage_error              = 1
          system_error            = 2
          internal_error            = 3
          others                      = 4.
    The result of this example will be, that the user fill in a businesspartnernumber and then a pdf will be created with the data of the businesspartner.
    If you want that the user fill in the data into a pdf file and then some other fields should be filled with data automatically, you need webdynpro and a XML-based interface.
    I hope this helped
    regards,
    Matthias

  • Update header document with selected currency value in JSP

    Hi all,
    I have custom dropdown box for currency in checkout JSP page. 
    If I change currency selection in dropdown, how can I capture this value and update currency in header.
    Venkat

    Hello Venkat
    I am not sure if I got your actual query here.
    Where exactly have you placed your custom Drop-down field as of now?
    I guess, if you have a custom Drop-down field, you will also have its action-handlers.  Why cant you use the action handler for value selection or value change, and then pass the new currency value selected and trigger another update on the Order?
    Hope this helps.
    Regards, Vishal

  • Cannot reverse document with future posting date

    Hi,
    When I tried to reverse a document with future posting date, system gives error F5362 Posting date must not be smaller than XX.XX.XXXX (x = future posting date).
    Is it possible to do this in SAP?

    Hello,
    You need to use reversal reason configured accordingly.
    Configure the reversal reason for your purpose:
    IMG => Financial Accounting => Business Transactions => Adjustment Posting / Reversal / Define Reasons for Reversal
    Make SURE that you have ticked Alt.Pos.dt (Alternative Posting Date) check box.
    Save it.
    Now use this reversal reason for your posting and give a fugure date.
    Make sure that the future posting period is opened but NOT closed.
    Please also read F1 on alternative posting date check box:
    Indicator: Alternative posting date allowed
    Indicator as to whether you are allowed to specify an alternative posting date for the relevant reversal reason.
    Use
    When you use the reversal reason, the system checks that reversal is not carried out using an alternative posting date and therefore possibly in a later posting period or in a later fiscal year.
    Examples
    If you want to use negative postings during reversal but only if the reversal is posted in the same period, you can define two reversal reasons:
    1st reason: No alternative date allowed, generate negative posting
    2nd reason: Alternative date allowed, do not generate negative posting
    Regards,
    Ravi

  • Reversal Of Document.

    Hi,
    User has posted one KZ document with number A
    After that i have reversed that document with doc no B
    Now user came to know that he was wrongly reversed this document, so he wants to reverse the document B.
    When he is trying to reverse document B with Tcode FB08 system is showing error document already reversed
    Again if he is trying to reset the cleared items with Tcode FBRA also system is throwing error like below
    Resetting this reverse document is not possible
    Message no. F5579
    *Diagnosis
    The system required a reverse document to be created after resetting a clearing procedure as otherwise documents would have been generated in the system which could not have been processed correctly. The following cases require the clearing document to be reversed:*
    Exchange rate differences were posted.
    Earlier even i have reversed so many reversal documents by FBRA and FB08.
    Could any one give valuable info on this.
    Thanks,
    Srinu

    Hi Naveeen,
    I agree with you, this is also a way to fix this issue.
    But my main concern is earlier i am bale to reverse reversed documents with Tcode FBRA, it will ask with a dialog window with you want to reset the cleared items or want to reset and reverse the document.
    There i used to select reset and reversal option to reverse the issue.
    Then why iam not able to do the same.
    I didnt understand why this is happening?
    Thanks,
    Srinu

  • Error with Function Module for Automatically Reversing FI Documents

    We are trying to use BAPIACREV to automatically reverse a document as part of workflow but get an error with 2 of the import parameters stating they were never transferred:
    1) OBJ_KEY_R
    2) OBJ_SYS
    Does anyone know how to resolve this?

    Hi,
    OBJ_KEY : Reference Key
    This key value must be created while posting the document and this key must be maintained in any of SAP tables
    for example : If the it is Accounting document then all detail found in BKPF and BSEG table, you can find OBJ_KEY in BKPF-AWKEY field.
    OBJ_SYS : Logical system of source document
    Logical system may be maintained in some table.
    for example : If the it is Accounting document then all detail found in BKPF and BSEG table, you can find OBJ_SYS in BKPF-AWSYS field.
    or you can use following FM to get logical system
    CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET'
    IMPORTING
    OWN_LOGICAL_SYSTEM = L_V_OWN_LOGICAL_SYSTEM
    EXCEPTIONS
    OWN_LOGICAL_SYSTEM_NOT_DEFINED = 1
    OTHERS = 2

  • How to reverse a FI document with line item that is cleared

    Dear All,
    I have similar problem like the previous post here:
    https://forums.sdn.sap.com/click.jspa?searchID=6017563&messageID=3142217
    the difference is, the document was posted several months before.
    In March, there is 2 vendor document with 3 item, say 100001 and 100002.
    the document 100001 is false and changed with 100002 but 100001 is not reversed.
    In April, item 3 of document 100001 is cleared with document 200001.
    this is wrong because the cleared item should be in document 100002.
    this problem is known in October.
    How do we fix this problem?
    Thank you All.
    Regards,
    Fatah.

    Hi,
    Use <b>Tr. Code: FBRA</b>  give document number if you want reset then click on reset or if you want reverse the click reverse.
    this solution is sufficient for you problem.

  • Reversing Landed Cost document with more than one vendor

    Hi Experts,
    Reversing Landed Cost document with more than one vendor:
    My client can reverse a landed cost document with One Vendor, but cannot with multiple vendors. I have also tested this in 8.8 PL10. Here is a brief description:
    Created Landed cost by selecting 2 vendors in the Vendor field.
    After you picked one vendor, you go to the vendor code/name again then choose another vendor you
    need, once you picked, the system will ask you whether you want to delete the previous data, then
    you say no, after then you will see the vendor name became "different vendors" and code be "********"
    (on the vendor tab: you will see two vendors)
    To Reverse Landed Cost we do the following with Landed Cost documents that only have one vendor:
    I can copy from the Landed Cost document (on the right-bottom corner) while creating new one with
    zero amount to reverse, which is ok; but for multiple vendors, the list of vendors onlyshows one of
    the vendors for Good Receipts & Landed Cost.
    Cannot copy from a Landed Cost document wioth more than one vendor to reverse this Landed Cost.
    To be albe to copy from a previously created Landed Cost document (with multiple vendors) as you
    can with one vendor to reverse the transaction.
    Can this functionality be added to future versions?

    Take a look at business area and groupings in they payment program settings...
    I am not sure what version you are on but the following link for 4.7 should provide some valuable information...
    http://help.sap.com/saphelp_47x200/helpdata/en/01/a9be64455711d182b40000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/01/a9be64455711d182b40000e829fbfe/frameset.htm
    Grouping Open Items and Individual Payments
    Wherever possible, the payment program will always group items together for payment.
    The payment program can only group together open items for payment if the open items in an account have the same:
    1. Currency
    2. Payment method in the item
    3. Bank in the item
    4. Contents of the grouping fields (if a grouping key is specified in the customer or vendor master record)
    You can also pay open items from different company codes together, as well as customer and vendor line items.
    Items in an account are not grouped together if you:
    1. Make payments separately per business area. This procedure entails separate payments being created per business area.
    2. Want to make individual payments
    Items in which a payment method is specified are not grouped with items in which no payment method is specified.
    You define the required grouping key in the IMG for Financial Accounting under Accounts Receivable and Accounts Payable -> Business Transactions -> Outgoing Payments -> Automatic Outgoing Payments -> Payment Method/Bank Selection for Payment Program -> Define Payment Groupings.
    In our system, if the business area is the same, there will be one ZP document with one line with a posting key of 25. Otherwise there will be many individual 25 posting key lines with.

  • ERS generated document with zero value for SES

    Hi,
    I have maintained service entry sheet.
    Accounting entry is generated.
    When I run T code MRRL, it has generated document with zero value.
    This is not a free goods PO.
    Why this is happening?
    Please guide on this issue.
    Regards,
    Piyush

    Hi,
    Creating an ERS zero document is an expected system behavior ,you           
    could create an ERS zero document by doing the following wrong           
    procedure:                                                                               
    1. Create PO with ERS falg ON.                                           
    2. Perform GR for PO.                                                    
    3. Create the invoice by MIRO.(Not MRRL).                                
    4. Run MRRL (LIV-ERS).                                                                               
    For every purchase order with flag 'ERS' a table entry is generated.     
    If a goods receipt is posted, this GR should be invoiced via ERS         
    (Tr. MRRL). Manually posted invoices should be avoided, because          
    the table entry will not be deleted. A new invoice receipt must be       
    created while running ERS (but with amount and quantity zero and without 
    FI documents) in order to give a message to the vendor because he        
    has sent you an invoice by mistake.                                      
    Could you please check also the note:1069215
    Best regards
    Erika

  • How to upload a document with values related to document properties in to document set at same time using Javascript object model

    Hi,
          Problem Description: Need to upload a document with values related to document properties using custom form in to document set using JavaScript Object Model.
        Kindly let me know any solutions.
    Thanks
    Razvi444

    The following code shows how to use REST/Ajax to upload a document to a document set.
    function uploadToDocumentSet(filename, content) {
    appweburl = decodeURIComponent(getQueryStringParameter('SPAppWebUrl'));
    hostweburl = decodeURIComponent(getQueryStringParameter('SPHostUrl'));
    var restSource = appweburl +
    "/_api/SP.AppContextSite(@target)/web/GetFolderByServerRelativeUrl('/restdocuments/testds')/files/add(url='" + filename + "',overwrite=true)?@target='" + hostweburl + "'";
    var dfd = $.Deferred();
    $.ajax(
    'url': restSource,
    'method': 'POST',
    'data': content,
    processData: false,
    timeout:1000000,
    'headers': {
    'accept': 'application/json;odata=verbose',
    'X-RequestDigest': $('#__REQUESTDIGEST').val(),
    "content-length": content.byteLength
    'success': function (data) {
    var d = data;
    dfd.resolve(d);
    'error': function (err,textStatus,errorThrown) {
    dfd.reject(err);
    return dfd;
    Then when this code returns you can use the following to update the metadata of the new document.
    function updateMetadataNoVersion(fileUrl) {
    appweburl = decodeURIComponent(getQueryStringParameter('SPAppWebUrl'));
    hostweburl = decodeURIComponent(getQueryStringParameter('SPHostUrl'));
    var restSource = appweburl +
    "/_api/SP.AppContextSite(@target)/web/GetFolderByServerRelativeUrl('/restdocuments/testds')/files/getbyurl(url='" + fileUrl + "')/listitemallfields/validateupdatelistitem?@target='" + hostweburl + "'";
    var dfd = $.Deferred();
    $.ajax(
    'url': restSource,
    'method': 'POST',
    'data': JSON.stringify({
    'formValues': [
    '__metadata': { 'type': 'SP.ListItemFormUpdateValue' },
    'FieldName': 'Title',
    'FieldValue': 'My Title2'
    'bNewDocumentUpdate': true,
    'checkInComment': ''
    'headers': {
    'accept': 'application/json;odata=verbose',
    'content-type': 'application/json;odata=verbose',
    'X-RequestDigest': $('#__REQUESTDIGEST').val()
    'success': function (data) {
    var d = data;
    dfd.resolve(d);
    'error': function (err) {
    dfd.reject(err);
    return dfd;
    Blog | SharePoint Field Notes Dev Tools |
    SPFastDeploy | SPRemoteAPIExplorer

  • Create reversal document with BAPI: BAPI_ACC_DOCUMENT_POST.

    Hi Guys,
    I am Create reversal document with BAPI: BAPI_ACC_DOCUMENT_POST.First I am post financial document with BAPI BAPI_ACC_DOCUMENT_POST and Same Document. i am Reversal  with same BAPI 'BAPI_ACC_DOCUMENT_POST'.
    New reversal docment is created. but posting key are not changingin reversal docment.whatever posting key created in posting same posting key are created while reversal also.Please help me

    check
    Mapping of POSTING KEY in BAPI_ACC_DOCUMENT_POST

  • Problem with Reversed document with IDOC interface

    I have a problem when I create Idoc which will reverse a document.
    I use ACC_DOCUMENT_REVERSE, in Idoc is filled like this -
    OBJ_TYPE ( BKPFF )
    OBJ_KEY( reverse document number + company code + year)
    OBJ_SYS ( system id )
    OBJ_KEY_R ( obj_key of document which will reverse )
    PSTNG_DATE
    COMP_CODE
    REASON_REV
    I formed OBJ_KEY with one select from table bkpf, and get the last number of documents reversed with Idoc interface. The interface creates Idoc reverse document with number 929xxxxxxx. With fb08 - documents created are 92xxxxxxxx.
    The problem is when use transaction fs10n, fill customer account number, and the sums are not right. The documents which was reversed with Idoc did not entered in G/L Account Line Item.
    But if I start transaction fbl5n - customer line item, the documents reversed by Idoc is there, and the total sum is right.
    How can I resolve this problem?
    Greetings,
    Lazar Hristov

    Hi,
    I hope you have reversed the posting.Have you cancelled the downpayment invoice.
    Please cancel the first downpayment invoice and post the amount for the second downpayment.
    Now try to create the final invoice.
    Regards,
    Krishna.

  • How do I reverse a document posted with transaction 1KE8?

    I posted a few documents using transaction 1KE8 from Financial Accounting to Profit Center Accounting.  Now I realize that these documents are not needed in PCA.  I tried to use transaction 1KE8 again and select the reverse box but it just creates a reversal and another entry every time I try.  Am I missing something here or is there another way to reverse these documents?
    Any help would be greatly appreciated.

    HI,
    If the reversal documet is creted with referance to the earlier document, then I feel, system works fine. That is the way it works with that reversal button.
    If you want to manually clear the balance in PCA, you can post with 9KE0.
    Vijay

  • Reset & reverse document with open item managed and none open item managed

    Dear forum,
    I would like to confirm the below.
    If i have a posted document where the double entry has open item managed account and none open item managed account and where the open item managed account is cleared, how can i reverse this document.
    The problem now is FBRA cannot reset and reverse (as the document partly has none open item managed account) and FB08 also cannot reverse (as part of the account is open item managed account and it is cleared).
    Besides manually reverse via FB01, any other method?
    Thanks
    Moderator: Please, avoid asking basic questions

    Which document are you trying to clear using FBRA?  You should reset the "clearing document" using FBRA; not the original document that has one open item and one non-open item.  Once you reset the clearing document using FBRA, you should then be able to reverse the original document (the one that has one open item and one non-open item) using FB08.

Maybe you are looking for

  • How to deactivate/ignore R/3 info records when creating Shopping Cart?

    Hi all and thanks for reading... We have the requirement of ignoring/deactivating R/3 info records when creating Shopping Carts SRM , so that no Vendor is proposed in transactions BBPSC01/BBPSC02. At the moment, when info records exist in backed, sys

  • Scan a drawing or plan which then transfers it to pages?

    anybody know of a program that lets you scan a drawing or plan which then transfers it to pages? Many thanks Simon

  • Java Dictionary and Text

    Hello,   I'm creating an application that requires me to store a large amount of text (around 5000 characters).  The first part of the dilema is how I should persist the data in the java dictionary.  Should I just create one large field?  Or do I nee

  • BB Says My Sim Card is rejected

    Hey, Everyone How are you all??..Actually  i am new to this forum....I am from India..and i hav a problem with my mobile..Whenever i insert the sim card its says its rejected...Actually in India they made this new rule of disabling all mobiles withou

  • Sync/authorization failure post update

    How do I get my computer to recognize an already existing computer authorization after I've just downloaded latest update so I can sync my ipad?!?!?!