Bapi to Get parked documents

Hi all,
Is there a BAPI FM availaible using which we can get the details of all parked FI documents? We need to get this detail and then using this detail we will post new documents and discard the existing parked document?
Thanks & Regards

Hi,
check the below thread..It seems there is no BAPI available..
Re: BAPI to Park the Invoice Document
reward if helpful.
Regards,
Nagaraj

Similar Messages

  • BAPI for changing parked documents

    Hi ,
    I need to know any BAPI exist for changing the posting date of the parked documents.
    Please let me know if there are any BAPI's
    Thanks

    Hi,
    have a look at bapi 'BAPI_INCOMINGINVOICE_PARK'.
    i´m not sure but i guess it allows to change a parked document.
    Best regards.

  • Is there any BAPI exists for parking document (FBV1 transaction)

    Hi experts,
    Is there any BAPI for parking document (FBV1 transaction).
    Thanks in advance,
    Viven

    Hi,
    <b>BAPI_INCOMINGINVOICE_PARK</b>...is one of the BAPI for parking the incoming invoice.
    Sushil.

  • How to get parked documents in KOB1

    Hi,
    Could you please tell me why the parked documents are does not showing in acutal line item reports?
    Is there a report that will show me actual/plan/commited and parked documents?
    Thanks in advance

    Implement mentioned note correction's
    878377 - PSIS: Display parked document in line item reports
    Regards
    Mani

  • FM or BAPI for changing parked documents information of transaction FB02

    Hi Guys!
    Currently I'm working an upload report that will change the field XREF3 of FB02 (parked). I'm using BDC for the change but unfortunately, some invoice no. did not work out to my expectation because of a POP window (information). I'm just wondering if you guys have an idea how to deal with this kind of scenario. Using FM or BAPI can do it. Do you guys know any BAPI or FM for FB02 (parked doc) that will change the details XREF3. Thanks a lot. Hoping for your help!
    Regards,
    Mark

    Hi,
    Hi this might change from one client to another.. so better check if it suit to ur screens.
    [call transaction fb02;
    Regards,
    Surinder

  • Get Material Document

    Hi
    Can anyone pls let me Function Module or BAPI for getting "Material Document (MBLNR)" based on "Sales Order (VBELN)"
    It is a very urgent requirement.
    Regards
    Raghav

    Sales Order will not create any Material Document , but Deliver will create the M.Doc.
    check VBFA-VBElV = Delivery number
          VBFA-VBtyp_n = R.
    here u will get the list of MBLNRS.
    Regards
    Prabhu

  • Table for line items for parked documents

    Hello all,
    Do anyone know what is the table for line items for parked documents(fbv3)?
    Because I check bseg and these doc. aren't there.
    Thanks a lot!

    Hi,
    Please Check table "VBSEGS" you will get parked document ine items .please check below link it will clear...
    Find tables for GLs on Parking Documents by FB60
    Thanks in advance
    Chakri

  • Create a  BAPI for T-Code FBV0(Post Parking Document)

    Hello Experts,
    I need to create a BAPI for the T-code FBV0(Post Parking Document). Please help me with a sample code.
    Thanks,
    Suma

    Hello There.
    I would like to suggest my opinion,
    To know the Function module for a particular Transaction,
    1. Table TSTC gives the Program name for a particular transaction.
    There are includes which contain (say) "Global data" and "Function modules".
    2. To get BAPI function modules, Transaction BAPI is the most powerfull solution for any module.
    One more thing, to be kept in mind while creating a BAPI is to create a function module and make it RFC enabled.
    BAPIs are nothing but RFC enabled function modules.
    Hope that's usefull.
    Good Luck & Regards.
    Harsh Dave

  • BAPI for the T-Code FBV0 post parked document

    Hello Experts,
    Is there any BAPI/Fuctional module that can be used for posting parked document(t-Code FBV0).
    Thanks,
    Srikanth

    Hi,
    Go to SE37 and type ' PRELIMINARY_POSTING_* '
    u'll get a few function modules.
    OR
    you can check in Function Group F040.
    Regards,
    Samson Rodrigues.

  • While posting the parked document, we are getting the error Message No.0034

    Dear Experts
    First we created Parked Document.
    After that when we try to post above said parked document, we are getting the below error:
    "Field BSEG-BUDGET_PD. does not exist in the screen SAPMF05A 0302
    Message no. 00349
    Diagnosis
    The specified field does not exist on the screen.
    Procedure
    Check your batch input data."
    Can any of you please provide the solution.....
    Thanks and Regards
    PVSRG

    But if you clearly observe the error which you have got, it says the Budget period is not on the screen.
    Check and try once again
    "Field BSEG-BUDGET_PD. does not exist in the screen SAPMF05A 0302
    Message no. 00349
    Diagnosis
    The specified field does not exist on the screen.
    Thanks

  • Need FM/BAPI to get how many line items per given FI document...

    Hello Experts,
    IS there an available FM or BAPI to get how many line items there is for a given
    FI document? We are avoinding BSEG because of the performance.
    Hope you can help me guys. Thank you and take care!

    Hi,
    Not sure if there is a specific FMs or BAPIs whose specific purpose is to just count FI document lines. But you can use a number of FMs to read an FI document.
    i.e. FI_DOCUMENT_READ - pass the document keys (BUKRS, BELNR, GJAHR) and retrieve the T_BSEG table to get the document lines. Then you can just use DESCRIBE statement to get the number of lines in T_BSEG.
    Also, based on experience, I never had any problems with BSEG as long as I am providing the complete keys for an FI document (BUKRS, BELNR, GJAHR). But if you are trying to avoid BSEG, you can use the secondary index tables like BSIS , BSAS, BSAD, BSID, BSIK, BSAK to improve performance.
    Regards,
    Oscean Tortona

  • BAPI/FM to park a vendor document without PO

    Hi,
    I need a BAPI or a FM for creating vendor park document with line items.
    And I dont have any PO or material..this is a simple vendor invoice document.
    Rgds,
    Divya

    Try this
    BAPI_INCOMINGINVOICE_PARK
    Reddy

  • Need BAPI to update posting date for parked documents in transaction FBV2?

    Hi All,
    I am retrieving records from table VBKPF and I have to update the posting date for parked documents in transaction FBV2.
    I am doing it with BDC , working fine in foreground, but it is not workung fine in back ground.I want to do this with bapi.
    Can any one suggest me corrct BAPI?
    TYPES : BEGIN OF It_vbkpf,
             bukrs LIKE vbkpf-bukrs,            "Company Code
             belnr LIKE vbkpf-belnr,            "document number
             gjahr LIKE vbkpf-gjahr ,           "Fiscal year
             budat LIKE vbkpf-budat,            "Posting date
             bldat LIKE vbkpf-bldat,            "Document date
             blart LIKE vbkpf-blart,            "Document type
             xblnr LIKE vbkpf-xblnr,            "Reference
             tcode LIKE vbkpf-tcode,            "Transaction Code
             bktxt LIKE vbkpf-bktxt,            "Document header text
             usnam LIKE vbkpf-usnam,            "User Name
             xwffr LIKE vbkpf-xwffr,            "Release necessary
             xprfg LIKE vbkpf-xprfg,            "Document complete
             xfrge LIKE vbkpf-xfrge,            "Release takes place
            END  OF it_vbkpf.
    Thanks,
    Suresh.

    Hi ,
    Thanks for your response.
    PRELIMINARY_POSTING_UPDATE seems working good,But my requirement here , to update the posting date with last working day . how can i do this?
    thanks,
    Suresh.

  • BAPI/FM for Change Park Document

    Hi Experts,
    Is there any BAPI or FM to change PARK document (remove payment block).
    Please suggest,
    Regards,
    Kaustubh.

    Hello Kaustubh,
    I would like to suggest the following BAPIs:
    1) BAPI_INCOMINGINVOICE_PARK (parking invoice document)
    2) BAPI_INCOMINGINVOICE_CHANGE (changing a parked document),
    3) BAPI_INCOMINGINVOICE_POST (posting a parked document) and
    4) BAPI_PARKEDINVOICE_DELETE (deleting a parked document).
    Please refer to documentation of these function modules.
    hope this helps.
    regards
    Ray

  • Bapi for F-63 changing parked document

    hi all!
      I need bapi or fm for changing parked document for f-63 transaction.if any one knows just send me,
    Thanks in advance

    Hi Raj,
    This is the Bapi for parking for that transaction check wether it is useful to you
    'BAPI_INCOMINGINVOICE_PARK'.
    Also check this link for more number of bapis
    http://www.sapbapi.com/bapi-list/ It is really very helpful 
    Regards,
    Sana.

