Parking a document using F-43

I have Parked a Vendor Invoice using T-Code F-43. I have also selected a With Holding Tax Code for the same and simulated and checked the entry before parking.
However, I want to post the document and want to simulate and check it again before posting. How do I achive this. I have tried T-Code FBV0 but it doesnt allow to simulate and verify the automatically generated line items (viz., Withholding line items) before posting.
Regards
Abhishek

Thanks Ravi .... However, as said earlier,  ......>>>>> I had to use F-43 since the vendor invoice which i was posting had a special GL indicator (for the 1st line item), for the 2nd line item it was a notmal vendor line item and the 3rd line item was an expense posting. For this reason I was not able to use the normal parking function provided by standard SAP as Special GL indicator is at the header level in that case and hence cannot be used in case there are two vendor line items (one with spl gl indicator and the other being normal item).
I could not have posted the same using T-Code FB50 or FV50, as Spl GL indicator is at the header level. Can you suggest me a way of parking and then posting the above scenario (ofcourse with simulation functionality). For Eg: the entry is like this:
Entry View:
Itm PK  BusA Acct no.   Description                    Tx      Amount
001 39N A031 20000130   Janatha Electricals                             7,093.33-
002 31  A031 20000130   Janatha Electricals                            87,484.42-
003 40  A031 41000001   Labour charges                                 94,577.75
General Ledger View:
In addition to the above, one more line item for Withholding Tax (Automatically generated line item)
*How do we know if the transaction would be processed correctly.
Regards
Abhishek

