Issue with DataGroup item recycling

Hello,
I am writing an "horizontal list" which is continuous / cyclic ( as in, just after the last item, the first item comes again, and so on ).
At first, I thought using DataGroup and a custom layout would be a good idea.
So I wrote a "ContinuousHorizontalLayout", which does just that.
It's working fine but... items don't get recycled.
This is because in my layout's updateDisplayList, If I am visually near the last item and the group has 10 elements, I would have something like :
target.getVirtualElementAt( 7 );
target.getVirtualElementAt( 8 );
target.getVirtualElementAt( 9 );
target.getVirtualElementAt( 0 );
target.getVirtualElementAt( 1 );
This prevents any recycling because DataGroup assumes a startingIndex lower than the endingIndex. So it sees a 0 and a 9 and will think everything from 0 to 9 is needed.
Question 1 : Should DataGroup record any item index seen in an updateDisplayList pass or do you think the current ( and explained above ) behavior is normal and should not be changed ? If the answer is the latter, do you have an implementation advise for my feature? I could always write everything from scratch using UIComponent but I obviously prefer to reuse the most of the built in SDK classes.
Question 2 : There seem to be a bug for the recycling anyway, as even when I have a more "reasonable" scenario where only indexes 0,1,2 are visible, all the others don't get recycled.
I believe this FOR loop in finishVirtualLayout is flawed :
for (var index:int = oldVirtualLayoutStartIndex; index <= oldVirtualLayoutEndIndex; index++)
            // Skip the inView renderers.  If vitrualLayoutStartIndex is -1, there aren't any.
            if (virtualLayoutStartIndex != -1 && index >= virtualLayoutStartIndex && index <= virtualLayoutEndIndex)
                index = virtualLayoutEndIndex;
                continue;
and index = virtualLayoutEndIndex;   should be index = virtualLayoutEndIndex - 1;  since the next index++ will just skip the whole recycling process.
Thank you,
Alex

I wrote the code you're referring to in question #1 and did not anticipate scenarios where, in general, the indices of the allocated virtual item renderers (IRs) are arbitrary.   There are quite a few places in the DataGroup implementation, including the one you've pointed out, that assume it's safe to just visit all the virtual IRs in the range computed at updateDisplayList() time.  The implementation could be revised to just track a list of indices instead.  That sounds like a worthwhile thing to do.   Can you file a bug?
As to question #2, I don't think you're correct.   The range includes virtualLayoutEndIndex so the next iteration through the loop begins at the first potentially recyclable IR.
Thanks,
- Hans

