BAPI to Change an Accounting Document

Hi,
    Is there a BAPI function module to Change an Accounting Document...?? Do let me know please.
     If there is no BAPI, then please suggest a reliable function module which can change accounting Documents and capture messages (without dialog)
Regards,
Aditya

Hi,
       I don't think there is a BAPI to change an accounting document.
       One function module which comes close is FI_DOCUMENT_CHANGE but I am told this function module throws error messages on screen.
       The only reliable solution would be to do a CALL TRANSACTION (in background mode) inside a custom RFC function module
Regards,
Aditya

Similar Messages

  • BAPI to change existing accounting document

    Is there a bapi to update an existing account document ?
    I want to change BKPF-BKTXT in an already existing document.
    I understand BAPI_ACC_DOCUMENT_POST is used to create a new document so I am hoping there is a BAPI to change an existing document.
    Any help appreciated ?

    ED,
    Check this
    1.  BAPI_ACC_DOCUMENT_REV_POST    (OR)
    2.  BAPI_ACCOUNTING_DOCUMENT_CHANGE
    Don't forget to reward if useful..

  • BAPI to update/change the accounting document

    Hi all,
    Is there any BAPI to update or change the accounting document.
    I am aware of the BAPI_ACC_DOCUMENT_POST which is used to post the document.
    Please reply soon.
    Thanks and regards,
    Anishur

    Hi Anishur,
    Try this.,,,
    BAPI_CTRAC_DOCUMENT_CHANGE
    Regards,
    Sai

  • Change the Accounting document fields cost center and profit center

    Dear Experts,
    User has posted document with wrong profit center
    For that we subjected that he can go to the profit center actual posting T.Code 9ke0 but with that he can only change the Profit center document with that there is no accounting side updating
    I have tried with Document Change Rules, Line Item for fields cost center and profit center  in that while configuring I did not get any error message,
    But in the document I am unable to changing the same fields cost center and profit center  
    Can any body please guide me to resolve the issue?
    Essentially I want to change the Accounting document fields cost center and profit center   
    Thanks in Advance,
    Wiswanath

    Hello,
    Once the documents are posted in FI module, the system doesn't allow anybody to change the cost objects (cost center, profit center, internal order). The only fields you can change through FB02 transaction are the Line item text (BSEG-SGTXT) and the assignment (BSEG-ZUONR).
    If you want to get a change to the cost object to be reflected from FI to CO, you should reverse the FI documents with wrong cost objects and post new documents with correct cost center, profit center.
    Hope it helps you.
    Cheers,
    Daniel.

  • BAPI to Park the Account document

    Dear All,
    I need a BAPI to PARK an account document. Will you please help me out in finding the exact BAPI for this.
    Thanks in advance,
    Ranjan

    check this BAPI and its documentation
    <b>BAPI_INCOMINGINVOICE_PARK</b>
    regards
    Prabhu

  • BAPI/FM to update accounting document (FB02 transaction code )

    Hi ,
    Please let me know is there any BAPI/FM to update base line date and discount at header lelvel in accounting document
    (FB02 transaction code ) . basically to update vendor open invoices documents
    thanks
    Naveen

    Ok i finally figures out how to get around this issue.
    USe FM: PRELIMINARY_POSTING_DOC_WRITE

  • BAPI for copying an Accounting Document

    Hi,
    I have to copy an existing accounting document and create a New Accounting document.
    For creating i will use BAPI_ACC_DOCUMENT_POST.
    If there is a function module for this, please suggest.
    Please let me know how to copy the existing accntg document??
    Regards,
    Saurabh

    Hi Sourabh,
    try passing obj_key with your source document number in
    BAPI_ACC_DOCUMENT_POST.
    I am not sure whether that will work or not.
    The round about way will be select the document details FI tables and pass it BAPI_ACC_DOCUMENT_POST.
    Hope this helps you.
    Thanks,
    Arun

  • How to update Assignment field in Accounting Document through BAPI ?

    I need to change Assignment field in already posted accounting document through bapi or some other automatic method. Please tell me exactly which bapi I should use and how can I pass the changed assignment field?

    Hey,
    I couldnt find any BAPIs which update an accounting document. I think the safest way is to record FB02 and use BDC/Call Transaction.
    -Kiran
    *Please reward useful answers

  • Change Accounting Document header text

    I want to change the Accounting document header text (BKPF-BKTXT).
    I dont want to use Call transaction for this.
    Please tell me if there is any function module or BAPI available?

    >
    lavanya koduganti wrote:
    > I want to change the Accounting document header text (BKPF-BKTXT).
    Do you want to change the A/c'ing doc. header text for an existing doc? I think that CALL TRANSACTION would be easier. Why do you think otherwise?
    Any specific reason for this?
    BR,
    Suhas

  • How to use Bapi BAPI_ACC_DOCUMENT_POST for g/l account document posting

    Hi all,
    I am using BAPI_ACC_DOCUMENT_POST bapi for g/l account documents posting.as I am first time using BAPI in my program.can anyone give details about how to use this BAPI for document postings.what importing parameters need to be passed , which exporting parameters need to be passed and which tables need to be used.  
    Thanks in advance.
    Regards,
    Harshada

    Moderator message - Please search before asking - post locked
    Rob

  • BAPI to change Billing document for output type

    Hi Gurus,
            I need to know if there is a BAPI to change a Billing document SD to add a new output type.
    Thanks in advance.
    Mariano.

    Hi all,
          To be more specific, my requirement is determinate a new output type in the billing document if other output type already was printed, so as I can't determinate automaticaly the output type by standard I need to create a program to insert an output type in the billing document if other one was printed; for that I need to know if there is a BAPI to change the billing document to insert this new output type.
    Thanks,
    Mariano.

  • Change AWTYP in accounting document header

    Hello all,
    I want to change the accounting document field AWTYP from "CAJO" (Cash Journal document) to "BKPF", so that I can use transaction FB08 to reverse it.
    I tried using the Business transaction event PROCESS_00001120. I added the AWTYP field to the BKPF_SUBST structure and modified table T_BKPFSUB, however it did not work.
    Any ideas? Thank you in advance!

    Hello,
    the requirement is to create a program where the user selects a cash journal document entry and then reverses the FI document of this entry.
    I retrieve the corresponding BELNR document and try to reverse it by using batch input for transaction FB08. The message I get is:
    "Not possible to reverse the document in financial accounting. Document '3000000212' in company code '0100' should be reversed. However, this document was not posted in the Financial Accounting module, CAJO is, rather, of type ''.
    Therefore, when saving the original cash journal document, I want to modify the AWTYP field from CAJO to BKPF, so that I can reverse it later.
    Thank you!

  • User Exit to change accounting document

    Hi all,
    Is there any user-exit in which we can change the accounting document data before it is created.
    I want a user exit which can update the accounting document during PGI for a delivery
    I was able to find the one in ehich we can make chages to the material document and iam sure that there should be one by which we can change the finance document
    Kindly help, this issue is urgent for me
    Regards
    Varun

    Check OSS Note# 415716 "User exits in delivery processing"
    There are several User exits to choose from, this document describes tham all.

  • BAPI change for Budget document

    Hello gurus,
    Could you help me - do you know any BAPI for changing a budget document?
    Thanks,
    Nataļja.

    For example, if I want to change an information in the  "text" field, then save it.
    Nataļja

  • Accounting Document not Cleared using BAPI_ACC_DOCUMENT_POST

    Dear Experts,
    I am Using BAPI_ACC_DOCUMENT_POST to post the GL'S , Accounting document is getting created successfully . My Doubt is whether this bapi will clear the Accounting document automatically or we have to use any other function module to clear the Document?
    Please let me know how to clear the document.
    Thanks & Regards,
    Hemant Gulati(A1)

    Documents are not cleared; their line items are.
    Rob