Similar Messages

  • Park FI Documents Using COPA Characteristics

    We have a journal entry upload program that is parking FI documents (FV50) that needs to be modified to enter COPA characteristic values.  Is there a standard function module or BAPI available for this?  We are currently using FM PRELIMINARY_POSTING_FB01.

    HI Bharat,
    The posting key of FI document is decided on the account tye (K) or (S) and also debit creadit indicator (CR/DR).
    So based  on the GL ACCOUNT number/ account type and DR/CR indicator you need to decide the posting key for the same.

  • How to park an FI document using BDC in Workflow

    Hi,
    I want to park FI document using some background process.
    Can i use BDC in my WF for this purpose.
    If yes, kindly guide me through this.
    Regrds

    Hi,
    Thanks for your reply.
    I need to park an FI accounting journal document rather than an AP (invoice) document.
    if we can use BDC in workflow,Can you pleas let me know the process ?
    Regards

  • BAPI / FM to park FI document

    Can i check if there is any way to park FI document using FM or BAPI.

    Hi Leo,
    have a look to this thread:
    Re: BAPI for Parking non-PO Invoices?
    regards Andreas

  • (FI) BAPI for parking a document (FV50)

    Hi,
    Is there a BAPI to park a document using tcode FV50?
    Thanks.
    Regards,
    Jacky

    use fm BAPI_INCOMINGINVOICE_PARK
    A.

  • Parking document Using Special GL ,

    While parking document using special GL Indicator 'A "
    ,system Giving Eroor"  You have selected posting key with special gl Indicator down payment or bill of exchange ...Document parking not allowed for speial gl transaction type " bill of excahge" or down payment .
    Can anyone provide the solution.

    Hi,
    would you please tell me which T-code you are using?
    I used F-29 to do downpayment, but there is no possibility to park the document. And I tried F-22, there is error information 'Posting key 01 does not permit specification of a special G/L indicator'.
    Kind Regards, Lawrence

  • Reg:how to post the parked documents using BDC

    Duplicate message in General deleted.  Please do not post the same question in more than one forum.
    Hi
    I am creating parked Documents using FV50. I am able to check them using FBV0, I am able to select and post the documents using the same transaction. Its working fine. However I want to post the selected parked documents using BDC. I am having problems as the output in FBV0 is in ALV report format. HAving problems selcting the parked documents to be posted. As there any way to post the selected parked documents using BDC.
    Please suggest me a solution for this.
    Thanks,
    Satish
    Edited by: Matt on Dec 3, 2008 7:40 PM

    Hi Rob,
    Thank you for ur reply, can u send that code how u post the parked documents using BDC for FBV0 transaction.  Please send the code.
    Thanks,
    Satish

  • Parking documents using PRELIMINARY_POSTING_FB01

    Hi,
    I am a writing a custom program to park documents through FBV1.  Here I using PRELIMINARY_POSTING_FB01.  But as it doesn't have a return table of type bapiret,  I am not able to catch the messages.  Once an error message comes, it is exiting from the program itself.  But I need to save the error messages.  How will I do this ?

    Hi,
    I think that FM PRELIMINARY_POSTING_FB01 is for internal use only and was created just to be called from transaction FB01. I do not thing there is some way how to get error messages and supress terminating a program, because there are error messages without raising any exceptions. I have not found a BAPI for parking documents. The best way to solve your issue is probably creating a batch input. It should be easy.  If You want still to use FM PRELIMINARY_POSTING_FB01 , the only idea I have is a little bit complicated. You can call FM in background task, wait until job finishes and than read a job jog to get messages. But I do not think it is a good looking solution, but by this You can achieve that You will be able to get messages of FM without terminating a program. There are some other threads about BAPIs for parking documents:
    FM/BAPI for Parking a document ( FBV1 )
    BAPI to PARK accounting document
    FB01 and BAPI_ACC_DOCUMENT_POST
    Regards,
    Adrian

  • Posting parked document using RFC

    hi all
    I want to post a parked document using bgjob. I am trying to use PRELIMINARY_POSTING_POST function module but it doesn't post the document.
    the same is possible with function PRELIMINARY_POSTING_POST_D as its dialog.
    My question is before doing any changes do i need to lock the document.
    thanks
    barin

    Hi,
    Please go through the below wiki:-
    [http://wiki.sdn.sap.com/wiki/display/Snippets/ConfiguringparkingdocumentsworkflowinSAPsystem]
    Regards,
    SDNer

  • Park documents using RFBIBL00

    Hi all,
    I am trying to park documents using the program RFBIBL00.
    To this program we need to pass the document date and posting date.
    These two fields are in structure bbkpf and each is of 8 characters.
    and therefore i am passing date in YYYYMMDD format.
    But the transaction needs the date in DD/MM/YYYY format(i have seen when i have run the session) which is of 10 characters.
    I cannot pass the date as DD/MM/YYYY because the date fields are of 8 characters in length .
    So because of this i am unable to run the trasaction.
    Any pointers to this problem is helpful.
    Thanks.

    dear Joshi,
    I also need same requirement, please can you suggest how to do Park documents using abap program, please if you have any example can you send it..
    your cooperation will be highly appreciated.

  • Posting a document using FM PRELIMINARY_POSTING_FB01

    Hello Experts,
    I know we can FM PRELIMINARY_POSTING_FB01 to PARK a Document. But I think we can also use this FM to Post the Document. The reason I want to use this FM, not other BAPI's, is I have all the structures (BSEG, BKPF, BSET etc) that I needed to populate. So I passed I_XCMPL = 'X'. However, it still Parked the Document not Posted.
    Can anybody please let me know what I missed?
    Thanks a lot. Sadly this FM does not have any documentation.
    Here's my code:
    w_bkpf-bukrs = p_bukrs.
       w_bkpf-gjahr = p_gjahr.
       w_bkpf-blart = p_blart.
       w_bkpf-bldat = p_dat.
       w_bkpf-budat = p_dat.
       w_bkpf-monat = '01'.
       w_bkpf-cpudt = p_dat.
       w_bkpf-cputm = sy-uzeit.
       w_bkpf-wwert = p_dat.
       w_bkpf-usnam = sy-uname.
       w_bkpf-tcode = 'FB01'.
       w_bkpf-xblnr = 'ZTEST1'.
       w_bkpf-waers = p_waers.
       w_bkpf-glvor = 'RFBV'.
       w_bkpf-ausbk = p_bukrs.
       w_bkpf-bktxt = 'TEST'.
      append w_bkpf to t_bkpf.
      w_bseg-bukrs = p_bukrs.
      w_bseg-gjahr = '2010'.
      w_bseg-bschl = '40'.
      w_bseg-koart = 'S'.
      w_bseg-shkzg = 'S'.
      w_bseg-dmbtr = '2000.00'.
      w_bseg-wrbtr = '2000.00'.
      w_bseg-pswsl = p_waers.
      w_bseg-altkt = '0001298232'.
      w_bseg-vorgn = 'RFBU'.
      w_bseg-kokrs = 'ABC'.
      w_bseg-xkres = 'X'.
      w_bseg-hkont = '0001298232'.
      w_bseg-saknr = '0001298232'.
      w_bseg-lifnr = '0000100000'.
      w_bseg-zterm = 'CN30'.
      w_bseg-projk = '00001111'.
      append w_bseg to t_bseg.
       CALL FUNCTION 'PRELIMINARY_POSTING_FB01'
       EXPORTING
    *     TEXT_UPDATE            = ' '
    *     TEXT_ITEM_UPDATE       = ' '
    *     I_UF05A                =
          I_XCMPL                = 'X'
    *     FS006_FB01             =
          I_TCODE                = 'FB01'
    *     I_PARGB                =
    *     I_TCODE_INT            =
    *   IMPORTING
    *     XEPBBP                 =
        TABLES
          T_BKPF                 = t_bkpf
          T_BSEG                 = t_bseg
          T_BSEC                 = t_bsec
          T_BSET                 = t_bset
          T_BSEZ                 = t_bsez
    *     T_BKORM                =
    *     T_THEAD                =
    *     T_SPLTTAB              =
    *     T_SPLTWT               =
        EXCEPTIONS
         ERROR_MESSAGE           = 1.

    Hi,
    Thanks for the response. I wanted to check the FM which gets triggered in the BTE. However I could find one in FIBF.
    Can you please let me know if you have any documentation on FM PRELIMINARY_POSTING_FB01? That would help me understanding its functionality.
    Thanks a lot.
    Should I use "IN UPDATE TASK" when calling this FM? Thanks.
    Edited by: lope jie on Apr 28, 2010 8:10 PM

  • Report on Deleted Parked AR Documents with 'Z' status

    Hello Experts,
    Any suggestion to obtain the list of deleted parked AR documents which did not get posted in the past.  We created AR documents and were not sure about VAT treatment and were parked but later managed to invoice the customer separately.  Subsequent to this, we have deleted the parked AR document and I know when these parked document gets deleted, document numbers are marked by a letter 'Z' and you can get a report BY DOCUMENT NUMBER.  Is there any standard SAP report that can be run BY CUSTOMER to see all deleted parked documents for that customer only.
    Appreciate valuable suggestions to achieve the above.
    Rgds
    CONMJI

    Hi,
    use S_ALR_87012293 - Display of Changed Documents  to check the deleted parked docuements or any status regarding parked document.
    Here if you select park doc radio button and give input document type and posting key, then you will get the customer/vendor/GL related docuements . Take that dump and put in the table and give input of your customer code.it will shows those documents if any.
    Thanks
    ANJI

  • Post the document using f-65?

    Hi Experts,
    I know the FB01 tcode  used for Posting and F-65 used for document parking, my query is there any possible to "POST"  the document using F-65?
    Thanks
    NK

    why do you want to POST with f-65 . where there is Fb01 for post But in FB01 you can Pak the docuemnt .
    Go to docuemnt menu and click on SAVE  as completed "
    Many Thanks

  • HOLDING / PARKING INVOICE DOCUMENT

    HELLO EXPERTS,
    What is the difference between holding a invoice document (MIRO) and parking a document (MIR7).
    I hope each having same function.
    Again I want to see a report which will show me hold invoice document
    Again what is the difference between parked and parked as complete.(MIR5)
    please answer me ASAP.
    REGARDS
    RAGHU

    Hi,
    You can refer to the help screen int the respective MIR7 scree to know definition of each function.
    Holding Invoice Documents
    If you are interrupted while entering or parking an invoice, you can hold the data you have already entered, such as the list field selections, header data, and item data. The system creates an invoice document but does not make any checks, updates, or postings. When you continue processing the held document later, the system proposes the data already entered.
    Parking Invoice Documents
    You create an invoice document in document parking. Choose the disk icon Save parked document to do this. Before saving the data, the system performs consistency checks.Subsequently, you can still change, delete, or post parked documents, or save them as complete.
    Use document parking if:
    1. Information required for posting the invoice document is missing in the invoice document and you do not want to have to enter again the data already entered
    2. The balance is not zero
    3. The following updates are to take place:
    Log of document changes
    Informative purchase order history
    Data for advance tax returns
    Index for checking for duplicate invoices
    Vendor open items
    Vendor open items for parked documents
    Saving Invoice Documents as Complete
    You create an invoice document in document parking. Choose Save as complete to do this. Before saving the data, the system performs consistency checks. In the event of errors, the data is not saved, but is presented for correction instead. Subsequently, you can still change, delete, or post Documents complete for posting.
    Use Save as complete if:
    1. No more changes are to be made to the invoice document
    2. The balance is zero
    3. The invoice document is to be parked for posting but not posted yet
    Cheers,
    Girang
    Edited by: girang irawan on Dec 10, 2009 10:09 AM
    Edited by: girang irawan on Dec 10, 2009 10:10 AM

  • Carryforward parked FI documents

    Is it possible to carryforward a parked FI document to a new fiscal year?  I have looked at a lot of documentation and it appears as if the parked document should really be deleted.  But, what we have told users is to change the posting date to the new year when the previous fiscal year is closed.  This works well for those documents that may have recently been created but did not complete workflow before fiscal year end.
    I looked at transaction FMJ2.  But, for value type, there is not a choice for "60" (parked documents).  I went through the IMG to figure out if I need to set something there but could not find anything.

    Hi Monique,
    just a couple of questions:
    Are you using the standard business object FIPP and the standard WF template? And, could you please investigate with your WF admin and find how events FIPP.REJECTED and FIPP.DELETED are being handled in your Workflow?
    And, regarding to parked documents, yes, the usual procedure is to approve or reject/delete them before the year end. If you want to move the parked document to the next fiscal year, the options would be:
    - Change the posting date to the new fiscal year: this would reduce budget in the new fiscal year. If you want to reduce budget in a different date, you could use transaction FMOD or EXIT_SAPLFMFA_004 if PBET is active in your update profile.
    - If the parked document is included in a document chain, you can carryforward the document chain (with or without budget)
    Thanks!
    Kind regards, Mar.

Maybe you are looking for

  • Is using one Apple Account for a family of two the best way to go?

    We are a family of two; at the beginning, I was the only Mc user (iPhone, MacBook Air and iMac). Then my wife got an iMac, an iPad and just ordered an iPhone. Our problem is that we are both using my same Apple Account and ID - which is fine because

  • Downloading and re uploading my site

    I have used Dreamweaver 8.0.2 in the past and found it easy to upload files. The question i want to ask is: The site i have just uploaded was uploaded using Leech FTP but i find Leech a bit of a pain as most of the time my files upload with no proble

  • CCMS - Missing APPLICATION ERRORS

    Hi Experts, When i go to the CCMS monitoring RZ21 transaction under the node integration server i'm only able to see the node System Errors and the other node Application Errors is missing. I've done the GRMG configuartion and i can also view the XI

  • Get the path of the running java program

    Hi, Is it possible to get the path of the main java class that I am running. For example if I am running myProgram.class can I get the path of that class from itself. Best regards, Chamal.

  • Lesson 1  Video Using Timer.. about 6:17 into the Video

    So far I have completed all of the videos and exercises so far so good. But the very last example using the counter (implements CountListener). So I removed all the previous code and deletes the associated Java files from the previous exerces and had