Similar Messages

  • Issue with Work Items for a User

    HI All,
    I have an issue with workflow.
    One of my user stopped receiving work items in his inbox. I checked table SWWUSERWI and found 0 entries for the user. So i guess there is no problem with the display setting in SBWP.
    What could be the probable reason and where can i find if those workitems that are generated for him that he has not received.
    Regards,
    Rohit

    There can be many many reasons. You need to understand the workflow and work with an example (an item the user says they should have received). Then try to follow the agent determination logic based on the data contained in that example and verify that everything matches up.

  • Issue with sent items disappearing from Outlook

    We are having an issue with many of our users who have had their sent items disappear from Outlook. We are running Exchange 2010 SP2 with Rollup 8. All users on Windows 7 appear to be working fine, it is just users on XP that are having the issue. All
    PCs are SP3 with updates applied. The messages were there previously, but the Sent folder shows empty as of Monday. They show correctly in OWA, it is just in Outlook itself that is the problem. If we enable cached mode the items populate, but our standard
    policy is to run online with no local PST. We have tried running Outlook with /clearviews and in Safe Mode, but this does not resolve the issue.

    Hi,
    From your description, all the sent items are correct in OWA. So the Exchange Server is ok.
    About this issue, I recommend you install all the latest Windows updates and check the result.
    Hope it helps.
    If there are any problems, please feel free to let me know.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • Issue with transfering items from punch out

    Hi All,
    We are using a punch out for ordering shopping carts. It is working fine for all the users but not for one of the user. That user is able to open punch out site in her system and able to select the items in that punch out. But when she clicked on "checkout" button in that site, it is not transferring the items to the shopping cart. Rather it give internet explorer error" Page cannot be displayed". I believe, this is not a punch out or SRM issue. It should be an issue with the user's system settings.
    But I am not sure where to check? Is it something that the cookies need to be enabled in user's system? Could you please help me with your suggestions?
    Thanks,
    SS

    Hi,
    You could perform a HTTP trace (using HTTP watch) and compare the OCI data in POST method for both users (the correct and incorrect ones).
    Perhaps there is some additional/missing information being passed from catalog to SRM.
    Kind regards,
    Ricardo

  • Issue with child items of flex tree using QTP

    Hi,
    We are trying to automate Flex web application using QTP10.
    We are facing below issue with Flex tree when we try to automate a scenario of selecting a child item displayed in flex tree.
    Issue:
    On recording the step of selecting an item from Flex tree using QTP, the script displayed is .Select Index1. But when we replay it back no action is being performed.
    Also on object spy we are able to navigate only till flex tree and we are not able to spy child items of flex tree.On the web page the child items are displayed as radio buttons/checkboxes.
    Please provide a solution for me to this problem.
    Thanks

    Hi,
    You could perform a HTTP trace (using HTTP watch) and compare the OCI data in POST method for both users (the correct and incorrect ones).
    Perhaps there is some additional/missing information being passed from catalog to SRM.
    Kind regards,
    Ricardo

  • Issue with limit item  in ECC

    Hi,
    We are facing one issue with  Shop with Default (Limit items) in ECC.
    In basic data tab, if any value is entered in any field and press enter then that value is not getting reflected in that field. But if we enter the value and click on check then that value get reflected .
    The reason is BBP_DOC_CHANGE_BADI is not get triggered if we press only enter but it gets triggered if click on check.
    We also tested in Classic case , its working fine in Calssis case.
    Do you have idea for this?
    Do you know any note that we have to apply for ECC?
    Thanks in Advance.
    Snehal

    The lineitems and such will always be saved with English values. You are supposed to for display purposes, re-lookup the product in the appropriate language when you display it on the cart and what not. 
    Brad Foley | www.blfoley.com |
    www.darklakesoftware.com

  • GoDaddy IMAP issue with "Sent Items"

    There's some long standing issues with GoDaddy IMAP and Apple Mail.  GoDaddy is using Courier-IMAP 3.1.0.5.  The worst of the issues seems to be the fact that if you store your Sent Items on the Server, your log gets spammed with these two message (I'm removed the call stack) over and over and it also seems to degrade performance while Mail tries to traverse the folder hierarchy even though on the surface everything seems to be working.  Mail is spending an inordinate amount of time trying to create this "Sent_Items" mailbox and then failing... over and over...
    Aug 11 09:32:04 seven Mail[9613]: *** Assertion failure in -[IMAPAccount _IMAPMailboxForMailboxUid:name:createIfNeeded:], /SourceCache/Message/Message-1244.3/Accounts.subproj/IMAPAccount.m:1336
              Expected mailboxUid for Sent_Items
    Aug 11 09:32:04 seven Mail[9613]: *** Assertion failure in -[IMAPAccount _IMAPMailboxForMailboxUid:name:createIfNeeded:], /SourceCache/Message/Message-1244.3/Accounts.subproj/IMAPAccount.m:1344
              Didn't create IMAPMailbox for (null)
    Seems to me the reason this is happening has something to do with the fact that the "Sent Items" system folder is internally referenced as "Sent_Items" and they are being treated as synonyms for each other on the IMAP side while Apple Mail is seeing them as 2 different folders and failing when it thinks it needs to create the Sent_Items folder on the server. 
    I'm willing to accept that I could be completely wrong about this, or I could be right, but neither GoDaddy or Apple side seems interested in looking into it and it's very frustrating.  Here's why I think it might have something to do with it:
    [ben@seven][~]$ telnet imap.secureserver.net 143
    Trying 72.167.82.19...
    Connected to imap.where.secureserver.net.
    Escape character is '^]'.
    * OK [CAPABILITY IMAP4rev1 UNSELECT STARTTLS ID CHILDREN NAMESPACE IDLE] Courier-IMAP ready. Copyright 1998-2004 Double Precision, Inc.  See COPYING for distribution information.
    1 LOGIN [email protected] password
    1 OK LOGIN Ok.
    2 LIST "*" "*"
    * LIST (\NoInferiors) "/" "INBOX"
    * LIST (\NoInferiors) "/" "Bulk Mail"
    * LIST (\NoInferiors) "/" "Drafts"
    * LIST (\HasNoChildren) "/" "Email_Templates"
    * LIST (\NoInferiors) "/" "Send_Later"
    * LIST (\NoInferiors) "/" "Sent Items"
    * LIST (\NoInferiors) "/" "Trash"
    2 OK  Success
    3 STATUS "Sent Items" (UIDVALIDITY)
    * STATUS "Sent_Items" (UIDVALIDITY 1109891090)
    3 OK STATUS completed.
    4 STATUS "Sent_Items" (UIDVALIDITY)
    * STATUS "Sent_Items" (UIDVALIDITY 1109891090)
    4 OK STATUS completed.
    5 LOGOUT
    * BYE IMAP server shutting down
    5 OK LOGOUT completed
    Connection closed by foreign host.
    If you login to the GoDaddy webmail system and bring up the properties of the "Sent Items" folder, it's referenced as "INBOX.Sent_Items" and it's the only folder whose internal name doesn't match the name given in the LIST command.
    I really wish that someone from Apple or someone from GoDaddy would take a look at this seemingly simple thing to fix and just make it work.  It appears to not be an issue for other IMAP clients, or on the iOS devices, though I suppose that my iPhone could be logging all this same stuff internally.
    Hopefully GoDaddyGuy will come to the rescue once again and get this resolved.  If anyone has been able to actually store their Sent Items in the Sent Items system folder and not get this message over and over, let me know.  This has nothing to do with the IDLE command or "Use this mailbox for..." or IMAP prefix (which if you run the NAMESPACE command isn't defined) or any other suggestions that have been given previously. I've already exhausted all the different combinations.
    Sincerely,
    Ben Morin
    CTO
    Sevence, LLC

    Hi,
    I'm marking the reply as answer as there has been no update for a couple of days.
    If you come back to find it doesn't work for you, please reply to us and unmark the answer.
    Thanks,
    Melon Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • Internal error (-2014) Goods Issue with Batch Items added through UI

    Hello Experts,
    I've added a button to my Production Order screen labeled 'Issue Components' that is meant to streamline the process, and it works, except when the ProdOrder has Batch controlled items on it. When that happens it returns Internal error (-2014)<br><br>
    I've tried stepping through the code and it doesn't error until the final Add
    Here is my function, Thanks for the Help!<br><br>
    I'm using CitiXSys Inventory Pro and am pulling the items from the Picked table, that's what that sQuery does. It returns correctly. I've also set everything to 'Manual' instead of 'Backflush'<br><br><br>
    <pre>
    Private Sub IssueComponents(ByVal iDocNum As Integer)
            Try
                'Declaring the needed variables'
                Dim oRec As SAPbobsCOM.Recordset
                Dim oGoodsIssue As SAPbobsCOM.Documents
                Dim bIssueLineAdded As Boolean = False, sQuery As String = "", x As Integer = 0, iCode As Long = 0, sErrorMessage As String = ""
                Dim tmpLot As String = ""
                'Instanciating the Goods Issue'
                oGoodsIssue = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oInventoryGenExit)
                'Initialzing the SBO object'
                oRec = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
                'Assing the header of the Goods Issue'
                oGoodsIssue.DocDate = Date.Now
                oGoodsIssue.DocDueDate = Date.Now
                'Getting the entire "Manual" components for this production order to issue them'
                sQuery &= "Select PK1.U_DocNo, KI.U_ItemCode, KI.U_BseLnNo, OW.DocEntry, KI.U_Quantity, KI.U_WhsCode, KI2.U_BatSrlNo, KI2.U_LotNo from [OWOR] OW (NOLOCK) INNER JOIN [@ctx_pkin] PK ON OW.DocNum = PK.U_BaseDoc," & vbNewLine
                sQuery &= "[@ctx_PKIN] PK1 (NOLOCK) INNER JOIN [@CTX_KIN1] KI (NOLOCK) ON PK1.U_DocNo = KI.U_DocNo," & vbNewLine
                sQuery &= "[@ctx_KIN1] KI1 (NOLOCK) INNER JOIN [@CTX_KIN2] KI2 (NOLOCK) ON KI1.U_DocNo = KI2.U_DocNo and KI1.U_BseLnNo = KI2.U_BseLnNo" & vbNewLine
                sQuery &= "where OW.DocNum = '" & iDocNum & "' and PK.U_BaseType = 202 and PK1.U_DocNo = PK.U_DocNo and KI1.U_DocNo = PK.U_DocNo and KI1.U_BseLnNo = KI.U_BseLnNo" & vbNewLine
                'Executing the query'
                oRec.DoQuery(sQuery)
                'Looping through the "Manual" components'
                For x = 0 To oRec.RecordCount - 1
                    'Prompting the user'
                    oAppl.StatusBar.SetText("Issuing Components...(" & x + 1 & " of " & oRec.RecordCount & ")", SAPbouiCOM.BoMessageTime.bmt_Long, SAPbouiCOM.BoStatusBarMessageType.smt_Warning)
                    'Adding the previous line if applicable'
                    If bIssueLineAdded Then
                        oGoodsIssue.Lines.Add()
                    End If
                    'Filling the line information'
                    oGoodsIssue.Lines.WarehouseCode = oRec.Fields.Item("U_WhsCode").Value 'dIssueComponents(x).Item("WhsCode")
                    'oGoodsIssue.Lines.TransactionType = SAPbobsCOM.BoTransactionTypeEnum.botrntComplete
                    oGoodsIssue.Lines.BaseEntry = oRec.Fields.Item("DocEntry").Value 'oProductionOrder.AbsoluteEntry
                    oGoodsIssue.Lines.BaseType = 202                                          'Production Order Type'
                    oGoodsIssue.Lines.BaseLine = oRec.Fields.Item("U_BseLnNo").Value 'GetBaseLine(oProductionOrder.AbsoluteEntry, dIssueComponents(x).Item("Component"))
                    'oGoodsIssue.Lines.ItemCode = oRec.Fields.Item("U_ItemCode").Value
                    oGoodsIssue.Lines.Quantity = oRec.Fields.Item("U_Quantity").Value 'Math.Round(oRec.Fields.Item("U_Quantity").Value, 2) 'dIssueComponents(x).Item("PlanQty")
                    'Checking if the item is neither lot or serial controlled item'
                    If oRec.Fields.Item("U_BatSrlNo").Value = "" And oRec.Fields.Item("U_LotNo").Value = "" Then
                        'Nothing controlled item'
                    ElseIf oRec.Fields.Item("U_BatSrlNo").Value <> "" Then
                        'Lot controlled item'
                        tmpLot = oRec.Fields.Item("U_BatSrlNo").Value
                        'oAppl.MessageBox("Lot: " & tmpLot & ", whs: " & oRec.Fields.Item("U_WhsCode").Value & ", qty: " & oRec.Fields.Item("U_Quantity").Value)
                        oGoodsIssue.Lines.BatchNumbers.Add()
                        oGoodsIssue.Lines.BatchNumbers.BatchNumber = oRec.Fields.Item("U_BatSrlNo").Value
                        oGoodsIssue.Lines.BatchNumbers.Quantity = oRec.Fields.Item("U_Quantity").Value 'Math.Round(oRec.Fields.Item("U_Quantity").Value, 2)
                        'Else
                        'Serial controlled item'
                        'oGoodsIssue.Lines.SerialNumbers.SystemSerialNumber = oRec.Fields.Item("").Value
                    End If
                    'Setting the line to be added'
                    bIssueLineAdded = True
                    'Movoing to the next record'
                    oRec.MoveNext()
                Next x
                'Checking if there was any component or not'
                If bIssueLineAdded Then
                    'Adding the Goods Issue'
                    iCode = oGoodsIssue.Add
                    If iCode <> 0 Then
                        oCompany.GetLastError(iCode, sErrorMessage)
                        oAppl.MessageBox("Goods Issue Production Order: " & iDocNum & " didn't get created for the following reason: " & serrormessage)
                    Else
                        oAppl.StatusBar.SetText("Components were issued successfully.", SAPbouiCOM.BoMessageTime.bmt_Short, SAPbouiCOM.BoStatusBarMessageType.smt_Success)
                        'TODO: add to ProdOrder remarks field
                    End If
                End If
            Catch ex As Exception
                oAppl.MessageBox("IssueComponents() " & ex.Message)
                oAppl.StatusBar.SetText("Error in IssueComponenets() : " & ex.Message, SAPbouiCOM.BoMessageTime.bmt_Short, SAPbouiCOM.BoStatusBarMessageType.smt_Error)
            End Try
        End Sub
    </pre>
    Edited by: Rob Daniels on May 30, 2011 10:33 PM

    Please use the latest upgrade of Inventory Pro from CitiXsys.
    If you are using SAP Business One 2007; use Inventory Pro 5.6 series
    For SAP Business One 8.8 and up; use Inventory Pro 6.6.1 and up

  • Slow down after upgrading OS, issue with Startup item

    Problem description:
    slow after updating OS
    EtreCheck version: 2.1.5 (108)
    Report generated January 14, 2015 at 10:45:00 PM EST
    Click the [Support] links for help with non-Apple products.
    Click the [Details] links for more information about that line.
    Click the [Adware] links for help removing adware.
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Mid 2012) (Verified)
      MacBook Pro - model: MacBookPro9,2
      1 2.5 GHz Intel Core i5 CPU: 2-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1600 MHz ok
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 4000
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: 1:36:4
    Disk Information: ℹ️
      TOSHIBA MK5065GSXF disk0 : (500.11 GB)
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      Macintosh HD (disk1) / : 498.88 GB (251.85 GB free)
      Core Storage: disk0s2 499.25 GB Online
      MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Computer, Inc. IR Receiver
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Library/Extensions
      [not loaded] org.virtualbox.kext.VBoxDrv (4.2.6) [Support]
      [not loaded] org.virtualbox.kext.VBoxNetAdp (4.2.6) [Support]
      [not loaded] org.virtualbox.kext.VBoxNetFlt (4.2.6) [Support]
      [not loaded] org.virtualbox.kext.VBoxUSB (4.2.6) [Support]
    Startup Items: ℹ️
      VirtualBox: Path: /Library/StartupItems/VirtualBox
      Startup items are obsolete in OS X Yosemite
    Launch Agents: ℹ️
      [loaded] com.google.keystone.agent.plist [Support]
      [loaded] com.oracle.java.Java-Updater.plist [Support]
      [not loaded] com.xamarin.mtvs.buildserver.plist [Support]
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist [Support]
      [loaded] com.google.keystone.daemon.plist [Support]
      [loaded] com.oracle.java.Helper-Tool.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist [Support]
      [not loaded] org.virtualbox.vboxwebsrv.plist [Support]
    User Login Items: ℹ️
      SpeechSynthesisServer Application (/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks /SpeechSynthesis.framework/Versions/A/SpeechSynthesisServer.app)
      EOS Utility ApplicationHidden (/Applications/Canon Utilities/EOS Utility/EOS Utility.app)
    Internet Plug-ins: ℹ️
      FlashPlayer-10.6: Version: 16.0.0.235 - SDK 10.6 [Support]
      Default Browser: Version: 600 - SDK 10.10
      AdobePDFViewerNPAPI: Version: 11.0.10 - SDK 10.6 [Support]
      AdobePDFViewer: Version: 11.0.10 - SDK 10.6 [Support]
      Flash Player: Version: 16.0.0.235 - SDK 10.6 Mismatch! Adobe recommends 16.0.0.257
      o1dbrowserplugin: Version: 5.38.6.0 - SDK 10.8 [Support]
      QuickTime Plugin: Version: 7.7.3
      googletalkbrowserplugin: Version: 5.38.6.0 - SDK 10.8 [Support]
      Unity Web Player: Version: UnityPlayer version 4.6.0f3 - SDK 10.6 [Support]
      DirectorShockwave: Version: 11.6.8r638 [Support]
      JavaAppletPlugin: Version: Java 7 Update 71 Check version
    User internet Plug-ins: ℹ️
      aliedit: Version: 1.0 - SDK 10.6 [Support]
    3rd Party Preference Panes: ℹ️
      Flash Player  [Support]
      Java  [Support]
      TeXDistPrefPane  [Support]
    Time Machine: ℹ️
      Time Machine not configured!
    Top Processes by CPU: ℹ️
          14% Dock
          14% com.apple.WebKit.Plugin.64
          5% WindowServer
          2% Safari
          2% com.apple.WebKit.Networking
    Top Processes by Memory: ℹ️
      210 MB com.apple.WebKit.WebContent
      146 MB softwareupdated
      125 MB Finder
      94 MB loginwindow
      90 MB Safari
    Virtual Memory Information: ℹ️
      57 MB Free RAM
      1.75 GB Active RAM
      1.73 GB Inactive RAM
      746 MB Wired RAM
      2.01 GB Page-ins
      5 MB Page-outs
    Diagnostics Information: ℹ️
      Jan 14, 2015, 09:09:58 PM Self test - passed
      Jan 14, 2015, 08:06:51 AM /Library/Logs/DiagnosticReports/com.apple.WebKit.Plugin.64_2015-01-14-080651_[r edacted].cpu_resource.diag [Details]

    Add more RAM or cut back on concurrent applications. Startup Item is irrelevant.
    Try these in order testing your system after each to see if it's back to normal:
    1. a. Resetting your Mac's PRAM and NVRAM
        b. Intel-based Macs: Resetting the System Management Controller (SMC)
    2. Restart the computer in Safe Mode, then restart again, normally. If this doesn't help, then:
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the Utilities menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    3. Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the Utilities menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu. Select Restart from the Apple menu.
    4. Reinstall Yosemite: Reboot from the Recovery HD. Select Reinstall OS X from the Utilities menu, and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.
    5. Reinstall Yosemite from Scratch:
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    How to Clean Install OS X Yosemite
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.

  • Issue with open item management

    Hi Gurus
    i wanted to activate open item tick in the gl master data. as i know that account should ahve zero balance.
    when i was trying to select Open item managemetn and save it was allowed for me for company code AR01 but not for company code AR02, those two accounts having zero balance and both are same accounts.
    teh error message is as below
    You cannot change the open item management setting; (see long text)
    Message no. FH087
    any help
    kind regards
    Sunitha

    Hi,
    It does not matter whether an account has zero balance or not, you cannot change it to open item managed as far as they were already transactions posted to it.
    As already mentioned you need to to run report RFSEPA02. Copy it to ZFSEPA02 and deactivate limitations in the program in accordance with SAP Note 175960.
    SAP does not support this report because it may cause differences between totals and sum of open items.
    m.

  • Btinternet Issue With Sent Item

    I'm having a problem with Mail and I was wondering if anyone could shed some light on what I am doing wrong. I've set up Mail to work with my Btinternet account. It all seemed OK, but it appears that emails sent within Mail do not appear in my sent items folder on the Btinternet mail survey. They do appear in the Sent items folder in Mail and the recipients do receive the messages, but it is frustrating as I cannot look at my sent items unless I'm sitting at my Mac.
    Does anyone know what I have to do so that the emails I send whilst in Mail also appear online?
    Thanks in advance.
    Stefan.

    Hi,
    I'm marking the reply as answer as there has been no update for a couple of days.
    If you come back to find it doesn't work for you, please reply to us and unmark the answer.
    Thanks,
    Melon Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • FRM 41337: Issues with list item

    Hi Everyone,
    I have created list item, and populated elements dynamically in when-new-form-instance using below code
    DECLARE
    l_action_rg  recordgroup;
    l_action_id    item
                   := FIND_ITEM ('XXSCP_GBL_EXP_DETAIL_V.ACTION_TYPE_TEXT');
    l_num_action NUMBER;
    BEGIN
    l_action_rg :=
                CREATE_GROUP_FROM_QUERY
                   ('Action_Type_Text_lov',
                    'select flv.meaning Action_Type_Text_lov, to_char(flv.lookup_code) Action_Type_Text_lov from fnd_lookup_values flv where flv.lookup_type= ''XXSCP_GBL_ACTION_TYPE'' AND flv.LANGUAGE = USERENV (''LANG'') '
             l_num_action := POPULATE_GROUP ('Action_Type_Text_lov');        
             POPULATE_LIST (l_action_id, 'Action_Type_Text_lov');
    END;My form opening with below error "FRM-41337: Cannot populate list from record group " and showing no records.
    I have read the related threads and tried implimenting the tips. But didnt help me..
    Please suggest me if i miss anything.
    Thanks
    Pavan

    Hi pavan
    Let's test the query on toad...
    or
    i suggest u to try the first condition of ur rg in where clause as below ...
    now let's see what's the output ???
    DECLARE
    l_action_rg  recordgroup;
    l_action_id    item
                   := FIND_ITEM ('XXSCP_GBL_EXP_DETAIL_V.ACTION_TYPE_TEXT');
    l_num_action NUMBER;
    BEGIN
    l_action_rg :=
                CREATE_GROUP_FROM_QUERY
                   ('Action_Type_Text_lov',
                    ' select flv.meaning Action_Type_Text_lov,
    to_char(flv.lookup_code) Action_Type_Text_lov
    from fnd_lookup_values flv where flv.lookup_type= 'XXSCP_GBL_ACTION_TYPE' ' );
             l_num_action := POPULATE_GROUP ('Action_Type_Text_lov');        
             POPULATE_LIST (l_action_id, 'Action_Type_Text_lov');
    END;
    @ Divya ;
    Hi Divya Action_Type_Text_lov in the fist select is just an aliasHope this helps...
    Regards,
    Amatu Allah

  • Bapi_salesorder_change  issue with line item addition

    Hi Gurus,
    I am calling the bapi : bapi_salesorder_change in a custom ABAP program, now I am running into issues here. My objective is to insert a new line item into the sales order. I am passing the following parameters :
    salesdocument = sales document number
    order_header_in = sales org, dist channel, division, purch date,
    order_header_inx = 'U'
    tables :
    order_item_in : itm_number = new item posnr
    material = material number
    target_qyt and target_qu
    order_item_inx : updateflag = 'I'
    I am getting the following message in the return table:
    S V4 233 ORDER_HEADER_IN has been processed successfully
    S V4 233 ITEM_IN has been processed successfully
    W V1 555 The sales document is not yet complete: Edit data
    S V1 311 AgUS TrmtCons Fillup 64073 has been saved
    There is no new line item when I check the sales order.

    > I am getting the following message in the return table:
    > S V4 233 ORDER_HEADER_IN has been processed successfully
    > S V4 233 ITEM_IN has been processed successfully
    > W V1 555 The sales document is not yet complete: Edit data
    this means, the item is not complete as per incompletion procedure. Talk to your SD guys about the incompletion procedure for an item. You may be missing shipping type and/or shipping point/receiving point or some required field.
    > S V1 311 AgUS TrmtCons Fillup 64073 has been saved
    >
    > There is no new line item when I check the sales order.
    Did you use commit after the BAPI call?

  • Issue with SC item addition in PO

    Hi All,
    I am trying to add a SC in PO in this way -
    -Edit the PO (already has a service line item)
    -Add Item
    -Old shopping carts and templates - Search the SC number (it has a service line item), select it and press OK
    -It adds a line item in PO but the net quantity and value is 0 and the attachment is no more there (original SC has a valid quantity, value and attachment available)
    What could be the possible reason?
    Note: Extended Classic Scenario, Shopping cart is in Follow-on Document deleted status.
    Thanks and Regards,
    Pankaj

    Hey Pankaj,
    Maybe the problem comes from the SC status. The Shopping Cart item gets the technical status 'Follow-on document deleted' (I1115). => the request is open again, the corresponding Shopping Cart item is sent to the Sourcing Cockpit, even if the product category is not sourcing relevant.
    Can you please check the OSS Note '1649794 - Status dependent control of Shopping Cart', "deletion" part?
    Hope my answer was helpful!
    Imre

  • Issue with freegood item exclusive not getting picked up in the order

    Dear experts,
    I have done a setup for freegood and activated the freed good functionality in the order.
    I have added a material which is different from the standard product. However, the ssyetm doesnt pick
    up the added product in the sales order but always the repeats the main product in the next line item.
    I want that the system, the time I entered the main material, automatically picked up the free goods exclusive materail in the next
    line item.
    I dont know what I am missing here.
    Thanks for the advice.
    Cheers

    Hi,
    Please check the condition records foro your free goods in VBN1 transaction
    whether you have maintained in Exclsive or not
    in exclusive view check whether the FREE GOOD category is exclusive and maintain the Additional material in the field AddMat FrGD
    thanks,
    santosh

Maybe you are looking for

  • What do you use to block/disable USB ports and CD/DVD drives?

    I have been tasked with finding software that can disable USB ports not being used for keyboards & mica and CD/DVD devices.  At a previous job we used Sophos Enterprise console and it had that ability.  I currently use VIPRE Business Premium but I do

  • Authoreware Book into ibooks author

    I am in the process of converting my book which was made in authorware to ibooks author. I need some info to be given to the graphic artist for layout, images and 3d animation work. 1. What should be the size and resolution for the layout (for cover

  • Is Adobe CS3 compatible with windows 7 / 64 bit?

    I need a new pc for working with CS3 - does it work with uptodate technology such as windows 7 / 64 bit? What are ideal system requirements for CS3?

  • Designer crashes on Startup

    Hi,<br />   I have adobe Workflow Designer 7.2 installed and it crashes everytime I start the app. I tried installing 7.0 and it did the same thing. The error returned is<br />   Exception in thread "main" java.lang.NullPointerException<br />    at j

  • Multi-Factor Authentication Server and OWA

    Hello, I am trying to implement a two factor authentication solutions for our OWA service using Multi-Factor Authentication server. What is the best way to accomplish that, Assuming I would like that the only service will be affected by the MultiFact