Park a Consignment invoice

Hi ,
Is there any way I can park a consignment invoice instead of posting the consignment invoice?
In the program RMVKON00, under PERFORM invoice_post, there is a function 'FI_DOC_TO_ACC_TRANSFORM' which I believe is posting the consignment invoice.
Thus is there any way, I can parked a consignment invoice assuming that a customised program is going to be created.
Any functions/bapi I can used?
Thanks.
Regards,
Clarice.
Edited by: Clarice Er on Dec 30, 2008 4:04 AM

Hi,
Thanks for your reply
consignment invoice does not have logistic invoice. It only creates FI invoices.
Regards,
Clarice

Similar Messages

  • Update Parked Non PO invoice - FBV2 functionality via BAPI or FM not BDC

    Good day all,
    after searching many days, I have found many threads similar to this request but none have been properly answers.  My scenario: I need to change a header field (ZUONR) and account assignment related fields (KOSTL, AUFNR, etc) in the document items.
    I have tried many FM for this but can't seem to overcome the fact that parked, non-po invoices have no entry in the BSEG table.  I have progressed a long ways with the BAPI
    PP_CHANGE_DOCUMENT_FBV2_ENJ
    But I get an error message:
    No item information transferred into Accounting
    Message no. RW002
    Diagnosis
    The interface into Accounting requires:
    Header data
    Item data
    Currency data
    The item data is missing.
    System Response
    Processing of the data in the Accounting interface is not possible.
    Procedure
    This is a system error of the application which was called up.
    This message seems to derive from a missing set of field what should be coming from the FM
    AC_DOCUMENT_CREATE
    I can't seem to debug there the internal table T_ACCIT should be getting it's values
    Please help troubleshoot this.
    Cheers
    M

    SG- Thank you for the reply.
    I have been playing with BAPI_INCOMINGINVOICE_PARK and I'm not sure if it is doing exactly what we want, but it is something that I have considered in the past. I plan on looking into BAPI_ACC_INVOICE_RECEIPT_POST this morning, hopefully that will provide some more for us.
    If possible I'd like to avoid BDC sessions because this program could hypothetically interface with multiple SAP systems with different configurations.
    I will check into those FM's and thank you very much.

  • How to get the loaded cost for the Parked Purchase Order Invoices.

    Hi,
    Could any one of you please help me out to find out how the loaded cost is calculated for Parked Purchase Order Invoices which have not been posted. The problem is that if the invoice is posted the ekbe-wrbtr field contains the total amt for any particular line item, i.e. the (material cost + unplanned costs + taxes ).
    But for the documents which are not posted ekbe-wrbtr does not have all the key data fields as that of a posted document. Is there any way out to find the total cost for the line item which is not posted.
    Please try to help me..
    Thanks & Regards,
    Sanjay.

    in that case u have to get the document amt of that accouting Document of PO invoice.
    how --->
    get the IR number from EKBE
    CALL FUNCTION 'FI_DOCUMENT_RECORD'
        EXPORTING
          I_AWTYP            =  'RMRP'
          I_AWREF            =  W_AWREF1----->IR of Po
          I_AWORG            =  W_GJAHR1----->year
        I_AWSYS            = ' '
        I_AWTYP_INCL       = ' '
        I_AWTYP_EXCL       = ' '
        I_BUKRS            = ' '
        TABLES
          T_DOCUMENTS        = T_DOC.--->here u get the accouting document number.
    Regards
    Prabhu

  • Help required: EKKO-VERKF for consignment invoice

    Dear All,
    My requirement is to print the value of sales representative from the purchase document header.
    This information is to be printed on consignment invoice.
    The print program to be modified is RM08NAST ( form routine ENTRY_KONS, script:MR_PRINT)
    Can any one suggest me the mapping between purchase document and consignment.
    Thanks.

    Are you not using a Z program to print the invoice i mean a form.
    In that case you can get the required field  .
    reward if useful
    rajesh

  • Help required: VERKF in consignment invoice

    Dear All,
    My requirement is to print the following piece of infomration in a consignment invoice.
      Responsible sales person at vendor's office: EKKO-VERKF
    But how do I get this data.
    The standard print program RM08NAST does not retrive EKKO information.
    What is  the mapping between consignment invoice and purchase order tables?
    Please help me.
    Thanks.

    Are you not using a Z program to print the invoice i mean a form.
    In that case you can get the required field  .
    reward if useful
    rajesh

  • Park the incoming invoice without PO#.

    Hi All,
    I have a issue where i need to  park the incoming invoice without PO#. I found one BAPI 'BAPI_INCOMINGINVOICE_PARK', but when I checked it, It is asking for PO#. Is there any BAPI, or FM which can serve the purpose.
    Please help me on this issue.
    Regards,
    Rohit

    Hi,
    With T_Code FB60, you can fulfill your requirements, but whenever you want to track the same wrt PO / GR / SES it will not give you proper details, as long as possible you should avoid using FB60.
    Regards,
    VIkas

  • Emailing Vendor Consignment invoices

    Dear Experts,
    Can anyone explain me how to email vendor consignment invoices at the time of settlement through MRKO?
    Currently we are printing an invoice and along with the print out we need to send a copy through email to the Vendor.
    Thanks,
    Anil Yadalam

    Hi Anil,
    I would like to do the same while settlement run, email invoice automatically to vendor. Could you please guide me through and tell me the config steps you have taken.
    I will appreciate.
    Thanks
    Jibran

  • Park inbound EDI Invoices on iDoc failure from a workflow?

    Hello all,
    We have seen note 501524 that talks about parking inbound invoices by default.
    Our situation is this. We are expanding our use of EDI for inbound invoices. As such we would like to automate the validations steps as much as possible. To date with our limited use we have set up a workflow to notify on idoc failures and then a few agents have access to BD87 to make the idoc right and reprocess. We don't want to continue this process.
    Our preference would be to continue to allow the iDoc to fail, the workflow fires but at this point we communicate the failure to the appropriate person and park the invoice.
    Does this sound like a reasonable approach?
    Can we even park a red lighted iDoc?
    Once parked can the invoice be dealt with without using BD87?
    Has anyone ever tried this?
    Thanks,
    Doug

    Hi Ralph,
       In my opinion, you must have a PO Number for Invoice if you want to use standard functionality. You will probably need to create IDOC using an ABAP program which reads this file and search for PO based on the information available to you. I also notice that you are missing material number as well, how do you match the item number in the PO ?
       I don't see a way aroung without writing an ABAP program to handle this logic, but you can still use IDOC ( which comes with the standard processing logic and that is a big advantage ) so that you need to write only the PO matching logic.
      or if you are not inclined to write a separate program for uploading file into SAP and formatting IDOC, you can write your own process code (FM)for INVOICE01. Inside this process code (FM), you can put your PO matching logic and then call standard FM (process code). This is what I usually do.
    Cheers,
    Sanjeev
    Cheers,
    Sanjeev

  • Mass delete the parked EDI LIV invoices

    Hey Guys:
    I want to Mass delete the parked EDI LIV invoices. I have implemented note <b>971193 - FIPP: Mass deletion of parked documents</b> which is pulling data from FBV0...which is not the place where parked EDI LIV invoices are in.
    I have found a table RBKP which is having my parked LIV invoices document numbers.
    Can some of you give me a solution from where exactly we can mass delete these parked LIV invoices which have not touched the F1 yet.
    Thanks
    Gitaa

    Have you tried Mir4

  • Parked and Blocked Invoice

    Hi Gurus,
    What is the difference between parked and blocked invoice? Under what situations we go for parked invoices and under what situations for blocked invoices? When there is a quantity and price variance, invoice gets blocked. Can we go for parked invoice in case of quantity and price variance? A detailed explaination will be really helpful.
    Thanks,
    Kumar

    HI,
    Parked Invoices
    You can park invoices or credit memos. This means that you enter the invoice data or credit memo data in the system and save it in a document, but the system does not post this invoice initially.
    You can change a parked document as often as you wish, for example, by adding or correcting data. The changes are logged. When you have finished changing the document, you can post the parked document. Only when you post an invoice or credit memo, does the system carry out the normal account movements and make the necessary updates.
    To park a document, choose Logistics Invoice Verification -- Document Entry -- Park Invoice
    Blocked Invoices
    You can block an invoice manually. You have two options for doing this when you enter the invoice:
    You can block an invoice by entering an R in the field Payment block in the document header data.
    You can block an item by selecting the Ma (manual blocking reason) field in the item list. When you post the invoice, the system automatically sets an R in the field Payment block in the vendor line of the accounting document. Manually blocked items are given the blocking reason Manual block (M).
    Logistics Invoice Verification -- Further processing -- Release invoices
    Specify the Selection of blocked invoices
    Select the type of Processing
    Select a Blocking procedure
    Exceute
    Thanks & Regards,
    Kiran

  • OCR Solution: wrokflow on MIRO ( Park and Post Invoices)

    Hello one and All,
    We are planning to introduce a OCR solution which will scan and read the incoming paper invoices and it will then do the 3 way match on a daily basis and park the correct invoices.These invoices that are parked by the system should then be workflowed to an approveru2019s inbox in the SAP Business workplace.
    can any one came accross the above requirment and let me know your suggestions to procedd further.
    Raj

    Dear JIM,
    There is a useful document with screenshots on this wonderful functionality of SAP and this has saved lot of writing.
    Link: [Click here|http://www.whypad.com/posts/sap-how-to-post-a-parked-document-fbv0/56/|Tip]
    Trust this helps much and solves your problem!
    Regards,
    Ashok SINGH

  • BAPI for parking an FI invoice

    My dear savior,
    How shall I go about parking an FI invoice over BAPI. I've read around that there is no such BAPI. I just can't believe that.
    How shall one enter an FI invoice from an external system into the SAP R/3? Posting the invoice seems like a bad idea as it will not allow for necessary approvals/validations. Or am I mistaking here?
    There must be a way, and I can only hope some of you will find some time to give me a direction.

    You could take a look at the message type invoic and the corresponding processing code (INVF) which triggers the function module IDOC_INPUT_INVOIC_FI. From there on, you should find the desired functionality.
    Kind regards and good luck,
    D. Krijger

  • How can we distinguish between post, parked and rejected invoice in SAP

    Hi Guys,
    Is there any way by which we can distinguish post, parked and rejected invoice. I mean to say any field gets updated after doing any of these activity...
    Help from you all will be highly appreciated...
    Thanks in advance,
    Vikash

    Hi,
    If BKPF-Bstat is space then its a normal document and if it is A then its clearing..
    A     Clearing Document
    B     Reset clearing document
    D     Recurring entry document
    M     Sample document
    S     Noted items
    V     Parked document
    W     Parked document with change of document ID
    Z     Parked document which was deleted
    I hope this helps.
    Regards
    Ravinagh Boni

  • How to Park the single invoice for multiple purchase orders

    Hi,
    How to Park the single invoice for multiple purchase orders?

    brother this is possible to enter one Invoice fro multiple purchase order.
    call transaction MIR7, select " purchase order/Scheduling Agreement" from the PO refernce Tab. then click on arrow. give your purchase orders here.
    Thanks

  • Consignment invoice should be posted to PI in MRKO

    Hi
    The consignment invoice when posted through MRKO transaction, the document was posted to the vendor VN but not the PI - invoicing party. How to configure the system for consignment invoices , so that the posting happens to the invoicing party(PI) but not to the Vendor (VN)
    Please provide suggestions.
    Thanks in advance
    Regards
    GP

    in consignment processing, you can only work with the goods supplier which must be created in the corresponding company code and the corresponding purchasing organization .the consignment settlement is unable to take partner role 'Invoicing party presented by' stored in the vendor master into account and can only create the invoice for the goods supplier:
    please read OSS Note 451370 - MRKO: Different invoicing party

Maybe you are looking for

  • Database connection problem in J2EE sdk 1.3.1

    I am trying to connect to an oracle database. I have a servlet that calls a bean and in the ejbCreate() method of the bean i am calling code as follows DataSource ds = (DataSource) ic.lookup ("java:comp/env/jdbc/AccountDB"); Connection conn=ds.getCon

  • Is it fine if I have 3 mutual exclusive FK in one table

    Hello, Can you please have a look at this image: fam-erp.com/Capture.PNG The three tables COM_SALE , RES_SALE , PLOT_SALE share the same details in the table SALE_DEALS. Is it fine to have a FK for each one of these three tables in SALE_DEALS Table.

  • No 'Change Request' Tab in Solar_Project_Admin

    Hi, I am trying to implement Change Request Management with SolMan on an  Implementation Project. I performed different tasks like: - RFC connection creation (client 000 & Other mandant) - Logical Component creation - Project creation with SOLAR_PROJ

  • Advice when using lots of Adjustment Layers/Layer Masks

    I want to create an image that will be composed of lots of layer masks that I am going to use to paint different effects back over someone's face. I currently have a hue/saturation adjustment layer that I used to desaturate the image and then I selec

  • IMovie '08 special effects

    Are there any special effects in iMovie '08 from iLife '08?