Max no of item in a PO

What is the max nos of items we can put in a Purchase Order ?
Is there any config settting ?

hI,
The field length is 5 for PO line items whcih means you can use  maximum upto 99999. This can be controlled by setting the line item intervel in PO document type level. spro-mm-purchasing -purchase order-define document level , where you can fine item intervel , here you can control the line item limit with in the maximum limit 99999.
regards,
abi

Similar Messages

  • Invoices not posted for accounting(Error:Max. no of items in FI is reached)

    Dear Experts,
    I have an issue in the billing document.It is not getting posted for Accounting even it is 23(230)and in some cases it is 30 lines line items in it.
    It is shoing the error as Max. no of items in FI is reached.
    This problem is in Production client only.As we have seen and checked the setting in all the client. It is same every where.
    Could any one help.
    The SAP help says:The number of accounting line items are restricted to 999 therefore your billing document line items should be significantly less than that to prevent a failure to post an accounting document.
    There are two options open to you, one is to split the billing document automatically each time a maximum number of line items are reached, take a look at IMG > Billing >Country Specific Features > Maximum number of Billing Items, then in your copy control line item Data VBRK/VBRP include the following codeu201D

    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

    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

  • Max no of items reached in FI

    Hi,
    we have 470 lines in delivery and "Max no of items reached in FI" comes up during post goods issue. The goods have physically left the dock. Is there a way to get around this and do a PGI. I have looked at the OSS note_0001171573_max_num_GI-Items_reached but don't know the impact on FI side. Any input or suggestion is well appreciated.
    thanks

    Hi
    the error exists coz of  line item has a three-digit item number in FI and therefore the system
    cannot process more than 999 items for each document at the time of post goods issue
    Kindly go through the OSS notes 36353 & 123223 it may help you to  resolve the issue
    Regards
    Damu

  • Max number of items exceeded?

    I am trying to develop a questionaire like application. Most of the logic is stored inside pl/sql functions (that is retrieving the previous or next question with possible answers and answer-types, like, eg. radiogroup, select-list, textarea, ...) while all of the questions and respective possible answers are kept inside a collection. In processing the answers after submit I store given answers inside the same collection, basically by nullifying all possibly previously given answers for the current question and then looping through eg, g_f01.count to refill. The entire application remains on the same page, showing eg., in one 'frame', one or two questions with say 7 checkboxes and two textareas.
    Everything seems to work fine, I can go forward and backward and will find new questions or ones that already have been answerd, but!!...
    after the 50st item (answer), that is after I reached the 50st radiogroup, checkbox or textarea, new checkboxes or radiogroups even though shown the resulting values will not be stored inside the collection anymore.
    generating the page i use:
    htp.prn(apex_item.radiogroup(p_idx => 1, p_value => c2.a_id, p_selected_value => c2.qa_id, p_attributes => 'id="P2_QUEST_' || i || '"'));
    and in processing correspondingly ...
    FOR i IN 1 .. apex_application.g_f01.COUNT
    LOOP
    FOR c2 IN
    (SELECT seq_id,
    c001 q_id,
    c002 a_id,
    c012 qa_id
    FROM apex_collections
    WHERE c001 = to_char(p_q_id)
    AND collection_name = 'ANSWERS'
    AND c002 = apex_application.g_f01(i))
    LOOP
    apex_collection.update_member_attribute(p_collection_name =>
    'ANSWERS', p_seq => c2.seq_id, p_attr_number => '12',
    p_attr_value => c2.a_id);
    END LOOP;
    END LOOP;
    to me I only use f01 ... f04 say, ... Is it possible that I still hit the max of 50 page-items?
    Regards
    j.

    max number of items exceeded?

  • Max Number of items for an FI document (999) has been exceded

    Dear Guru's
    I hav production Bom For A ( Truck) , and now when i declare the production it gives me an ERROR :-
    Max Number of items for an FI document (999) has been exceded.
    How i can overcome this error!!
    Please help
    Regards
    Rahul Bhardwaj

    Hi
    You cant post more than 999 line items in FI document and you need to split the document if line items crosses 999.  It looks your production BOM itself contains some errors.  Check it.  Becoz no production BOM contains such a huge materials.  Splitting the BOM into sub BOM may be another option.
    Srinivas

  • 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

  • Display the Max of Line Items

    Dear All,
    I am new to BW.  Please help me resolve the following issue.
    To display only the maximum amount in the line item of a PO.
    I created a new formula KF with the PO amount and then changed the property to "calculate result as" - "maximum".
    When I run this query along with the line no. I can see in the result the maximum of all the line item as below:
    Doc# -
    Line#--Amount--Max
    001-----129.87--
    29.87
    001-----212.36--
    12.36
    RESULT--42.23--
    29.87
    But, if I select the line no as free char.  My output is:
    Doc# -
    Amount----Max
    001--42.23----42.23
    I need the output as :
    Doc# -
    Amount----Max
    001--42.23--
    29.87
    When I checked the prev posts I came across a solution to create Calc Key figure.  But, I am not authorized to create any CKF. 
    I will thank any answers with points. 
    Thanks in advace.
    Rad

    You will need to use CKF for this.

  • How to keep the list to show max.of 3 items at a time

    i had a list, the rows are dynamically generated, the problem comes with when the item are more than 3. the 4th one is half visible which looks odd. i want to see 3 rows at a time, how is this possible.  i set rowCount, variablerowheight it didn't work.
    thanks for reading.

    package  Components{
     public
    public  
    class AdvancedLegendList extends List{
    public function AdvancedLegendList(){
    super();} 
    override protected function measure():void
    if(this.height>3) 
    this.height=measureHeightOfItems(-1,1);}
    and set the list as
    <Components:AdvancedLegendList id="itemList"dataProvider="{_incentivesCopy}borderVisible="false" width="295"rowCount="
    {Math.min(DataContext.Incentives.length, 3)}"variableRowHeight="true"selectable="
    false"verticalScrollBarStyleName="sbTrackStyle" paddingRight="1"
    <Components:itemRenderer> <fx:Component>
    if i have override the measure() function in script, i dont know how to access this list.

  • 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

  • Restricting the po line item to max 3 line items-----BAdi

    Hi below is the code I am trying however incase for eg i put line item no 10 20 and 30 . it gives an error since the line item is grater then 3, so i delete line item 30 and it works fine, but incase if i delete line item 20, then the error still persists ( a red ball next to item no 30 in the P.O line item. and so i am not able to save the P.O) How to rectify this what kind of coding is required
    method if_ex_me_process_po_cust~process_item .
    data: ls_mepoitem type mepoitem,
    ls_customer type mepo_badi_exampl,
    ls_tbsg type tbsg.
    include mm_messages_mac. "useful macros for message handling
    here we check customers data
    DATA:wl_mepoitem TYPE mepoitem.
    **declaration of work area. t_itab is in public section.
    DATA : BEGIN OF wa_itab,
    ebelp TYPE mepoitem-ebelp,
    loekz TYPE mepoitem-loekz,
    END OF wa_itab.
    ls_mepoitem = im_item->get_data( ).
    wl_mepoitem = im_item->get_data( ).
    wa_itab-ebelp = wl_mepoitem-ebelp.
    wa_itab-loekz = wl_mepoitem-loekz.
    IF wl_mepoitem-loekz NE 'D'.
    APPEND wa_itab TO t_itab.
    ENDIF.
    SORT t_itab .
    ***to delete those items whose entries have been made while EDITING a line item.
    DELETE ADJACENT DUPLICATES FROM t_itab .
    **to delete those items whose entries have been made while DELETING a line item.
    IF wl_mepoitem-loekz EQ 'D'.
    LOOP AT t_itab INTO wa_itab .
    IF wa_itab-ebelp = wl_mepoitem-ebelp.
    DELETE t_itab.
    ENDIF.
    ENDLOOP.
    ENDIF.
    counter = 0.
    ***Counting final no of lines in t_itab after removing the deleted and re-edited entries.
    DATA: lines1(2). " type c.
    DESCRIBE TABLE t_itab LINES lines1 ."from wa_itab .
    *lines = t_itab-lines.
    IF lines1 GE 3.
    MESSAGE: 'No. Of items is greater than 3...STOP !!' TYPE 'A'.
    endif.
    Message was edited by:
    anu c
    Message was edited by:
    anu c

    Hi ,
    RED Ball means----> Some kind of errors in that Line Item , try to double click on that errror log , then u will come to know.
    as per my knowledge  ur code is ok.
    Regards
    Prabhu

  • BAPI_ACC_DOCUMENT_POST Max No of Items reached

    Hello,
    I am trying to post G/L accounts using BAPI_ACC_DOCUMENT_POST. There are about 1150 line items.
    I don't think this should be the reason to get error as the G/L account table that BAPI_ACC_DOCUMENT_POST uses allows 10 digits of line number. I am getting the following error:
    <b>Maximum Number if item in FI reached.</b> Error number 727 ID F5
    Please advise if you have seen this before.
    Thanks.
    Pranav

    SAP also provides the use of table TTYPV which can be used to designate standard SAP fields to consolidate account postings to one accounting line item.  Therefore if you choose to consolidate based on BSEG fields (BSEG MATNR, BSEG ZUONR, etc.), it limits the occurrence of surpassing the 950/999 limitation.   It does not eliminate the problem entirely, but in my organization it has enabled us to handle G/L account postings that had over 2,000 line items before this change.
    There are other things to consider when this is done, depending on the level of BSEG detail your business process requires.

  • Max number of items in detail of an object of User Administration

    Hello.
    When I go into "User Administration"->"Identity Management", I search an object (for example a Group XY
    After I select it to see the details.
    I choose the "Assigned Users" tab and Search.
    I see many items but I can display only 5 items for page.
    Is there a way to customize it to display, for example 20 items for page?
    Thanks for your help.
    Mario

    In new version of portal you have this option.
    right click on table -> User Settings -> More. Select desired no. of Rows. I am using CE 7.1 SP 11 and its available in this version.

  • BAdI needed for transfer order split with the maxi.of 5 item level

    Hi,
    BAdI needed for transfer order split with the maximum of 5 item level.
    If a transfer order contains 12 item level, three separate transfer order should be created with item level 5,5 and 2.
    This transfer order is for the material which bound to flow to production from warehouse.
    Can anyone explain the step by step procedure to implement this BAdI?
    It would be great if the procedure is for New BAdI.
    Thanks.

    http://www.esnips.com/doc/e06e4171-29df-462f-b857-54fac19a9d8e/ppt-on-badis.ppt
    http://www.esnips.com/doc/10016c34-55a7-4b13-8f5f-bf720422d265/BADIs.pdf
    http://www.esnips.com/doc/43a58f51-5d92-4213-913a-de05e9faac0d/Business-Addin.doc
    http://www.esnips.com/doc/1e10392e-64d8-4181-b2a5-5f04d8f87839/badi.doc
    www.sapgenie.com/publications/saptips/022006%20-%20Zaidi%20BADI.pdf
    http://www.sapdevelopment.co.uk/enhance/enhance_badi.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/04/f3683c05ea4464e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/e6/d54d3c596f0b26e10000000a11402f/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c2/eab541c5b63031e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/04/f3683c05ea4464e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/e6/63ee7f486cc143a560799d8803ce29/content.htm
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/srm/badi-general+information&
    http://www.esnips.com/doc/e06e4171-29df-462f-b857-54fac19a9d8e/ppt-on-badis.ppt
    http://www.esnips.com/doc/10016c34-55a7-4b13-8f5f-bf720422d265/BADIs.pdf
    http://www.esnips.com/doc/43a58f51-5d92-4213-913a-de05e9faac0d/Business-Addin.doc
    http://www.esnips.com/doc/1e10392e-64d8-4181-b2a5-5f04d8f87839/badi.doc
    www.sapgenie.com/publications/saptips/022006%20-%20Zaidi%20BADI.pdf
    http://www.sapdevelopment.co.uk/enhance/enhance_badi.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/04/f3683c05ea4464e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/e6/d54d3c596f0b26e10000000a11402f/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c2/eab541c5b63031e10000000a155106/frameset.htm
    The specified item was not found.
    http://help.sap.com/saphelp_erp2005/helpdata/en/73/7e7941601b1d09e10000000a155106/frameset.htm
    http://support.sas.com/rnd/papers/sugi30/SAP.ppt
    http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/abapindx.htm
    http://members.aol.com/_ht_a/skarkada/sap/
    http://www.ct-software.com/reportpool_frame.htm
    http://www.saphelp.com/SAP_Technical.htm
    http://www.kabai.com/abaps/q.htm
    http://www.guidancetech.com/people/holland/sap/abap/
    http://www.planetsap.com/download_abap_programs.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/content.htm
    http://www.allsaplinks.com/badi.html
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3430https [original link is broken] [original link is broken] [original link is broken]:///people/alwin.vandeput2/blog/2006/04/13/how-to-search-for-badis-trace-it
    /people/thomas.weiss/blog/2006/04/18/how-to-implement-a-badi-and-how-to-use-a-filter--part-4-of-the-series-on-the-new-enhancement-framework /people/thomas.weiss/blog/2006/05/03/source-code-enhancements--part-5-of-the-series-on-the-new-enhancement-framework
    http://www.esnips.com/doc/e06e4171-29df-462f-b857-54fac19a9d8e/ppt-on-badis.ppt
    http://www.esnips.com/doc/10016c34-55a7-4b13-8f5f-bf720422d265/BADIs.pdf
    http://www.esnips.com/doc/43a58f51-5d92-4213-913a-de05e9faac0d/Business-Addin.doc
    http://www.esnips.com/doc/1e10392e-64d8-4181-b2a5-5f04d8f87839/badi.doc
    http://www.esnips.com/doc/3b7bbc09-c095-45a0-9e89-91f2f86ee8e9/BADI-Introduction.ppt

  • Problems with max number of items on a page limit?

    I have a page with 106 items which submits fine but when I add another item (a text field) a page 404 error displays when I click the submit button. I had a look at [m-2399990] which mentioned that the "items rendered per page" limit is 100. I'm not sure whether this limit is the problem or not. I would greatly appreciate any help you can give.
    Many thanks,
    Christopher

    Hi Christopher,
    i had a same problem, the solution was to break the single forum into two tab pages.
    More than 100 items in Form or Page
    Hope this helps
    Regards
    mozkavra

Maybe you are looking for

  • How do I change my default search engine from Google to Start Page?

    I don't like to use Google because there are privacy issues which Google is only too happy to violate and hand over to parties I do not want. I want to be able to use StartPage instead of Google when I type something in the URL space and I want Start

  • Is it possible to register quicktime pro to multiple computers?

    If i previously purchased quicktime pro and registered it to my old computer, is it possible to unregister it and reregister it to my new computer without having to re-buy the software again?

  • Import failure in owb 10Rg2

    Hi all, When I try to import da table definition in owb I get an undisclosed java error telling me that the 'Import service failed when trying to make connection to metadata location' I have no idea what's going on. Anyone any suggestions? Thanks in

  • Frustration

    Hi, I am trying to install Oracle 10g to improve my knowledge of PL/SQL. Because I'm doing it at home, I'm having to solve DBA issues I'm somewhat clueless about. I tried both 10g Enterprise and 10g Express Edition. I started with the express edition

  • UCS servers with IBM's TotalStorage SAN16B-2 SAN Switch

    Hi Experts, We have IBM TotalStorage SAN16B-2 SAN Switch, & cisco UCS 6120 Fabric Interconnect, dint find any document for compatibilty between this. This is a SAN switch with each port capable of delivering a throughput of up to 4 gbps. Can we use t