Maybe you are looking for

  • How can we calculate no. of instances in a java program ?

    Hi, I want to know that How can we calculate no. of instances in a java program ? Actually I just want to calculate number of live instances in a program at any time... Thanx in Advance Vijay

  • Executing Like Query

    Hey Can Anyone tell me how ca i execute like query using jdbc odbc bridge when i use the following syntax it gives me an error select topicid,name,subject from topic where subject like("subject1%") or select topicid,name,subject from topic where subj

  • Tell a Friend form

    I created a form througha website called emailform.com (or something like that). The form was a site feedback form with a simple with 4 fields : visitor's name, visitor's email address, a box for a subject and one for comments. It also had an image v

  • BWA OS Upgrade Error Shared Storage

    We have recently upgraded our IBM BWA to SUSE Linux 11.1, upgraded the GPFS 3.4.0-7 and recompiled RDAC. Everything seemed to work fine, the queries execute, but when I run the checkBIA, I get these warning/error messages: OK: ====== Shared Storage =

  • DNG / Camera RAW 8.3 issue

    Have CS6.  Just downloaded Camera Raw update from here: http://www.adobe.com/support/downloads/detail.jsp?ftpID=5694 because my CS6E Help > Updates is grayed out & I can't do it from there... Update lists Sony RX10 RAWs as being recognized. Download