FM or BAPI for resetting Documents

Hi all,
Is there any FM or BAPI available for resettign and reversing documents in FBRA. I have a FM for reversing document but i don't have a FM or BAPI for resetting documents. If any one knows answer for this, please suggest me.
Thanks and Regards,
Subbu.

HOPE THIS WILL HELP
Reset cleared items (FBRA)
After executing the data in FBRA, the accounting document will be moved from BSAK table to BSIK, after executing the below function module one can check in these table. Never try to select accounting document from BSEG table, it's a cluster table. Try to use key fields when firing query on BASK table. *---Declaration for fun mod
DATA:  d_bukrs       LIKE rf05r-bukrs,
       d_belnr       LIKE rf05r-augbl,
       d_gjahr       LIKE rf05r-gjahr,
       it_rf05r_acct LIKE rf05r_acct OCCURS 0 WITH HEADER LINE.
LOOP AT it_bsak.
       CLEAR: d_bukrs, d_belnr, d_gjahr.
       d_bukrs  = it_bsak-bukrs.
       d_belnr  = it_bsak-augbl.
       d_gjahr  = it_bsak-gjahr.
*---Fuction module to run FBRA
       CALL FUNCTION 'CALL_FBRA'
         EXPORTING
           i_bukrs      = d_bukrs
           i_augbl      = d_belnr
           i_gjahr      = d_gjahr
         TABLES
           t_accnt      = it_rf05r_acct
         EXCEPTIONS
           not_possible = 1
           OTHERS       = 2.
Endloop.

