Maximum Line Items Reached In FI-  OBCY - Can the config be reversed

Hello,
When processing a sales order with abt 315 items, we received an error message "Maximum number of items in FI reached". As per the SAP Note 36353, we are planning to implement FI Summarization in transaction OBCY.But we are not sure if this will work or not. Could somebody please tell me If the summarization is activated, and the solution doesnt work, can it be undone? Will there be any impact in production if we undo the changes.wWll there be any negative impact, (eg invoice creation), when reverted.
Request imputs on this.
Regards,
Lavanya

Dear Lavanya,
I don't see any particular problem in doing the summarization. There is, obviously, the side effect that You will lose the information for the fields that You will insert into the TTYPV table.
Please read the point 2 that is very clear:
2.  If there are items which are the same in all same account
    assignments:
    Make the following entry in the TTYPV table (transaction OBCY):
    Table   Field name
    As a consequence, items which are the same in all fields except
    value fields are totaled, that is, they are combined into a single
    item.
I hope this helps.
mauri

Similar Messages

  • Maximum Line Items

    Dear Experts,
    I have an issue,When I am running the daily consumption file through a note pad to SAP(As we have another system from where the datas are being derived) by a  Z report(developed),the error is showing maximum line items in FI has reached.
    The entry passed is :
    Consumption A/c Dr.
      To Raw Materials
    Please revert back with an appropriate solution which will be highly appreciated and will be awarded with points.
    Thank you

    Hi,
    Tthe limit for FI document is 999 (as line item number field is of length 3).  There are many ways you can address this depending on where you are comfortable; modifying the SAP program or the sending application.
    1.  If the sending application creates the file, then you can make the file from there in such a way that there are less than 999 items (both GL accounts combined).  So you will have multiple files generated from the source and these can be pulled in using the exisiting Z program.
    2. From the sending application itself, try and summarise the items based on a set of fields; say you can summarise entires based on material and date.
    3.  Modify the SAP program to break the file internally in the z program so that the number of line items are less than 999.
    4.  Do the summarisation in the Z program itself.
    Cheers.

  • Maximum Line items in Sales order/ Delivery/ Invoice

    Hi guru's
    Maximum line items(SAP Standard) in the sales document/ Delivery Document / Invoice?
    Thanks and Regards
    Srinivas Kapuganti

    Dear Srinivas
    Why you want in sale order and delivery to restrict the number of line items and it will have no impact.
    For Billing, you can achieve this.  Go to IMG path -- Billing -> Billing Docs -> Country specific features --> Maintain Maximum Number of Billing Items.  There select your sales organization and maintain the number of line items to flow in your billing document. 
    thanks
    G. Lakshmipathi

  • 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

  • Maximum line item in a Bid Invitation

    Hi Gurus,
    Can anybody tell me the maximum line items that we can enter in a bid Invitaion.
    Help highly appreciated...
    Regds
    SRMUSER

    Hi,
    It will  999 line items  In Standard SAP -ECC 6.0 for a P.O we can have only 999  line items
    the same principle applies here
    Regards
    G.Ganesh Kumar

  • 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

  • Line item Ship-to Info is not the same in Header Ship-to Party During Sales Order Creation via IDOC

    We have observed that during creation of sales order using idoc, the line item ship-to party is not the same with header ship-to. The ship-to party info in line item is equivalent to the header's sold to party. To give you a quick background, Sold to party info is given in idoc and ship to party is being determined using table EDPAR. In this specific scenario, sold to customer is not the same with ship to customer.
    Initial checking on the code leads us in function module VIEW_KUAGV. This FM populates partner details of sales order header and line item in program LVEDAF1Z
    Below is the code for Sales order Header. Notice that WE_INPUT parameter which contains Ship to party is passed as exporting parameter in FM VIEW_KUAGV. This is the reason why Ship to Party is populated correctly in sales order header but not in sales order item.
    Initially, it first set to Sold-To Party. However, if WE_INPUT is given or provided, partner details is set to Ship-To Party.
    Please advise on how we can make the ship to party info in header and line item be consistent. This is SAP Standard program which why we are hesitant to make change on the program. If there is a configuration to make this happen, kindly advise.
    Regards,
    Rommel

    Hi Jayesh,
    If I understand you correctly, you want that when creating SO from Quoatation
    the Ship to Party also follow/copy Ship to Party from Quotation, right?
    Just to confirm with you, when you creating SO reference from Quotation, you
    use copy/follow-up function, am I right?
    You can do this by setting in configuration of Copy Control (like mentioned by Hui).
    Step as follow :
    1. Go to IMG->CRM->Transactions->Basic Settings->Copying Control for
        Business Transactions
    2. Create your BAdi (Business Add-In for Copying Control), such as get Ship to
        Party value from source document and use it in current document
    3. Use this Rule you have created in BAdi (no. 2), in copy control transaction type
        IMG->CRM->Transactions->Basic Settings->Copying Control for
        Business Transactions-> Define Copying Control for Transaction Types
    4. Here you set Copying Routine for your transaction types (put name of your Badi
        created in step no. 2)
    Or alternatively, you can set it on access sequence in Partner Function
    Ship to Party in configuration. You can define access sequence the Ship
    to Party is taken from Preceeding Document -> Ship To Party
    1. Go to Partner Function access sequence :
        IMG->CRM->Basic Functions->Partner Processing->Define Access Sequence
    2. Create new access sequence with following entry :
        - Source COM_PARTNER_A (PrecedingPartner)
        - Check Mapping for Partner Being search
        - Partner Function in Source  = Ship To Party
    3. Assign this Access Sequence in you Partner Function used in Sales Order Transaction
       Type.
    Tell me if this is what you looking for
    Gun.

  • How do I grey a bubble on a line item that I don't want the user to be able to input, but leave the others active in a form?

    How do I grey a bubble on a line item that I don't want the user to be able to input, but leave the others active in a form?

    I may be missing something here, but can't you just set the item to "Read Only" in the general preferences for that item?

  • Maximum line items that RFQ can have?

    Hello folks,
    Can anyone provide information on how many line items we can have in RFQ? I have a scenario with 10K line items.Any inputs on how it can be customized or if anyone has faced such a situation and has a workaround?
    Regards
    Sanjeev

    there is no limit of the line nos in RFQ u  can have as many as u can

  • Maximum Line items for Equipment BOM

    Dear Experts,
    Is there a limit to the number of line items of components we can have in equipment BOM. I am not able to add anything above 999. It doesnt show any error, but doesnot save any value after 999. Please let me if there is a work around.
    Thanks,
    Boby

    The BOM item node number STPO-STLKN is an 8 digit field therefore I would imagine that you could have a maximum of 99999999 items..
    But you could use multi-level BOMs which would allow you to organise your components better.
    PeteA

  • Maximum Line items 999 exceeded

    Hi,
    We have an SD document having more than 2150 line items, when it is releasing to Accounting, it is giving error message like Maximum Line itesm 999 exceeded.
    I have searched SAP Notes 1353125, 1353827(MM side) 36353 (summarisation) and 511873 - it deletes Assignment number XACCIT-ZUONR.
    Summarisation is not preferred for our client.
    Can anyone sugget any SAP note that will solve my problem at an earliest please.
    SAP note 511873 solve my problem or not?
    Our vesrion is SAP_APPL - 500.
    Regards
    Prathap

    HI Madhu,
    Thanks for the information.
    But it is possible to split the Accounting document. Some SAP notes are available.
    Regards
    Murali

  • ML Closing via CKMLCP - Open material & Maximum FI Item reached

    Hi Experts,
    when i did ML closing via transaction code CKMLCP,  i found some problems:
    1, for some materials such as A, Multi price determination can not be completed. 
    2, for some materials such as B, Revaluation of consumption can not be completed.
    3, for some materials such as C, Posting closing entry failed.
    I don't know under which situation these error would happen (in other words, it's WHY), and how to solve them ( solutions).
    and, for posting closing entry, one error message is "Maximum number of FI items reached" with message no F5 727. what is the soluton to this issue?
    could you please kindly give me some hints or suggestions?
    Thanks&Regards,
    Felix Shi

    Thank you sir.
    Maximum Item issue was solved owe to your solution.
    I still have two materials open in Revaluation of consumption section in CKMLCP. the error message is :
    Material 320003277  is blocked in valuation area 7080
    Message no. CKMLVNB051
    Diagnosis
    You are trying to revaluate consumption for material 320003277 (with movement type ). This material is blocked.
    System Response
    Consumption for this material will not be revaluated.
    Please kindly teams help me with this issue!!!
    Many thanks in advance!
    Regards,
    Felix Shi

  • To check maximum line items in P/o

    Dear friends,
    I hv a p/o of 5000+ line items but while updating, the system is accepting only 999 items & not saving data more than this.
    The p/o item number series starts with 1 so ideally the system should accept 99999 or atleast 9999 line items.
    Can u pls advise where to check these settings and how to amend it ?
    Thank you
    Prashant Bijutkar

    Dear Prashant,
    Ideally it will update only 333 as because once you do the GR for the corresponding PO accounting document is restricted upto 999
    for everyline in accounting document it creates 3 line items in accounting as below.
    Dr : stk
    Cr : POR
    CR: PO Var
    Because of this you can update only 333 line. If you want to increase the number of lines then you have to amend the Standard SAP table for which SAP won't support.
    Solution : Create multiple PO's breaking the number of line items to 333.
    Hope this helps.
    Regards,
    Sreekanth

  • 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

Maybe you are looking for

  • Archlinux on toshiba portege p2000 (2000)

    Hi, I just got toshiba portege 2000 from my employer with windows xp on it. I would really like to install my favourite system (archlinux) on it, but I have no idea how. The ways I excluded are: 1: CD instalation. The only cd-rom I have is on pcmcia,

  • CS4 loading RAW images very slowly

    I just upgraded from CS2 to CS4 to support my new Canon 50D RAW file format. It is taking Photoshop about 12 seconds to open each file, and this is a real killer when running a batch. Is this typical with these huge 15MP images? I am running a 2.8Ghz

  • Nginx error with proxy reverse

    Hi I've installed nginx to protect a weblogic server, port 7001. I've installed a SSL certificate in nginx so any comunication from outside is encrypted. No encryption in appserver configured. I'm getting an error, I'm about to see login page in my b

  • Podcasts sorting is weird

    At some point in an update, my podcasts became disjoint.  I currently have 11.4.0.18.  Not all of them, but I have some podcasts when I am in the "My Podcasts" view that have numerous entries on the left-hand side.  I don't know why.  As far as I can

  • I tune is not able to  download

    i tune is not able to download from istore. Moreso, internet on iphone is not working pl hellp