Invoice Header Notes 1

Hi all,
we seem to have an interesting issue when a header text from one order gets onto a header text of the billing document (invoice) of a completely different order, completely different customer and created by a completely different person. Does not seem to happen all the time, so it is hard to reproduce. But there have been quite a few like that.
It seems like the billing document should accept the notes from the order, correct? Is there a some kind of routing I should check to make sure that it is routing the generation of the invoice texts to the correct order?
Thanks in advance,
Sergiy

Thanks for your help. I am not much of an ABAPer. Could you give me some hints on how to find out where the custom code would be.
Would I use a regular debugger and run the generation of the invoice through it?
I tried finding userexits in SE80 and there are a few for delivery generation but none appear to be dealing with notes. It appears that it starts grabbing the wrong notes when the delivery is created since the delivery for the order also has the same incorrect notes as the invoice does. 
As far as the copy control I am not sure. In SPRO, under logistics execution ->shipping I found copying control for deliveries. Can't seem to make sense of it quite yet, but will keep looking. Any help on this would be appreciated.
Thanks a lot for your help,
Sergiy
Edited by: Sergiy Mysyk on Apr 30, 2008 10:19 PM

Similar Messages

  • Apply credit memo to an invoice header (not to a line) using Autoinvoice

    Hi,
    Does anyone know if it's possible to apply a credit memo to an invoice header, as opposed to an invoice line using autoinvoice? I know how to apply on account and at invoice line level, but can't get it to apply at the invoice header. I don't even know if it's possible.
    Thanks

    Hi,
    Does anyone know if it's possible to apply a credit memo to an invoice header, as opposed to an invoice line using autoinvoice? I know how to apply on account and at invoice line level, but can't get it to apply at the invoice header. I don't even know if it's possible.
    Thanks

  • Order Header Text not copied to Invoice Header

    Hi All friends
    I have created text id for copiying sales order header to invoice header in votxn. I assign in text procedure of sales order as well as Invoice text procedure. I create sales order with maintaining text ID But when i created invoice with same sales order text id is not copied. Please suggest me what steps i should take and what Access sequence i must maintain to copy text from Sales order to Invoice.
    I have maintained the access sequence and maintain the required text id in access sequence. But system is only access the first text id from order header to Invoice header not other text id  which i maintain in order.
    Regards
    Shambhu
    Edited by: SHAMBHU SARKAR on Dec 29, 2008 12:30 PM

    Hi shambu
    while doing text determination in one step in i think in text id's in text procedures, maintain as TEXT IS OBLIGATORY AND SHOULD BE DISPLAYED WHILE COPYING.
    Text is obligatory and displayed when Transferring - whatever text you have entered in the sales order that will be copied into preceding document say delivery or billing
    Regards
    Srinath

  • Query Header note of a billing invoice

    Hello,
    In a query for billing invoices I need to add the Header note. I cant find a way to do that. Is there a table or a logical Database that has that item included?
    regards Andreas

    Hi
    So in your query you have to add an additional field and some abap code in order to fill it.
    If you go to header of the text, you can find out the keys: ID, OBJECT, NAME and SPRAS
    The ID and OBJECT can be hardcopyed in your code (because they'll be constants), the NAME is the invoice number (perhaps it can be the client (mant) too, the language should be depend on the language of customer.
    Just as I said, u can use fm READ_TEXT, now the problem will be transfer a text saved in a table (so many rows) to a single string (your additional field for output): that means this field has to be sufficiently long to display the header note, but probably the last part of the note sometimes can be truncated
    Max

  • Invoice is not getting posted to accounts it is showing the export error

    invoice is not getting posted to accounts, it is showing an error of foreign trade / export data. where as it is with in the country. it is maintained for the plants abroad stock transport order.

    A stock transport order to a location overseas etails crossing national borders and change of legal regulations. hence you need to maintina FT data. Please check the FT data in the billing header and item and maintian them. They are simple items like customs offices meas of transport...
    This will give you a green status from the red status you will initially have. Then you can post the invoice.
    regds

  • Invoice Description not Transfered to GL

    Hi,
    In R11i when trying to transfer invoice to GL description invoice that I filling before is missing.
    But description of distribution invoice is available.
    When I seeing in table accounting lines and header in AP the invoice description in the invoice (Liabilities) is null, then in the invoice distribution (Charge) have the description that I filled before.
    Is this default from R11i not showing invoice description in accounting lines and GL?
    Or there is any setting / configuration for setting this?
    Thanks,
    Hakim.

    Hello Hakim.
    I'm using 11i and i have set Sequential Numbering to Always Used.
    If i enter no description both on AP invoice header or distributions, the description of the corresponding GL line is the document sequence value automatically created by the system.
    If the description field is used then this description goes to the GL line description.
    I never found a way of setting up this beahaviour, it seems intended functionality.
    Octavio

  • Transfer data from the PO to the invoice header data in MIRO (user exits)

    Hi.
    We are trying to transfer some basic information from the PO to the invoice header data by the time we process the logistic invoice verification (transaction MIRO).
    The information we want to transfer is:
    1.     PO Text (screen field DRSEG-TXZ01) -
    > should be transferred to Header text field (screen field INVFO-SGTXT) located in the tab u2018Basic Datau2019.
    2.     Purchasing Document Number (screen field DRSEG-EBELN) -
    > should be transferred to Assignment field (screen field INVFO-ZUONR) located in tab u2018Detailsu2019.
    The exits we had listed for this tasks are:
    EXIT_SAPLMR1M_002: Change Proposed Account Assignment
    EXIT_SAPLMR1M_003: Pass On Document Header Data
    EXIT_SAPLMR1M_004: Change the Withholding Tax- and Split Table
    EXIT_SAPLMRMP_010: Analyze Document Header and Item Data
    The second one, EXIT_SAPLMR1M_003, should have stopped at by the time we processed the information, but it didnu2019t.
    Iu2019ve heard EXIT_SAPLMRMP_010 would no longer be functional from version 4.6c.
    Users enter the information in MIRO following this chronological order:
    1.Invoice date
    2.Reference
    3.Purchase order number ---> operation which u201Ccallsu201D the PO to the screen.
    4.Amount
    5.Flag u201Ccalculate taxu201D field (if mandatory)
    6.Tax on sales/purchases code (if mandatory)
    And then they post. Thatu2019s all.
    Weu2019ve tried to get this data from the time we u201Ccallu201D the PO to the screen, just to see if we can get it before we saved the document, and we werenu2019t capable of doing it. The second option is to get the data right after we process the document (post it), so weu2019ve reached bapi INVOICE_UPDATE but we cannot locate the exact place to put the references to the dynpro (although, weu2019re not 100% sure if this bapi would solve the problem).
    Thanks in advance.
    Sebastian

    Hi Sunil.
    Function MRM_INVOICE_CHECK doesn't exist in system 4.6c. Also I've searched for it in ECC 5 and I got the same result. Are you sure about the name of the function?
    From the function group MRMC, I found this:
    MRM_BADI_INVOICE_CHECK    
    MRM_DUPLICATE_INVOICE_CHECK
    I haven't still check them. But for what I know, the second one (...DUPLICATE...) processes a control to avoid a double entry of the invoice, I not sure it will work. I'll let you know.
    Thanks for answering.
    Sebas

  • F-28 customer invoices were not cleared

    Hello ,
    i would need to find out what could happened when i was clearing the customer invoices in transaction F-28.
    The entered invoices were not cleared after i pressed the "post".They appeared as open item on customer account so we had to clear them manually in transaction F-32.
    It makes no sense... Can someone pls explain what happened?
    Many thanks
    Erika

    No, it is possible,if when you reverse the cleared document via FBRA, there are two ways to do that so, one way is to reset only, another way is to reverse and reset, once you select latter way, then another reversed document will be generated to offset the existing one, then you will be able to use fb03 to show that new generated finance document, then click header icon, then you will know who did it, hope it helps.

  • Discount at header, not reflected at item level

    Hi All;
    We are using ECC6
    There is a bsiness requirement.
    The vednor gives a discount for some PO's as a lump sum.
    The user requires to be able to enter the discont at the header level but the system should not divide this discount on all items. i.e. the unit price of every line should not be decresed by that discount.
    The discount should only be refelcted on the net price of the header only.
    Is there a way to define such a condition?
    Thanks

    Hi
    I dont think that is possible. It should not be possible too..... If you are adding discounts by vendor , these should get distributed to the PO line items to make accounting consistent for these items....
    If you dont distribute it to the PO Items, where will you post this gain.....Another option to handle this is at the time of creation of invoices you enter a lump sum amount at Invoice header...that should be possible but I did not check it...
    Post this question in MM Forum.....
    Regards
    Virender SIngh

  • Print Invoice Header Text In Main Window of Smartforms

    Helo Gurus !!!
    I want to print Invoice header text in main window of smartform.
    There are total 5 columns.
    Item    Quantity          Description          UnitPrice       Amount
    Now what I want is to print header text below Description column, there is a loop on the table in main window.
    This header text will be printed only once. This is a standard header text
    How to get this?
    Points are assured !!!

    Hi Anay Kulkarni,
           I understood that u need to print this header text
    Item Quantity Description UnitPrice Amount
    So please use TABLE instead of LOOP  in the table we can prin header, main area, footer.
    place the header text in header area in table...  i am sure this can resolve it.....
    feel free to contact me if issue is not resolved/.....
    dont forget to reward points....
    all the best...
    Regards,
    Sreeniasa Sarma K.

  • Withlding tax invoice is not creating

    HELLO
    withholding tax invoice is not generating at the time of payment but it is calculating only.
    Steps
    Create standard invoice Rs 100
    Attach payment withlding tax on line 6%
    Validate and approve
    Crate payment with Rs 94(deduct Rs 6%)
    Check withlding tax line on standard invoice line and it is available there with negative Rs6
    But system doesnt create withholding tax invoice for Rs 6?
    Setup is withlding tax at the time of payment and create withlding tax at payment

    Hi,
    I checked the difference b/w normal standard invocie and generating invoice from recurring and found the difference only in header PAYMENT WITHHOLDING TAX GROUP.
    When i not to choose payment wihthloding tax group in invoice header and select only in line,and validate and payment,it deduct withholding tax OK but not create withholding tax invoice?
    But when i select payment withholding tax group on INVOICE header level,than it create withholding tax invoice as well as deduct on payment amount.
    Is it mandatory to select withholding tax group on header level?

  • Reg: Addition of Tab  with fields to the Invoice Header - VF01

    Hi,
      The Requirement is to add an additional tab to the Invoice Header -VF01.Is there any Badi to add the Tab?
    Please Provide me the Solution.
    Thanks in Advance,
    Praveen

    Hi Sourabh,
           Thanks for the Reply.But I could not create an Implemention for the BADI : BADI_SD_CUST_HEAD as it is for SAP internal use.
          Is there any other alternative where we can add a tab to the Invoice Header - VF01.
    Please provide me a solution.It would be of great help to me.
    Thanks in Advance,
    Praveen

  • No visibility of state central bank indicator (LZB-KZ) in invoice header

    Hi all,
    in the help documentation for SRM 7.0 (SAP Library - Invoice Entry)
    is mentioned that the SCB field (LZB-KZ) can be made visible on the invoice header screen.
    Whether or not this field is visible depends on a country-specific BAdI. This BAdI is only available for Germany and Holland.
    We have SRM 7.01.
    Did anybody already find this BAdI and could tell me the name?
    I also did not find the IMG-Path to Supplier Relationship Management ® SRM Server ® Cross-Application Basic Settings ® Personalization ® Activate Country-Specific Fields
    mentioned in the help documentation.
    Any help?
    Best regards
    Joe

    Hello Joe,
    i think you have to activate the country-specific business function for country concerned.
    Check in SFW5 transaction.
    Once activated, i think path in SPRO will appear.
    Regards.
    Laurent.

  • Probable effects of removing Sold-to from invoice header?

    hi
    we have a requirement of doing collective billing by Payer and for that we need to remove Sold-to partner details from invoice header to avoid billing split.
    We are achieving this by using copy control routine to suppress Sold-to from delivery and (ii) removing Sold-to from header partner procedure of billing type to avoid prevent split due to different Sold-to in preceding documents. (and maintain Sold-to at invoice item level)
    Removing Sold-to from header partner procedure was required as otherwise the split indicator UNGLEICH=X was set and we could not find any user exit to set UNGLEICH = space in program LV60AB14 ( SAP ver 4.7 ).
    While we are trying to assess the effects of removing Sold-to from invoice header, I would lile to know opinion of others about probable effects of doing such; if anybody has done same thing in past, please help.
    thanks in advance

    Hi,
    As such removing sold to from invoice header will not pose any risk to the process. It is very much possible to have an invoice without SP. You can very well do this and go ahead.
    However you can test this by deleting the SP at header level while creating an invoice document on collective basis, and making the payment for the customer. The only place where I have little doubt is about the "Receivables from the customer(sold to party):" in FBL5N. Here we  may have some problems in updating the open items in Receivables and updating the payments. So please do the configuration and test this until payment to find out any errors. Along with this, also run a test on Credit Mngt. If there are no implications in Credit Mngt, and Payments in FI, you are safe to continue this as a process.
    The much simpler way to ensure SP not to be considered for invoice split will be to create a invoice split routine and code in such a way that SP is not a factor for splitting the invoices.
    So evaluate both of them of their advantage and risk and then decide.

  • Items to list in invoice but not wanted to post into accounting

    Hi - We have a BOM, both header and components are price related. We want header material to have net value as a sum of all component's net value, and we wanted to bring all the components into invoice (Del Related) but only header material will be posted into accounting but not the components. We want components to show in invoice but not into accounting. Any ideas to complete this need??
    Reg
    Siva

    Hi Siva,
    Please refer to note 77414, situation 1 for this.
    If you want the VPRS also cumulated on the main item, you would also need to implement the solution
    from note 352441.
    The note explains the solution by taking item category TAN & ZTAN as an example.
    Please implement accordingly based on your own item categore.
    Regards,
    Alex

Maybe you are looking for

  • How can I get iTunes to recognize information imported from media as audiobook vs album?

    I imported a series of audio cd's that contained lecture material into iTunes.  It sees these disks as albums not as a single set of audiobook portions.  Therefore, everytime I listen to a portion of the lecture material, I have to remember exactly w

  • Stock book help needed - want to remove file names

    Well, I'm trying to put together my first book from Aperture and chose the Stock theme for a book of family photos and I can't for the life of me figure out how to remove the file names which appear at the bottom of every image on the pages. Anyone a

  • WLC 5508 Configuration Query

    Hi Team, Just i want to know below configuration are possible with WLC 5508. Can  we define specific timing to keep an account enabled. For e.g. 9:00AM to 9:00 PM  from <x> date to <y> date? -          Can  we authenticate the "lobby admin" user thro

  • I cant install weblogic adapter on eclipse 3.5

    i tried to install wl server adapter on eclipse 3.5. but i face to problem by below... window > preferences > server > runtime environments 'add' click 'download addtional server adapters' click 'oracle weblogic server tools' next -> "Cannot complete

  • USing FTP to load ISO files

    dear community memebers, i am using VMware to try oracle VM. i was using FTP to upload an ISO File of enterprise linux through the VM manager console, my problem is that the speed is too low since the system is using the internet to upload the file t