Maybe you are looking for

  • Controlling PCI-1422 with Labview instead of MAX

    Hello Experts, I want your help in one of my problem. I have a camera from Sensors Unlimited which is SU-640 1.7 RT-D and a NI parallel card PCI-1422. I can use and acquire data with MAX from the camera but I want to operate,use and acquire images fr

  • Buffer Overrun when trying to view downloaded Videos

    I've recently downloaded a video from iTunes. When trying to play via iTunes, it crashes after a moment, giving no error but a windows error of "iTunes has encountered a problem and needs to close" I have tried opening this file through QuickTime and

  • Help with alternate sql statement?

    I have the following setup: create table sc_t1 ( n1 number, n2 number, n3 number, constraint sc_t1_pk primary key ( n1 ) ); create table sc_t2 ( n1 number, n2 number, primary key ( n1 ) ) organization index; insert into sc_t1 values ( 1, 2, 1); inser

  • Presenter 8 presentation playing dimmed in background

    Windows 7, using internal camera, the presentation appears behind the speaker even when I click the yellow speaker button in editing. How do I get rid of the presentation playing in the background so that only the speaker is on the screen? I've tried

  • My computer doesn't start

    Last night i turned my laptop off normaly, without any problems... This morning, i tried to start it, but there was a folder flashing, with a question mark on it and i couldn't get to the star screen. It hasn't been shook or something like that... Wh