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

Similar Messages

  • Maximum FI items reached in MFBF

    Dear Gurus,
    Am getting the below error when am doing MFBF for only 1 qty.
    Maximum number of items in FI reached
    Message no. F5727
    I wondering why it is coming even for 1 qty and II tried in OBCY, am not sure which table i have to assign.
    Please help.
    Thanks & Regards,
    mohdsams

    This is closed, as i got solution.

  • 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

  • Opening and Closing balance of a material

    How to check the opening and closing balance of a material in a given period?
    GL account /Plant/material number is known
    Can we see along with the PO/reservations made  in this period?
    Is there any report or Tcode?

    In mbew and mbewh table u will get the value and stock of material at plant level  for each period( if plant is valuation level ) . GL account u will get from valuation class attched to material master.
    Else use fi tcodefbl3n .
    if u want closing balance for period 6 then you  goto fbl3n and run the report for the GL ACC of stock till period 5. In that go to menu and in that special fields add bseg-matnr and bseg-plant and then sort the report on material/plant level. this will opening balance for period 6.
    then run same report till period 6 and this will give closing balance for period 6.
    this two report give opening and closing balace for period 6.

  • Closing Stock of a Material

    If I know the Material Code and Plant then how can I determine the closing stock of that material for a particular date?
    I know that from the table MARD I can get the value of today's closing stock. But how can I know any other days closing stock.
    This is very urgent.
    Regards,
    Subhasish

    Hi
    Check this out.... <b>Though this is for Opening Stock</b>, you can have receipts and issues in that period for the material and then calculate the Closing Stock.
    *&      Form  GET_OPENING_STOCK
      ******* USE THIS LOGIC FOR GETTING OPENING STOCK OF A BATCH ******
      ********** THE WAY ITS DONE (TO SOME EXTENT) IN Trxn MB5B **********    
      **************** VERY USEFUL TO GET STOCK FASTER **************
    FORM GET_OPENING_STOCK .
      DATA: TOTAL TYPE P DECIMALS 3.
      CLEAR       OPTOT.
      REFRESH: IMARD, G_T_MSEG_LEAN.
      CLEAR:   IMARD, G_T_MSEG_LEAN.
    *- Select data from IMARD
      SELECT * FROM MARD INTO CORRESPONDING FIELDS OF TABLE IMARD
                                              WHERE WERKS = P_PLANT-LOW
                                              AND   MATNR = OPBAL-MATNR.
      IF SY-SUBRC = 0.
        READ TABLE IMARD INDEX 1.
        IF SY-SUBRC = 0.
          TOTAL = IMARD-LABST.
        ENDIF.
      ENDIF.
    *- Select data from MSEG and MKPF
      SELECT
                 MKPF~MBLNR
                 MKPF~MJAHR
                 MKPF~BLART
                 MKPF~BUDAT
                 MKPF~CPUDT
                 MSEG~MATNR
                 MSEG~WERKS
                 MSEG~LGORT
                 MSEG~CHARG
                 MSEG~SHKZG
                 MSEG~MENGE
               INTO CORRESPONDING FIELDS OF TABLE G_T_MSEG_LEAN
               FROM MKPF AS MKPF  JOIN MSEG AS MSEG
                        ON MKPFMANDT  =  MSEGMANDT  AND
                           MKPFMBLNR  =  MSEGMBLNR  AND
                           MKPFMJAHR  =  MSEGMJAHR
               WHERE MSEG~MATNR  =   OPBAL-MATNR
                 AND MSEG~WERKS  =   P_PLANT-LOW
                 AND MSEG~CHARG  =   OPBAL-BATCH
                 AND MKPF~BUDAT  GE  P_DATE-LOW.
      SORT  G_T_MSEG_LEAN    BY WERKS MATNR CHARG SHKZG DESCENDING.
      IF NOT G_T_MSEG_LEAN[] IS INITIAL.
        LOOP AT G_T_MSEG_LEAN.
          IF G_T_MSEG_LEAN-SHKZG = 'H'.
            TOTAL = TOTAL + G_T_MSEG_LEAN-MENGE.
          ELSE.
            TOTAL = TOTAL - G_T_MSEG_LEAN-MENGE.
          ENDIF.
        ENDLOOP.
    *- Assign Stock
        OPTOT = TOTAL.
      ENDIF.
    ENDFORM.                    " GET_OPENING_STOCK
    Regards,
    Raj

  • IE11 can't post form data to specific frame or window dialog opened via window.open()

    Hello,
    Form POST targeting to specific frame or dialog popped up via window.open() no longer works in IE11.
    It worked fine in IE10 and all previous versions of IE.
    Please see screenshot attached with simple test that reproduces this problem.
    Direct Link to screenshot:
    http://173.231.98.44/cgi/TestFolder/IE_11_widow_frame_targeting_BUG.jpg
    Direct link to simple test page demonstrating this problem:
    http://173.231.98.44/cgi/TestFolder/page2.asp
    Note: IE11 doesn't report any errors, doesn't complain about anything, even when debugged via F12 developer tools. The only thing it complained initially was missing doc type declaration on top of page, but even after adding doc type definition, problem still
    persists, makes no difference.
    I tested this on fresh install of Windows 2012R2 while testing our web application with the new IE11.
    I believe doing this on Windows 8.1 with IE11 will result in same bug/problem.
    Our web application uses a technique whereby it launches a popup window via call to window.open(), passing blank URL and specifying a name for the new window. It then does a from post targeting the name of new dialog.
    In IE11 this functionality has been broken and no longer works.
    Problem is that IE11, instead of posting form to the newly created dialog, it launches a new instance of IE and then loads the requested form in this new instance of IE, while the dialog launched via window.open() remains on screen and is empty. If user repeats
    launching same form post request (via button click for example), IE 11 keeps creating new empty dialogs and new IE instance for every form post executed. This totally breaks our application because we use many so called "wizards" that encapsulate
    specific functionality in separate web page launched in a popup window.
    Another related problem is that if a dialog is launched with window.open(), the java script code in the dialog can not target the parent frame that opened the dialog anymore. In our application, when a dialog is closed, it typically needs to trigger a refresh
    of a specific frame within the parent window (again targeted by name) to reflect saved/updated info that user entered in the popup dialog. The result is that we can't refresh the parent frame after the pop up dialog closes. Instead, IE11 launches
    a new instance of IE (not just a tab, but a whole new instance) and loads the parent frame in it.
    The problem seems to be caused by broken frame name targeting mechanism in IE11.
    Note that we force IE to compatibility mode 5, but even without specifying any compatibility, the problem remains.
    Typical java script to reproduce this is:
    <input type="button" onClick="Popup(this.form);" name="btn2" value="Popup Dialog">
    function Popup(f){
        window.open("","MyNewDialogName","width=200,height=150");
        f.action = "page3.asp";
        f.target = "MyNewDialogName";
        f.submit();
    Expected: IE11 should correctly post form to and load targeted page in the newly popped up dialog, without opening new IE instance and new tab. Repeatedly posting form to existing popup window should reuse that window, not keep on launching more popup windows
    and then more IE instances.
    Steps to reproduce the problem (include URL if applicable):
    URL with sample page: http://173.231.98.44/cgi/TestFolder/page2.asp
    1) Create page1.htm: <html><body>display "I'm in a popup window now ..."</body></html>
    2) Create page2.htm with a button and onclick() event calling function to open dialog, and do form POST targeting new dialog calling page1.htm, like below.
    <input type="button" onClick="Popup(this.form);" name="btn2" value="Popup Dialog"> function Popup(f){
        window.open("","MyNewDialogName","width=200,height=150");
        f.action = "page1.asp";
        f.target = "MyNewDialogName";
        f.submit();
    3) Open IE11, navigate to page2.htm, click the "Popup Dialog" dialog button. IE 11 will popup the new dialog, but then it will also launch new instance of IE11 and display the page1.htm in it, instead of in the popup dialog.
    Has anyone else encountered this problem?
    Any insight or help is appreciated.
    Regards
    Peter

    the default action of <input type="button" is submit. Note also that the default type of <button> elements is 'submit' also.
    add a return false to the onclick inline event handler (which constructs the form submit attribues) to cancel the default form.submit behavior.
    form elements have a target value with which you can specify the name window into which you want the form to open in.
    <form action="process.aspx" target="popup">
    you can use the window.open method with a query uri to achieve the same outcome.
    window.open('process.aspx?s=search+term&amp;foo=bar','popup',{features})
    the outcomes of all scripted windows are affected by
    your IE Popup blocker and tabbed browsing settings
    which in turn is affected by your IE Security zone settings (for popup blocking handling)
    and the settings of any third-party popup blocker you may have installed and enabled... it may not necessarily be visible on your browser toolbar.
    The first step in troubleshooting web browser issues is to test in no-addons mode.
    Use the Developer Tool to find out what documentMode the test page is opening in on your system. On Modal/Modeless popup windows use the f12 key to display the Developer tool positioned on the contentWindow.
    Use File>Properties to find out what IE Security zone it maps to... there is a security setting to prevent navigation into zones of lower integrity.
    Rob^_^

  • My firefox, after update to 37.0.2 is closing everytime I open a new tab

    Hello,
    My firefox, after update to 37.0.2 is closing everytime I open a new tab.
    I started with a new profile and have the same problem.
    I formated my HD and instaled everything again, and I still have the same problem
    Regards,
    Cristal

    You can check for issues with the new tab page setting.
    See this article about the New Tab page (about:newtab):
    *https://support.mozilla.org/kb/new-tab-page-show-hide-and-customize-top-sites
    You can check the <b>browser.newtab.url</b> pref on the <b>about:config</b> page and set that pref to your preferred new tab page.
    * the default new tab page with the tiles is <b>about:newtab</b>
    * the default home page is <b>about:home</b>
    * for a blank page you can use <b>about:blank</b>
    The browser.newtabpage.enabled pref should be set to true to use the page set via browser.newtab.url as the new tab page.
    You can open the <b>about:config</b> page via the location/address bar.
    You can accept the warning and click "I'll be careful" to continue.
    *http://kb.mozillazine.org/about:config

  • Stock report( closing of today opening of tomorrow)

    Dear Experts
    can anybody help me in getting a stock report the parameters are:
    Opening Ballance - ( Qty -Value ) , Issue during a period -(Qty- Value ) , Rceipt during a period( Qty-Value)
    Closing Stock(Qty-Value)
    my one of the  client requriment   closing of today  opening of tomorrow
      is this possible  please help me out.
    waiting for your help
    warm regards
    Edited by: sinha0010 on Jun 3, 2010 12:18 PM

    Hi Sinha Check this query..
    May be its helpful for u.
    Declare @FromDate Datetime
    Declare @ToDate Datetime
    Declare @Group nvarchar(10)
    Declare @Whse nvarchar(10)
    Set @FromDate = (Select min(S0.Docdate) from dbo.OINM S0 where S0.Docdate >='[%0]')
    Set @ToDate = (Select max(S1.Docdate) from dbo.OINM s1 where S1.Docdate <='[%1]')
    Set @Group = (Select Max(s2.ItmsGrpCod) from dbo.OITB S2 Where S2.ItmsGrpNam = 'Group B')
    Set @Whse = (Select Max(s3.Warehouse) from dbo.OINM S3 Where S3.Warehouse = ''[%3]' )
    Select
    @Whse as 'Warehouse',     
    a.Itemcode,
    max(a.Dscription) as 'Description',MAX(a.Price) as 'Price',
    sum(a.[Opening Balance]) as [Opening Balance],
    sum(a.[IN]) as [Receipt],
    sum(a.OUT) as [Issue],
    ((sum(a.[Opening Balance]) + sum(a.[IN])) - Sum(a.OUT)) as Closing,
    ( MAX(a.Price) *  ((sum(a.[Opening Balance]) + sum(a.[IN])) - Sum(a.OUT)) ) as ClosingValue
    from(
    Select
    N1.Warehouse,
    N1.Itemcode,
    N1.Dscription,N1.Price,
    (sum(N1.inqty)-sum(n1.outqty)) as [Opening Balance],
    0 as [IN],
    0 as OUT
    From dbo.OINM N1
    Where
    N1.DocDate < @FromDate and N1.Warehouse = @Whse
    Group By
    N1.Warehouse,N1.ItemCode,N1.Dscription,N1.Price
    Union All
    select
    N1.Warehouse,
    N1.Itemcode,
    N1.Dscription,N1.price,
    0 as [Opening Balance],
    sum(N1.inqty) as [IN],
    0 as OUT
    From dbo.OINM N1
    Where
    N1.DocDate >= @FromDate and N1.DocDate <= @ToDate and
    N1.Inqty >0
    and N1.Warehouse = @Whse
    Group By
    N1.Warehouse,N1.ItemCode,N1.Dscription,N1.price
    Union All
    select
    N1.Warehouse,
    N1.Itemcode,
    N1.Dscription,N1.price,
    0 as [Opening Balance],
    0 as [IN],
    sum(N1.outqty) as OUT
    From dbo.OINM N1
    Where
    N1.DocDate >= @FromDate and N1.DocDate <=@ToDate and
    N1.OutQty > 0
    and N1.Warehouse = @Whse
    Group By
    N1.Warehouse,N1.ItemCode,N1.Dscription,N1.price) a, dbo.OITM I1
    where
    a.ItemCode=I1.ItemCode and
    I1.ItmsGrpCod = @Group
    Group By
    a.Itemcode
    Order By a.Itemcode
    Regards,
    Vamsi

  • With a PDF Dynamic form using show/hide actions, how to ensure that when the completed form is saved, closed and re-opened, the form still show the fields as before it was closed?

    With a PDF Dynamic form using show/hide actions, how to ensure that when the completed form is saved, closed and re-opened, the form still show the fields as before it was closed?
    I have developed a form with fields hidden by default, that become visible based on box ticked or radio button selections.
    My problem is that, when I close the form and re-open it, it comes back to it's default presentation, regardless of the information already recorded in the form (including in the now hidden fields.
    How to correct that
    Thanks in advance for any hint you can provide.

    I've had the same problem. This solved it...
    Go to the "Form properties..." in the File-menu. Select "Run-time" to the left and in the box "Scripting" Preserve scripting changes to form when saved: choose Automatically (Script-based state changes are saved locally in an insecure fashion. This option cannot be used for certified forms).
    Hope it works for you to...

  • Mismatch between Closing Balance and Opening balance in FAGLB03

    Hi Guys,
    There is a mismatch for GL account balance between the closing ( 2008 ) and opening balance ( 2009 )
    in the transaction FAGLB03.
    However for the same GL account, the closing balance for year 2008 and opening balance for year 2009 are matching.
    Please suggest why there is a discrepancy.
    Thanks
    Srikanth.

    Hi
    but my question is how is the system showing some amount in the Balance carry forward row.Though the amount is not matching it is showing some amount.
    Where did it pick this amount from?
    Thanks,
    Srikanth.

  • Mail stops checking for new mail until closed and re-opened

    This problem began a month or so ago and is only getting worse by the day.  I have my Mail app set to check for new mail every minute, but recently it randomly stops checking at all and displays the triangle icon next to each Inbox.  I have 10 different email accounts that I use Mail to check and they are a variety of different types from Exchange servers, to IMAP accounts, to POP accounts, iCloud, Outlook.com, Gmail, etc.  Part of the time only 2 or 3 inboxes are affected, while other times (more recently) it’s ALL accounts.  Clicking on Get Mail doesn’t help; no new mail is downloaded.  The only way to get Mail to “wake up” is to close the app and then re-open it.  When I do that, there is a flood of new mail that pours in to each account that had been offline.  There are never any error messages telling me that anything has happened.  I just know that Mail is stuck because of the triangle icon. 
    Also, there are times when my busiest account mysteriously has no new messages over a few hours, which is very unusual. Closing and re-opening mail will resume downloading mail again to that account.  At least for awhile...
    I thought I’d solved the problem by thinking that my router was only working intermittently, so I replaced it with a new Time Capsule.  The problem did not go away.
    I’ve talked to Apple Support and they’ve not been any help.  I’d welcome any suggestions.

    Troubleshooting Apple Mail
    What does Mail/Window/Connection Doctor Show? If the server is red, select it and look at the Show Details box.
    Troubleshooting sending and receiving email messages
    Troubleshooting sending email messages
    SMTP servers keep going offline

  • Works right if closed and re-opened.

    What can I do to get iCal window to display after start-up? Works correctly if closed and re-opened.

    iCal is not an app supported by Yosemite, several years ago the app was re-named to be Calendar. However to answer your problem, first restart in Safe Mode (hold down the Shift Key when you hear the startup tone until it boots into Safe Mode),  you will see a Safe Mode notice in the upper right corner.
    Then reboot normally and retest. Post back with the results.
    Good luck.

  • Wrong password, iPad is closed. How open it?

    Wrong passord, iPad is closed. How open it?

    Connect to iTunes on the computer you usually Sync with and “ Restore “...
    http://support.apple.com/kb/HT1414
    If necessary Place the Device into Recovery mode...
    http://support.apple.com/kb/ht4097
    Note on Recovery Mode.
    You may need to try this More than Once...
    Be sure to Follow ALL the Steps...

  • Adobe Digital Editions 4.0 Getting Error "wurde zuletzt beim Öffnen von Fenstern unerwartet beendet. " (Was closed unexpectedly by opening a window)

    Hi
    I am working on iMac with OS X 10.8.5 and just installed Adobe Digital Editions 4.0
    After having a few trials to install a book (*.epub) ADE crashed and now I only get there error "Adobe Digital Editions wurde zuletzt beim Öffnen von Fenstern unerwartet beendet. "
    which means as much as "ADE was closed unexpectedly by opening a window". It asks me if I want to open it again, and if I choose yes, the same error message comes again.
    I tried to delete ADE and reinstall it. Didn't change the problem.
    I tried to start ADE by double click and pressing SHIFT, but that didn't help.
    What shall I do?
    Thanks for your help

    Hi
    I am working on iMac with OS X 10.8.5 and just installed Adobe Digital Editions 4.0
    After having a few trials to install a book (*.epub) ADE crashed and now I only get there error "Adobe Digital Editions wurde zuletzt beim Öffnen von Fenstern unerwartet beendet. "
    which means as much as "ADE was closed unexpectedly by opening a window". It asks me if I want to open it again, and if I choose yes, the same error message comes again.
    I tried to delete ADE and reinstall it. Didn't change the problem.
    I tried to start ADE by double click and pressing SHIFT, but that didn't help.
    What shall I do?
    Thanks for your help

  • CK40N - "still open" material in "release" step

    Hello everyone,
    We have just released our 2008 standard cost. We use CK40N to do the whole thing, including the marking and releasing of the costs.
    Under the "release" step, the status is green, there are no errors, but there are materials "still open" indicated. I can't figure out how to get the list of these "still open" materials.
    Under previous steps (from selection all the way through marking, there are no open materials).
    My question:
    1. What's the easiest way to find out if there are indeed "still open" materials?
    2. If there are, how do I fix them? Especially since everything seems to be processed all the way to marking.
    3. If there really is no open material, then what does this number mean?
    Any suggestion or help is really appreciated, since this really confuse us.
    Thank you,
    Suri

    It seems that occasionally there are some issues (tho i still cant find what they might be) which prevent SAP from Marking or releasing a standard cost for a material.  Resulting in the material appearing in the "Still open" statistics on the cost run.
    In order to resolve this, try the following;
    Firstly, try just re-executing that stage of the cost run by hitting the execute button for that step.
    If this does not work then try the following;
    Whilst still in the “Edit cost run screen”, in the transaction box, enter the transaction “=CKSU” and hit enter.  SAP will run for a few seconds and re-calculate the statistics so that the “Still open” Quantity is added to the “Errors” column. 
    Then re-execute that step of the cost run by hitting the execute button. 
    SAP should re-process those entries which were not marked / released previously.
    Hope this helps!
    Phil

Maybe you are looking for

  • Creating a table of contents in a pdf

    Hi all, I'm using the API to create a large pdf i.e a bundle of quotes. Since I'm using the FOPRocessor(InputStrreams[],Templates[]) to create the PDF, I was wondering if there is a way to create a table of contents using the Outlineprocessor or do I

  • Image with a Effect flicker

    How I can create a Image with Effect flicker Thanks

  • How to limit the amount of disk space Time Machine will use?

    On Yosemite, how do you limit the amount of disk space Time Machine will use? I'm using a Seagate Goflex Home 2tb drive connected to my router as a Time Machine backup drive.  I use this for three things 1)Time Machine 2) an occasional backup of  win

  • Need Help regarding initial configuration for distributed cache

    Hi , I am new to tangosol and trying to setup a basic partitioned distributed cache ,But I am not being able to do so Here is my Scenario, My Application DataServer create the instance of Tangosolcache . I have this config.xml set in my machine where

  • Alignment Page

    As I was setting up my new printer, I installed the ink cartridges and had a problem with paper feeding.  I have now fixed the paper problem but dont know how to reprint the alignment page.