Similar Messages

  • BAPI for change documents like FB09

    Hi
    I need to change the Assignment Number (ZUONR) Field for several document positions just like FB09 ,
    Does somebody knows a BAPI for change document positions (BSEG) ?
    Regards
    Frank

    Hi,
    Please see this link, It may help you.
    Add documents to materials via BAPI
    Regards,
    Shamma

  • Bapi for parking documents

    Hello!
    Does anyone know a BAPI for parking documents that works ok? (in spanish we call "documentos apartados")
    I have read about it on the internet and it seems that there is no bapi for it.
    I have found bapi for preliminars.... but nothing about parking.
    Thanks you in advance!
    Sabrina.

    Hi,
    If I understand your requirement correctly, you can use BAPI 'BAPI_ACC_GL_POSTING_POST' to park the FI documents. Fill the required interface parameters and call this BAPI.
    Let me know if the requirement is different.
    Regards
    Gangadhar

  • BAPI for Accounting Document Posting

    What is the name of BAPI for Accounting Document Posting and how can I run it?

    Hi ,
    Can you send me the code how to use the BAPI_ACC_DOCUMENT_POST.
    Regards,
    L Srikanthan.

  • What's the bapi for getting document details ?

    hi,
    i'm trying to do F-22 things through BAPI, but there's one field in some screen that i can't find relative field in any structure of BAPI para., so i tried to get the details of the document created by F-22 to find where the field i'm looking for is stroed.
    so would you please tell me the bapi for getting document info.?
    thanks!

    Hi,
    Have you solved your problem?
    If not:
    Have you tried to debug your application and see what you have in your object just after doing GetByKey?
    The GetByKey method returns true if it founds the object, false if the key does not exist.
    In the DI Help File it is specified the key for a payment is the DocEntry...
    Regards
    Trinidad.

  • Is there any BAPI for Upload Documents of WBS elements?

    Hi Guys,
                 Can anbody tell me is there any BAPI for Uploading Documents  of WBS elements ?
    Thanks,
    Gopi.

    hi
    check these BAPI
    Change WBS Elements Using BAPI                                                                               
    BAPI_BUS2054_CHANGE_MULTI           
    Create WBS Elements Using BAPI 
    BAPI_BUS2054_CREATE_MULTI                                                               
    Delete WBS Elements Using BAPI                                                                               
    BAPI_BUS2054_DELETE_MULTI                                                               
    Detail Data for WBS Elements                                                                               
    BAPI_BUS2054_GETDATA                                                                      
    Reading the GUIDs using the WBS Key
    BAPI_BUS2054_GET_GUID_FROM_KEY                                                     
    Reading the WBS Key using the GUIDs                                              
    BAPI_BUS2054_GET_KEY_FROM_GUID                                                                               
    Check Existence of a WBS Element                                                 
    BAPI_PROJECT_EXISTENCECHECK                                                                               
    Element                                                 
    thnks
    sitaram

  • Bapi for posting documents in PCA

    Hello All,
    Does somebody know a FM or a BAPI wich permit's posting in the Profit Center Accounting?
    We have a list of documents for which we have to post documents in the PCA, tables GLPCA, GLPCP. I have found a series of BAPI's for ALE PCA , but nothing usefull.
    I know that usually the posting in PCA is done in automatic from customizing, but for these documents this is not the case. We have to do this posting via a BAPI.
    If anyone has encounterred this situation, please advise.
    Thank you,
    Viorel Nistor.

    Thank you for your answer.
    I have found the BAPI but it doesn't help me very much because it seems that it's purpose is to create a replica of the document to an external system.
    I need to create this document in the same system.
    Has anyone used it in this way?
    Thank you,
    Viorel.

  • BAPI for Reset deletion ind. for PO Item using ME22

    Hi Experts,
    I want to go to Tcode ME22 to Undelete PO Item,    ME22 -> Edit -> Reset deletion ind.
    I have used BDC, and tested successfully. But you know, BDC is not a very good method, and I want to find a BAPI  for it.
    Anyone could help me ?  Give me the BAPI name or how to use it  ?
    Thanks a lot.
    Sincerely ,
    Julie

    Hello
    Use BAPI BAPI_PO_CHANGE for this.
    How to use ? Check this: Re: Bapi_po_change Remove lock indicator of line items in

  • ECC 5.0 BAPI for posting documents only in non-leading ledger

    Hello,
    for an FI-interface i want to call an BAPI for posting the documents. The document were posted to the leading ledger and to the non-leading ledger by usage of BAPI_ACC_DOCUMENT_POST.
    Now there are cases to post documents only to the non-leading ledger.
    Is there anywhere a possibility to tell the BAPI (e.g. enter the ledger group) only to post to the non-leading ledger or is another BAPI available to do so.
    Thank you for your help.
    Thomas

    Hi Thomas,
    You can use the same BAPI for any type of ledger postings. You can restrict your postings to Type of ledger.
    Cheers
    Srinivas

  • BAPI for FI document changing

    Dear Experts,
    Is there anyone who knows the name of BAPI function for FI document change?
    Thanks.
    BR,
    Chris Kim

    HI,
    Unfortunately there is no BAPI avaialble for this purpose.
    Regards
    Ravinagh Boni

  • Bapi for creating documents in cv03n

    hi!
    i am looking for a bapi to create document in cv03n and open an objectlink tab.
    I need to transfer the following parameters:
    document type = 'ENG'
    tables:
    objectlink: objecttype = 'AENR'
    objectkey = change number field.
    regards
    yifat

    hi!
    i used the create item to open document and that was o.k,
    but i also wanted to open objectlink tab and it didnt work.
    i transfered documentdata-doctype = 'ENG'.
                 objectlinks-OBJECTTYPE = 'AENR'
                 objectlinks-OBJECTKEY = value of change 
                                         number
    the system grants documentnumber internally and automatically.
    regards
    yifat

  • BAPI for FBO1 document parking

    Hi Experts,
    is there any BAPI which can be used to park FB01 document ?
    Regards
    Prasanth
    Moderator message: this has been asked and answered quite often, please search for available information and previous discussions.
    Edited by: Thomas Zloch on Nov 15, 2010 11:31 AM

    Hello Arun,
    U can try with these:
    ACC4                           FI/CO: BAPIs for UPDATE
    BAPI_ACC_INVOICE_RECEIPT_CHECK Accounting: Check Invoice Receipt (OAG: LOAD PAYABLE)
    BAPI_ACC_INVOICE_RECEIPT_POST  Accounting: Post Invoice Receipt (OAG: LOAD PAYABLE)
    ACC6                           Accounting: BAPIs for UPDATE II
    BAPI_ACC_INVOICE_REV_CHECK     Accounting: Check Reversal of Invoice Receipt (OAG: LOAD PAYABLE)
    BAPI_ACC_INVOICE_REV_POST      Accounting: Post Invoice Receipt Reversal (OAG: LOAD PAYABLE)
    MRM_BAPI                       Invoice Verification BAPIs
    BAPI_INCOMINGINVOICE_CANCEL    Invoice Verification: reverse invoice
    BAPI_INCOMINGINVOICE_CREATE    Invoice Verification: Post Invoice
    BAPI_INCOMINGINVOICE_GETDETAIL Invoice Verification: display invoice
    BAPI_INCOMINGINVOICE_GETLIST   Invoice Verification: list invoices
    BAPI_INCOMINGINVOICE_PARK      Invoice Verification: Park Invoice
    BAPI_INCOMINGINVOICE_RELEASE   Invoice Verification: release invoice
    BAPI_INCOMINGINVOICE_SAVE      Invoice Verification: Flag Invoice for Background Processing
    If useful reward.
    Vasanth

  • BAPI for reset cleared items ie for transaction FBRA

    Hi all,
    Is ther any BAPI for trasaction FBRA ?
    Ther are 2 BAPIS REVERSE_CLEARING or FM_REVERSE_CLEARING
    but are not released .
    Kindly do the needful.

    Hi ,
    You should use FM CALL_FBRA AND CALL_FB08 function modules one by one.
    CALL_FBRA is for clearing items
    CALL_FB08 is for Reversing items
    Regards,
    Imran

  • Function Module/BAPI for updating Document Status.

    Hi Experts,
    Is there any Function Module/BAPI available for updating the document status ?
    Thank You,
    Radhika.

    unresolved!

  • Function Module/BAPI For Material Document

    Dear All,
    I am looking for a function Module/BAPI to get details relevant for a Material Document.
    I can get those details using table MSEG & MKPF, but still looking for a Function Module.
    Kindly help.

    Hi
    Try with these BAPI's
    BAPI_GOODSMVT_GETITEMS
    BAPI_GOODSMVT_GETDETAIL
    Regards
    Brahmaji

Maybe you are looking for

  • Just bought a new iMac... should I also upgrade my old iBook G4?

    I ordered a new iMac this week that will come with Leopard preinstalled. Right now, my only computer at home is my old G4 iBook running Tiger. I haven't really felt compelled to upgrade the iBook thus far to Leopard, but now that I will have the new

  • Networking staff is asking for infomation for FP install

    Can someone provide me with the destination IP addresses and TCP/UDP ports that my networking team needs to open on the firewall to get installation to complete 11.8.800.94? Thank You, Description: cid:[email protected] Bill Sprinkle End User Analyst

  • Click Wheel HELP...

    My click wheel is not working,i'm confuse because when i do the MENU CENTER thing it works perfectly but i cant scroll thrugh my songs and click play..anybody know what i need to be doing? thanks in advance

  • Feeding numbers into an Array

    Hi, I want to feed numbers into an array but its only using the first element. In my vi users can enter a number and this number needs to be then stored in an array. Any help would be welcome. Thanks

  • HT201071 When will support camera Fujifilm X-E2?

    Fujifilm X-E2 is a popular and high-quality camera. It is unfortunate that there is still no support for its RAW format files in a software products of reputable company (Apple).