Max line items in FI reached..

Hi,
    We are posting an invoice using MIRO and it is giving an error that "Max line items in FI has reached".
So is there any way that we can post if the total line items are more than 999.
Regards>

Hello,
Please check the note
36353 - AC interface: Summarizing FI documents
But be aware that contents in many fields can prevent the summarization.
So please thoroughly compare the entries in database table BSEG, which were not
summarized together, with each other. Do really all fields have the same content in all line items, of course except for the amount fields? If not, these fields, which are no amount fields and whose
content is different in the line items, can be added in transaction OBCY.
As per the note 1070206 if you have the setting Determine taxes line-by-line (Customizing transaction OBCO: TTXD-XTXIT = X. Please implement the notes 1051914 and 1070206 this should help here.
The enhanced logic also makes postings from MM and SD are not summarized completely although the settings in note 36353 are correctly made. As a solution, note 645356 releases BSEG-XREF3 in transaction OBCY.
The aggregation is prevented through different content in the fields of EBELN (Purchasing document or purchase order) and EBELP (Purchasing document or ordering item). Thus a higher aggregation could be achieved with SAP Note 77161 (for dummy operation 'VBRK').
Per note 77161, you have to setup up point no. 2 by maintaining table TTYPS with fields
TABLE   FIELDNAME
BSEG     EBELP
BSEG     EBELN
In point no. 3 setup in your system. Please insert the following field in table TTYPV for object type 'RMRP'
TABLE   FIELDNAME
BSEG    EBELP
Please take note that the account assignments to the purchase order (EBELN) and to the purchase order item (EBELP) are NOT deleted by default. In both the goods receipt with reference to the purchase order (MB01) and the invoice verification, they are assigned to an account in the FI document and thus PREVENT the summarization of the FI document.
This makes it possible to clear the GR/IR clearing account at PURCHASE ORDER ITEM level.
By implementing the changes as per notes 77161 and 36353, the clearing of the GR/IR is at PURCHASE ORDER NUMBER level.
Also, refer to the following notes:
  645356 No summarization of FI documents from MM due to
  545137 FAQ Interface - summarization
  117708 A maximum of 999 items can be posted in the FI doc
  743744 MIRO/MR1M: FI follow-on documents or MM documents missing
Please, check carefully the customizing with the reference notes.
I think that this should help to resolve your inquiry.
Best Regards,
Vanessa.

Similar Messages

  • The question about max line item in material document

    Dear  sir:
    I want to excute CO27 for an FP . It will create material documents. The max line item is 100 in each material document. But I want to record 400 lines in a material document.  Is it possbile to change the number of max line in material document?   How could I do to change that ?   Thanks !!

    I know about 333 in case of physical inventory because the finacial document has a technical limitation of 3 digits for Fi document item number, which means the FI document cannot take more than 999 lines.
    In case of physical inventory a material document item can create up to 3 FI item lines. So the limit for physical inventory became 333.
    I dont know from where you have the 100 as limitation, but take the above said into consideration before you change anything.

  • Splitting sales ord line items to diff deliveries based on max line items

    Hi,
    I'm trying to split sales order line items to different deliveries based on the max line items on Sales Organization ( TVKO-MAXBI ) . I activated a new routing (copying standard 001 ) but an error is happening
    Item 000200: delivery split due to conflicting header data (ZUKRL: M106 <-> M1061)
    However the split does not work as expected. Does anyone have any ideas ?
    Pls help me
    The code is:
    data: ITEMNO        LIKE TVKO-MAXBI,
          BILLNO        LIKE TVKO-MAXBI.
    *}   INSERT
    FORM DATEN_KOPIEREN_601.
    *{   INSERT         MTDK905083                                        1
      LIKP-VKORG = CVBAK-VKORG.
      LIKP-AUTLF = CVBAK-AUTLF.
      LIKP-VSBED = CVBAK-VSBED.
      LIKP-FKARV = TVAK-FKARV.
      LIKP-TRAGR = MAAPV-TRAGR.
    Fill field ZUKRL with combination criteria
      LIKP-ZUKRL(2)      = CVBAK-VTWEG.
      LIKP-ZUKRL+2(2)    = CVBAK-SPART.
        IF NOT TVKO-MAXBI IS INITIAL.
          IF ITEMNO < TVKO-MAXBI.
            ITEMNO = ITEMNO + 1.
          else.
            LIKP-ZUKRL+4(2) = BILLNO + 1.
            ITEMNO = 1.
          endif.
        endif.
      LIKP-STAFO = CVBAK-STAFO.
      LIKP-STWAE = CVBAK-STWAE.
      MOVE CVBAK-KKBER TO LIKP-KKBER.
      MOVE CVBAK-KNKLI TO LIKP-KNKLI.
      MOVE CVBAK-KKBER TO LIKP-KKBER.
      MOVE CVBAK-GRUPP TO LIKP-GRUPP.
      MOVE CVBAK-SBGRP TO LIKP-SBGRP.
      MOVE CVBAK-CMWAE TO LIKP-CMWAE.
      MOVE CVBAK-WAERK TO LIKP-WAERK.                      "46C/note 184914
      MOVE CVBAK-CTLPC TO LIKP-CTLPC.
      IF LIKP-LFART = TVAK-KORLI.
        LIKP-KLIEF = CHARX.
      ENDIF.
      MOVE CVBAK-LIFSK TO LIKP-LIFSK.                           "45B
    Pick-up sheet number in delivery order processing is external dlv. no.
      IF CVBAK-VBKLT EQ VBKLT_AUSL_AUFT OR
         CVBAK-VBKLT EQ VBKLT_AUSL_AUFT_KORR.
        MOVE CVBAK-BSTNK TO LIKP-LIFEX.
      ENDIF.
    Consignment issue by service agent is external delivery number
      IF CVBAK-VBKLT EQ VBKLT_EDL_ENTN OR
         CVBAK-VBKLT EQ VBKLT_EDL_ENTN_KORR.
        MOVE CVBAK-BSTNK TO LIKP-LIFEX.
      ENDIF.
    *}   INSERT
    ENDFORM.

    hi friend i solved the problem.. was a mistake on my source... I send u the code to help u in advanced... thanks for your time
    data: ITEMNO        LIKE TVKO-MAXBI,
          BILLNO        LIKE TVKO-MAXBI.
    *}   INSERT
    FORM DATEN_KOPIEREN_601.
    *{   INSERT         MTDK905083                                        1
      LIKP-VKORG = CVBAK-VKORG.
      LIKP-AUTLF = CVBAK-AUTLF.
      LIKP-VSBED = CVBAK-VSBED.
      LIKP-FKARV = TVAK-FKARV.
      LIKP-TRAGR = MAAPV-TRAGR.
    Fill field ZUKRL with combination criteria
      LIKP-ZUKRL(2)      = CVBAK-VTWEG.
      LIKP-ZUKRL+2(2)    = CVBAK-SPART.
        IF NOT TVKO-MAXBI IS INITIAL.
          IF ITEMNO le TVKO-MAXBI.
            ITEMNO = ITEMNO + 1.
          else.
            BILLNO = BILLNO + 1.
            ITEMNO = 1.
          endif.
        endif.
      LIKP-ZUKRL+4(3) = BILLNO.
      LIKP-STAFO = CVBAK-STAFO.
      LIKP-STWAE = CVBAK-STWAE.
      MOVE CVBAK-KKBER TO LIKP-KKBER.
      MOVE CVBAK-KNKLI TO LIKP-KNKLI.
      MOVE CVBAK-KKBER TO LIKP-KKBER.
      MOVE CVBAK-GRUPP TO LIKP-GRUPP.
      MOVE CVBAK-SBGRP TO LIKP-SBGRP.
      MOVE CVBAK-CMWAE TO LIKP-CMWAE.
      MOVE CVBAK-WAERK TO LIKP-WAERK.                      "46C/note 184914
      MOVE CVBAK-CTLPC TO LIKP-CTLPC.
      IF LIKP-LFART = TVAK-KORLI.
        LIKP-KLIEF = CHARX.
      ENDIF.
      MOVE CVBAK-LIFSK TO LIKP-LIFSK.                           "45B
    Pick-up sheet number in delivery order processing is external dlv. no.
      IF CVBAK-VBKLT EQ VBKLT_AUSL_AUFT OR
         CVBAK-VBKLT EQ VBKLT_AUSL_AUFT_KORR.
        MOVE CVBAK-BSTNK TO LIKP-LIFEX.
      ENDIF.
    Consignment issue by service agent is external delivery number
      IF CVBAK-VBKLT EQ VBKLT_EDL_ENTN OR
         CVBAK-VBKLT EQ VBKLT_EDL_ENTN_KORR.
        MOVE CVBAK-BSTNK TO LIKP-LIFEX.
      ENDIF.

  • Max line item to be selected

    Hi Friends,
    I need to pick only records where line item number is maximum,
    Ex:   invoice no     Line Item
           ab001               1
           ab001               2
           ab001               3
           ab002               1
           ab002               2
           ab003               1
           ab003               2
    I want to pick only the records where the line item number is max:
           ab001               3
           ab002               2
           ab003               2
    Can any one tell me how to code it.
    Regards,
    Line

    Hi,
    SQL query
    select max ( distinct lineitemno) invoice from <table> group by invoice lineitemno
    regards
    suresh krishnan

  • Max # line items in a purchase order

    What is the maximun number of line items that can be created in a purchase order or in a contract?
    Thanks

    >
    mamamoraga wrote:
    > What is the maximun number of line items that can be created in a purchase order or in a contract?
    >
    > Thanks
    Best practice would be to stay with 99 line items, as if created more, than you will have trouble in Goods receipt. GR allows just 99 line items receiving. If more than 99 line items are used in PO, then you need to do multiple GR's against the said PO.

  • Line items to be excuded in dunning after tha max. level is reached

    Hello everyone,
    We have a requirement in Dunning where the line items that have reached the max. level,  should not be included in the reminders any longer since the invoices are then handled over to an insurance company. Request help on the configuration required for this.
    Thanks

    Hello,
    The dunning block should be set at document level in this case. This way only the document will be blocked.
    If you set it in customer master, the customer will never be dunned.
    There is a path in customizing to create the dunning block.
    REgards,
    REnan Correa

  • Max. no of items in FI reached

    Hi All,
    We try to capitalise 1100 assets in KOB5 from one Internal order.But we are not able to process the transaction.we get the message 'Max. no items in FI reached'.
    Can anybody help on this.
    Thanks,
    Kumar

    Hi Kumar,
    Please check note  36353 which will answer your query.
    Regards,
    Abhisek

  • More than 999 line items in Invoice

    Hi All,
    We are having a scenario where more than 999 line items needs to be invoiced in a single billing document. If more than 999 line items are invocied in a single billing document, system can not post the acct document. Our requirement is to create single billing doc for more than 999 and post acct document also successfully.
    Please advise if any one has worked on the simillar issue.
    Thanks,
    Ravi

    Hi,
    You can not do that with 999 line items in one billing document, the reason is the line items limit in the accounting document, because one line item of billing document must generate two line items (D&C) in the accounting document, although you can maintain the max 999 line items in billing document, but actually the max line items of billing document is 499.
    So the other line items more 499 must be generate in a new billing document! Hope can help you understand the scenario.
    Regards
    Tao

  • Maximum line items in Invoice

    Hi,
    Do anyone know how many maximum line item we can add while creation of non PO invoice?
    Even curious to know max. line items for Scart, PO .
    Regards,
    Rahul Mandale

    Hi
    <u>Read and then try out the following OSS notes</u>
    <b>Note 983568 - ITS 6.20 64-bit
    853489 Analysis of memory problems in the SAP ITS 6.20
    799926 Integrated ITS, unused itsp/* kernel parameters
    733058 ITS 6.20 Container types
    67225 Context memory overflows in ITS</b>
    Hope this will help.
    Please reward suitable points, incase it suits your requirements.
    Regards
    - Atul

  • Error msg "Maximum number of items in FI reached" displayed while backflush

    Dear Gurus,
    The scenerio at our client's site is that of MTO using strategy group 50 and variant configuration.
    The production process goes through a sequence of three operations. Details are as under:
    1. Operation 10: Control key (PP01), all components (say some 1500) are allocated to this operation.
    2. Operation 20: Control Key (PP01), no components allocated to this operation.
    3. Operation 30: Control key ( PP03), no components allocated, AutoGR maintained in control key.
    Now the issue is while doing confirmation using T code CO1F, individually for all the operations, backflushing of some odd 900 components is not taking place. The components get stock in COGI. Each time these are to be cleared from COGI, although there is sufficient stock of these components for these components.
    The error msg that is being displayed in COGI is "Maximum number of items in FI reached".
    Pls suggest how to take care of it.
    Regards,
    Pradeep Santara

    Hi,
    The error is due to the maximum line items have been reached in FI.
    actually you cann't post more than 999 items in one acctg doc at one time.
    regards

  • Max no. of line items reached in FI

    Hi Everyone,
    My client does billing through a batch job and the program used SDBILL which is assigned to TCode VF04 in Table TSTC.
    There are invoices where the line items is fixed at 999.Could somone please tell me how to automatically split invoices whenever the line item exceeds the permissible no. of line items which 999.
    Regatrds

    Hello,
    The lines in accounting documents will depend up on the different items for posting, like revenue, tax, provisions ....etc .
    Check for your accounting document and findout how many line items appear in the accounting document for each line item in the invoice. Then you can set a invoice split routine in the copying control (Data VBRK/VBRP), else as Lakshmipathi suggested you can use the userexits to split the billing document if the line item crosses XXX.
    SAP suggests using the split invoice method, or the note 36353. But this notes will summarise the accouting document line items with the field specified in OBYC (table TTYPV). This can have an adverse effect, if the FI dept use line item wise clearing OR the data transfers to external systems (BW/reporting systems).
    Regards,
    SAM

  • Error: Max no of items in FI reached

    Dear Gurus,
    As per our requirement we have generated a sales order and invoice with 1300 line items(single order with 1300 items), for all the items accounting docs were not generated, when i am trying to release the invoice to accounting the error with description as "Max no of items in FI reached".
    Can you pls guide, how to proceed further.
    Thanks & Regards
    Mahendar.

    Hi,
    Check Note 36353 'AC interface: Summarizing FI documents', it give you ideas as how you can avoid this big number of FI items.
    I hope this helps you,
    Regards,
    Eduardo

  • Error Max no of items in FI reached during CJ88

    Hi All, We are getting a similar error as above in cj88 error no F5727. The number of Fixed Assets defined in Level 1 WBS is 964. This is less than 999 so dont understand why this issue is coming. I find two other discussions in this forum: First we can use another secondary WBS to post all the cost which is not possible here as we define all fixed assets only in level 1 wbs Second we found the note 36353 is this going to help? Third we can settle cost to one single WBS only rather than all these and then transfer cost or distribute to all FXA through Asset posting. But this is also not possible as how to change the settlement rule now. All these line items are already used in previous period 12/2014 and there are no unsettled balances of previous period. Then how to remove this error? Can anybody suggest.

    Hi,
    Read this thread
    You are not yet reached to 999 levels still it is giving an error message, strange. Can you check the settlemen rules at table level does it have more than what you see on the settlement screen. if that is the case then you delete unwanted netries from table COBRB and COBRA by using SM30.
    Message no. F5727:maximum number of items reached in FI sereen MI07.
    Maximum number of items in FI reached - CJ88
    follow the work around suggested by Virendra. Hope that will solve your issue. if not raise OSS to SAP.
    Thanks,
    Sudhakar

  • 999 line items reached in FI

    Hi,
    When we are trying to release a billing document we are getting the below error message "999 line items reached in FI". Please through a light on this.
    Thanks,
    Kumar

    Hi
    In SAP version 4.6c there is a limitation of posting more than 999 line items in a single document.
    In ECC version this limitation is not there.
    Now what next for you in order to post document?
    Please try to split the document in 2 parts and post it..There is no other alternative to this
    If this solves your problem then please award points.
    Kind Regards,

  • Final total cannot appear when the last line item reached the page end

    Hi All,
    My report included 2 pages. Problem is the final total cannot appear when the last line item reached the page end. (page 2)
    final total will appear on the middle of last page (page 3) when i comment (type    = 'BOTTOM').
    Below is the program.
      CALL FUNCTION 'OPEN_FORM'
        EXPORTING
          device   = 'PRINTER'
          dialog   = 'X'
          form     = 'ZBOTM_VOUCHER'
          language = sy-langu.
      sort itab by vblnr.
      LOOP AT itab INTO wa_itab.
        move wa_itab-vblnr to reguh-vblnr.
        move wa_itab-lifnr to reguh-lifnr.
        move wa_itab-rbetr to reguh-rbetr.
        reguh-rbetr = reguh-rbetr * -1.
        CALL FUNCTION 'WRITE_FORM'
          EXPORTING
            window  = 'MAIN'
            element = 'DETAIL'.
        t_rbetr = reguh-rbetr + t_rbetr.
        AT LAST.
          CALL FUNCTION 'WRITE_FORM'
            EXPORTING
              window = 'LINE'.
          CALL FUNCTION 'WRITE_FORM'
            EXPORTING
              element = 'TOTAL'.
              type    = 'BOTTOM'
              WINDOW  = 'MAIN'.
        ENDAT.
    Thanks.

    Hi,
    Where should I include the code for bottom?
    How to open text editor?
    Thanks.
    Edited by: Alice8 on Feb 7, 2011 9:09 AM

Maybe you are looking for

  • I deleted all my artwork but it shows up on itunes NOT my ipod

    Well I had followed this person's idea to add artwork BUT instead it DELETED ALL MY ARTWORK! BUT its still on itunes, but doesnt show up on my ipod..anyone know how to help? PLEASE "I had the same problem and was getting the unhelpful error message "

  • How to go about requesting an RMA to exchange an incorrect MagSafe charger

    Obviously the correct answer is contacting customer support, though specifically I'd rather do it via E-mail. The only options I see are calling them, and current transportations issues are preventing me from visiting an apple store. Also, I'm not su

  • External monitor not detected

    I just got a Samsung SyncMaster 2033 SW Plus monitor and tried connecting through the DVI port of my MacBook Pro, but its not getting detected. I'm using the mini display port to DVI adapter to connect. The monitor seems to work perfectly when I conn

  • [JPA] Manually instantiating entities with lazy associations. How?

    Hi, I need to construct a dynamic native query. (I can't use JPQL, because I need to call stored procedures. I can't use a named native query because I'm working on a Search Page and the users may enter various search criteria. A static named query w

  • Firefox crashes when yougo to print a web page?

    After recent Windows updates (KB2502285/2485376/2479628/2467023/2454826/2425227/22393802) for Windows 7 32 bit applied to my computer on the 10th February 2011, all my browsers, Firefox, IE9 and Chrome all crashed if you tried to print a web page, go