WRP1 P.O splitting problem.

Hi all,
Haavent gone through the details, however if anyone has faced this problem before then plz suggest.
Whats happening here is when we schedule wrp1 in the background the some of the pos created for the same vendor from the same site are splitting as in 2-3 p.os .
Kindly suggest till then.  will back with the details .
Rgds,
Anu

Hello Anu,
Its planned orders OR purchase orders.
If planned orders then check the lot size procedure in the MRP1 view of the part and check the whether this lot size has splititng indicator in transaction OM14.
Regards
TAJUDDIN

Similar Messages

  • Document Splitting problem while posting asset acquisition using F-90

    Hi,
    We are using ECC 6.0 with document splitting functionality and are facing problem while posting asset acquisition using F-90.
    The transaction entry details are as below:
    Document Type - KR
    Vendor Line Item PKey - 31
    Amount - 10000
    Asset Line Item with PKey - 70, Transaction Type - 100
    Amount - 10000
    The Document Splitting Rule - 0000000012 is used and the Field Status Group for the Vendor Reconciliation Account and Asset Reconciliation account have Cost Center, Profit Center and Segment as "Optional" field.
    The Balance Sheet Item - Asset Reconciliation Account has been created as
    Secondary Cost Element - 90.
    The Profit Center and Segment field have been made mandatory and zero balancing is also set in the settings for Document Splitting.
    While posting asset acquisition using F-90, we are getting the error message - "Balancing Field "Profit Center" in line item 001 not filled"
    The first line refers to the Vendor Line item.
    Please let me know how to overcome this error.
    Regards,
    Ramanand

    Please follow the below path and do config :-
    IMG>FA>Asset Accounting>Integration with the General Ledger>Additional Account Assignment Objects>Specify Account Assignment Types for Account Assignment Objects
    here you have to put KOSTL (Cost center) for both against APC and Dep run for each Dep area.
    Thanks
    Pyare

  • How to avoid the split problem when uploading the data from csv file

    Dear Friends,
                  I have to upload data from the .csv file to my custom table , i have found a problem when uploading the data .
    i am using the code as below , please suggest me what i have to do in this regard
          SPLIT wa_raw_csv  AT ',' INTO
                    wa_empdata_csv-status
                     wa_empdata_csv-userid
                     wa_empdata_csv-username
                     wa_empdata_csv-Title
                     wa_empdata_csv-department.
    APPEND wa_empdata_csv TO  itab.
    in the flat file i can see for one of the record for the field Title  as
    Director, Finance - NAR............there by through my code the  wa_empdata_csv-Title is getting splited data as "Director, and  Department field is getting Finance - NAR" , i can see that even though  " Director, Finance - NAR"  is one word it is getting split .
    .......which is the problem iam facing.Please could any body let me know how in this case i should handle in my code that this word
    "Director,Finance - NAR"   wil not be split into two words.
    Thanks & Records
    Madhuri

    Hi Madhuri,
    Best way to avoid such problem is to use TAB delimited file instead of comma separated data. Generally TAB does not appear in data.
    If you are generating the file, use tab instead of comma.
    If you cannot modify the format of file and data length in file is fixed character, you will need to define the structure and then move data in fixed length structure.
    Regards,
    Mohaiyuddin

  • Solaris 10 CD image split problem

    Hi
    I had downloaded Solaris 10 CD images on my system. After unzipping them I realized CD 1 has to be split because it contains two slices...
    So I used `dd` to split the images now I have 2 cd1 images as sol-10-u5-ga-sparc-v1.iso and sol-10-u5-ga-sparc-v1-s1.iso
    I have already mounted the sol-10-u5-ga-sparc-v1.iso image using mount -F hsfs -o ro /dev/lofi/1 /mnt
    but when I try to mount image2 it throws an error.
    Here is the error......
    mount -F ufs -o ro /dev/lofi/2 /mnt2
    mount: /dev/lofi/2 is not this fstype
    mount -F hsfs -o ro /dev/lofi/2 /mnt2
    hsfs mount: /dev/lofi/2 is not an hsfs file system
    CAN ANYONE TELL ME WHERE IS THE PROBLEM.
    thanks
    HItesh

    Refer :: URL http://www.petertribble.co.uk/Solaris/isosetup.html
    This does work.

  • PDF splitting problem

    Not sure if this is an Illustrator or Acrobat issue. Using Illustrator CS2, Acrobat Pro 9 and Quark Xpress 4 on Mac OSX 10.4.11.
    Have a 2 color graphic created in illustrator, includes a blend and drop shadow, but a pretty basic design. Imported into Quark 4.0 and printed to PDF. The graphic seems to be split. There are a few rectangular shapes bounded by hairlines, only barely noticeable. When file was sent to client the problem was more noticeable from their end, with chunks of the graphic missing - these missing parts seem to correspond with where the hairlines are appearing on my pdf missing.
    Fairly new to Acrobat 9 and CS2, so it could be something basic
    Any suggestions greatly appreciated.

    What if you open the PDF directly from Illustrator into Acrobat?
    Jon

  • !DOCTYPE !ENTITY war file xml splitting problem

    Hi,
    I am trying to split a file - struts-config.xml - which eventually gets
    located into my war file.
    Here is the xml file.
    <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts
    Configuration 1.0//EN"
    "http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd"
    <!ENTITY struts_FormBeans SYSTEM "./struts_FormBeans.xml">
    <!ENTITY struts_GlobalForwards SYSTEM
    "./struts_GlobalForwards.xml">
    <!ENTITY struts_ActionMappings SYSTEM
    "./struts_ActionMappings.xml">
    >
    The problem that I run into is that the xml parser at deploy time cannot
    locate the struts_FormBeans.xml file which is located in the same place as
    the struts-config.xml file.
    Does anyone know a way to tell it to look in the war file?
    or Does anyone know a better place to post a question like this?
    Thanks in advance!!

    The problem that I run into is that the xml parser at deploy time cannot
    locate the struts_FormBeans.xml file which is located in the same place as
    the struts-config.xml file.Uh-uh. Ran into this also.
    Does anyone know a way to tell it to look in the war file?Not me, but I wish I could.
    or Does anyone know a better place to post a question like this?This seems more like a Struts issue to me. Look here:
    http://marc.theaimsgroup.com/?l=struts-user&m=100016330124990
    and follow the thread. Someone suggested a patch to the ActionServlet, I
    haven't tried it yet. It sounds good and will probably do what you want.
    --Renaud
    "IH" <[email protected]> wrote in message news:[email protected]..
    Hi,
    I am trying to split a file - struts-config.xml - which eventually gets
    located into my war file.
    Here is the xml file.
    <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts
    Configuration 1.0//EN"
    "http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd"
    <!ENTITY struts_FormBeans SYSTEM "./struts_FormBeans.xml">
    <!ENTITY struts_GlobalForwards SYSTEM
    "./struts_GlobalForwards.xml">
    <!ENTITY struts_ActionMappings SYSTEM
    "./struts_ActionMappings.xml">
    >
    The problem that I run into is that the xml parser at deploy time cannot
    locate the struts_FormBeans.xml file which is located in the same place as
    the struts-config.xml file.
    Does anyone know a way to tell it to look in the war file?
    or Does anyone know a better place to post a question like this?
    Thanks in advance!!

  • Optical signal splitting problem

    I have recently upgraded my TV and am trying to get everything hooked back up right. My old set up was an analog TV with built in speakers and also hooked up to a home stereo system using RCA cables for movie watching.
     When I bought the new TV from Best Buy I told the sales person of my hook up plans and was told this was not possible. I thought I would try anyway but maybe this hookup is not possible.
     I have cox cable with a Cisco HD cable box hooked up with HDMI cable to the Samsung HD LED 60" (model UN60H6000FXZA). I also have a PS3 hooked to another HDMI port on the TV. I was aware of the on line reviews about the built in speakers not sounding that good and that was true, but I thought I would be able to use a sound bar for a solution.
     I first tried hooking the home stereo up using the audio out jack with a headphone plug to RCA adapter. This worked but the sound was amplified and sounded distorted. I then found a optical to RCA powered adapter that sounds great. The only problem is the remote will not control the volume but not that big of a deal. Now I tried to add a sound bar to the setup and am running into problems. The sound bar (Phillips HSB231A) wants an optical or digital coaxial input. I thought I would be able to split the optical signal and sent to both devices but this doesn't seem to work. I have tried the non powered mirror type splitter which didn't work. I the tried the non powered switch which also didn't work. Then I tried a powered Inday 1-4 splitter and this didn't work either. I tried all my cables to rule out any bad cables. Are some optical signals to weak to split?  Do you have any ideas of other things to try?
     Thank You for any advice. 
    Solved!
    Go to Solution.

    Thank you for the idea. I will try this. It would free up the optical out for the stereo. I still want to use the stereo for movies. It has MUCH better sound than any sound bar could deliver but a little much for watching the news! It is a 1980's pioneer bought in Germany. These amps were not sold in the US. 480 watts, .012 THD, Pioneer and Klipsh speakers. You could run a small bar with this thing. The sound is incredible. It has some copper in the amp, it weighs about 75 lbs. I know its old school but as long as it works I will use it on occasion. I have it hooked to the computer also. I can,t remember the last time i played an album,cd or casstte tape. Thanks again for the idea, I will get another HDMI cable and try that 

  • Acrobat 9 Pro - Split Problems

    Hi,
    I'm trying to split documents in Acrobat 9 Pro by filesize, and I get quite an unexpectedly large number of files in the output.  For example, I have a 20MB file and I choose to split it into files no larger than 7MB each.  When I do this, I get 7 files.  When I choose no larger than 2MB, I still get 7 files.
    My question is: why so many files?  I know that, for example, in a PowerPoint slideshow, not every slide is the same memory size, and therefore, when splitting, it seems that some chunks must be larger than others, but 7 files seems a little on the extreme side.
    Is there a setting I can adjust to get fewer output files?
    Many thanks,
    Louis

    Hi justnicolette,
    What's the exact Mac OS Version you have?
    It seems to be a licensing issue though.
    Try running the license repair tool available here: Adobe - Adobe Licensing Repair Tool  and check.
    Regards,
    Rave

  • Due ro document splitting problem

    Dear Sapgurus,
    in dopcument splitting 2 options 1) business area 2) Profit Center, if i select both option when we do the transaction system it will updated business area wise &  profit center wise, unexpectedly it was not selected user has already post the transactions in  productions backend it wasn't updated because of document splitting now i want to update all previous transaction with updated business area and profit center then how i will do please guide me.
    Regards
    Hanuman

    Hi
    You need to do the Configuration part which is missing.
    Go to
    IMG -->Financial Accounting(New) -->General Ledger Accounting(New) -->Business Transactions -->Document Splitting -->Edit Constants for Nonassigned Processes.
    Here we need to assign Default Business Area/Profit Center/Segment for the Controlling Area.
    Maintaining Default Profit Center will resolve your issue.
    Generally we will get this error while Posting Parked Documents, while doing Payments through F110, while doing MIGO with reference to PO, etc,........
    There will not be any Transactions posted on this Default Profit Center.
    Regards
    Venkat
    Edited by: Venkat Dara on Dec 17, 2009 1:19 PM

  • Cash journal splitting problems

    Dear experts,
    I can't understand cash journal splitting principles and how does it work. Because documentation in help.sap.com is very poor about this.
    I have entered one line item in FBCJ, and then press on "Split" button. System shows me splitting screen and there I see my just entered line item with all my account assignements. I don't want to add more line items for splitting, so I press on the button "Copy". And nothing heapens!!! After document posting to general ledger I don't see (in document General Ledger view) account assignements to Cash Journal line item... (!!!)
    What I am doing wrong?

    Hi
    The spiltting functionality in FBCJ is for posting more than one line item,
    Say for Exapmle for a employee vendor we have to pay Travel expenses,Medical Exp and so on, this point of time the splitting functionality is being used.
    Once you click on the split it will show you only one line item in edit mode and the others will be in display mode but once you complete enetring one line item and press enter the other line item will become in edit mode and so on.
    Hope this helps you..
    Good Luck
    Hari

  • String split problem around | character

    I'm trying to split a string (well, a bunch of them--astronomical data) into an array of substrings around a common character, the |. Seems pretty simple, but the regular String.split() method doesn't work with it. Here's part of the code I tried (more or less):
    String line = "";
                String[] blah = new String[43];
                //do {
                    line = inputStream.readLine();
                    if (line != null)
                        blah = line.split("|");Reading the line from the input stream gives you a string like so:
    0001 00008 1| | 2.31750494| 2.23184345| -16.3| -9.0| 68| 73| 1.7| 1.8|1958.89|1951.94| 4|1.0|1.0|0.9|1.0|12.146|0.158|12.146|0.223|999| | | 2.31754222| 2.23186444|1.67|1.54| 88.0|100.8| |-0.2
    Basically a long list of data separated by |. But when I split the string around that character, it returns an array of each individual character, where blah[1] is 0, blah[4] is 1, etc. The split function works fine for other expressions, I tried it (using "5" as the expression gives 0001 00008 1| | 2.317 as the first string, for example), so what's wrong? How do I split around the |?

    confusing, the split method takes a regular expression, and as such, the "pipe": |, is a special char for a regexp.
    you need to escape it (in regex-style context), via:message.split("\\|");

  • IPod touch iOS 5 audio split problem, help??

    I've had my iPod touch with ios 5 for a month now, and when I listen to music it used to be fine. But now when i listen to music, I can hear a different things in different ears, even with the apple regular earbuds. For example I hear a guitar in one ear and hear background beat in the other. Or for hip-hop music, I hear a beat a lot more in one ear, even a singer's voice is occasionally louder in one ear. Can anyone help me with this problem, cause I really hop it isn't a jack problem.

    i did try it, but it didn't work
    still have the same problem.
    it doesn't even play youtube videos

  • Screen splitting error and red boot screen

    Hi, I was using my macbook pro just now and the screen started to glitch and show black vertical bars and the displayed image was split up. I tried to see if there's an unresponsive program that i can force quit then the screen just turned grey and was stuck there.
    I then manually restarted the mac, it prompted me with a press button to continue booting up screen then it was stuck on the grey screen again.
    I tried to start in safe mode then it booted with a red screen and i believed did a system check. But I'm not sure. It then got stuck on the grey screen again.
    I rebooted the machine manually and then now it booted up fine.
    It has happened twice before. Once the split screen issue was solved by quitting Spotify and the second time similar events happened as described above.
    I have previously taken the mac to the genius bar and they ran a hardware check and found that everything was fine. Since I couldn't reproduce the error whilst being in the store they said there was nothing they could do.
    Update:
    The screen splitting issue has occurred at least twice since the event happened above. I have managed to collect another problem report which i can show in addition to the first one.
    I believe that there is a problem with the dedicated graphics card since whenever i use gfxCardStatus to switch to the AMD Radeon HD 6490M graphics card the screen splitting problem occurs. The problem also occurs when the machine automatically switches to the dedicated graphics card with things like Spotify, Google maps and other more intensive applications. Moreover, the second time the problem occurred when i was streaming a TV show and gfxCardStatus showed that the machine has switched to the dedicated Radeon card.
    I'm not sure what i can do about it right now other than trying not to use the dedicated graphics card.  Any help would be very much appreciated, thanks!
    If it helps, I've upgraded the ram myself previously. But that was a few years ago and didn't show any problems when i first installed it.
    It is an early 2011 Macbook Pro with OS X Mavericks 10.9.4
    The split screen issue looks like this:
    Apologies for the rotated image I don't know how to rotate it on the site.
    It also appears identical to the one shown here, three posts down: https://discussions.apple.com/message/15920113
    The problem report of the first event is shown here:
    Anonymous UUID: 81B375DF-0157-0360-53AE-96FF39CBAC4B
    Wed Jul 2 01:41:51 2014
    Machine-check capabilities: 0x0000000000000c09
    family: 6 model: 42 stepping: 7 microcode: 40
    signature: 0x206a7
    Intel(R) Core(TM) i7-2635QM CPU @ 2.00GHz
    9 error-reporting banks
    Processor 0: IA32_MCG_STATUS: 0x0000000000000004
    IA32_MC3_STATUS(0x40d): 0xbe00000000800400
    IA32_MC3_ADDR(0x40e): 0x00003f7f8f9ccb5f
    IA32_MC3_MISC(0x40f): 0x000000000003ffff
    Processor 1: IA32_MCG_STATUS: 0x0000000000000005
    IA32_MC3_STATUS(0x40d): 0xbe00000000800400
    IA32_MC3_ADDR(0x40e): 0x00003f7f8f9ccb5f
    IA32_MC3_MISC(0x40f): 0x000000000003ffff
    Processor 2: IA32_MCG_STATUS: 0x0000000000000004
    IA32_MC3_STATUS(0x40d): 0xbe00000000800400
    IA32_MC3_ADDR(0x40e): 0x00003f7f910c5aa8
    IA32_MC3_MISC(0x40f): 0x000000000003ffff
    Processor 3: IA32_MCG_STATUS: 0x0000000000000005
    IA32_MC3_STATUS(0x40d): 0xbe00000000800400
    IA32_MC3_ADDR(0x40e): 0x00003f7f910c5aa8
    IA32_MC3_MISC(0x40f): 0x000000000003ffff
    Processor 4: IA32_MCG_STATUS: 0x0000000000000004
    IA32_MC3_STATUS(0x40d): 0xbe00000000800400
    IA32_MC3_ADDR(0x40e): 0x00003f7f90a09905
    IA32_MC3_MISC(0x40f): 0x000000000003ffff
    Processor 5: IA32_MCG_STATUS: 0x0000000000000005
    IA32_MC3_STATUS(0x40d): 0xbe00000000800400
    IA32_MC3_ADDR(0x40e): 0x00003f7f90a09905
    IA32_MC3_MISC(0x40f): 0x000000000003ffff
    panic(cpu 4 caller 0xffffff800ecdcad9): "Machine Check at 0xffffff7f90a09905, registers:\n" "CR0: 0x000000008001003b, CR2: 0x00000001089ba000, CR3: 0x0000000011ba1000, CR4: 0x00000000000606e0\n" "RAX: 0xffffff8119485100, RBX: 0xffffff8021c65c00, RCX: 0x0000000000002833, RDX: 0xffffff8021c74c80\n" "RSP: 0xffffff811ab1bed0, RBP: 0xffffff811ab1bf10, RSI: 0x000000001dcd64ff, RDI: 0xffffff8021c65c00\n" "R8: 0xffffff8111bfd078, R9: 0x0000000000000000, R10: 0xffffff811ab1be20, R11: 0x0000000000000200\n" "R12: 0x00000000ffffffff, R13: 0x00000000ffffffff, R14: 0x0000000000000000, R15: 0x0000000000400001\n" "RFL: 0x0000000000010246, RIP: 0xffffff7f90a09905, CS: 0x0000000000000008, SS: 0x0000000000000010\n" "Error code: 0x0000000000000000\n"@/SourceCache/xnu/xnu-2422.110.17/osfmk/i386/trap_native.c :168
    Backtrace (CPU 4), Frame : Return Address
    0xffffff8111bede80 : 0xffffff800ec22f79
    0xffffff8111bedf00 : 0xffffff800ecdcad9
    0xffffff8111bee060 : 0xffffff800ecf3fef
    0xffffff811ab1bf10 : 0xffffff7f90a0c023
    0xffffff811ab1bf30 : 0xffffff800f0af292
    0xffffff811ab1bf80 : 0xffffff800f0af367
    0xffffff811ab1bfb0 : 0xffffff800ecd7417
    Kernel Extensions in backtrace:
    com.apple.driver.AppleAHCIPort(3.0.5)[7F56F309-28C2-342A-82C0-3908C164EBCC]@0xf fffff7f90a02000->0xffffff7f90a1bfff
    dependency: com.apple.iokit.IOAHCIFamily(2.6.5)[AB2D7D6A-B59B-3039-AE08-CBCC38208911]@0xfff fff7f8fd72000
    dependency: com.apple.iokit.IOPCIFamily(2.9)[4662B11D-2ECA-315D-875C-618C97CDAB2A]@0xffffff 7f8f27c000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    13E28
    Kernel version:
    Darwin Kernel Version 13.3.0: Tue Jun 3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
    Kernel UUID: BBFADD17-672B-35A2-9B7F-E4B12213E4B8
    Kernel slide: 0x000000000ea00000
    Kernel text base: 0xffffff800ec00000
    System model name: MacBookPro8,2 (Mac-94245A3940C91C80)
    System uptime in nanoseconds: 117766305248
    last loaded kext at 88599052330: com.tuxera.filesystems.tufsfs.fusefs_txantfs 2010.12.28 (addr 0xffffff7f914ef000, size 94208)
    loaded kexts:
    com.tuxera.filesystems.tufsfs.fusefs_txantfs 2010.12.28
    com.orderedbytes.driver.ControllerMateFamily 4.4.3
    com.orderedbytes.driver.CMUSBDevices 4.4.3
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.driver.AudioAUUC 1.60
    com.apple.macos.driver.AppleUSBEthernetHost 7.0
    com.apple.driver.AppleTyMCEDriver 1.0.2d2
    com.apple.driver.AGPM 100.14.28
    com.apple.iokit.IOBluetoothSerialManager 4.2.6f1
    com.apple.filesystems.autofs 3.0
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AppleHDAHardwareConfigDriver 2.6.3f4
    com.apple.driver.AppleHDA 2.6.3f4
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleUpstreamUserClient 3.5.13
    com.apple.driver.AppleHWAccess 1
    com.apple.iokit.IOBluetoothUSBDFU 4.2.6f1
    com.apple.driver.SMCMotionSensor 3.0.4d1
    com.apple.driver.AppleLPC 1.7.0
    com.apple.driver.ApplePolicyControl 3.6.22
    com.apple.kext.AMDFramebuffer 1.2.4
    com.apple.driver.AppleIntelMCEReporter 104
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.2.6f1
    com.apple.driver.AppleMikeyDriver 2.6.3f4
    com.apple.driver.AppleBacklight 170.3.5
    com.apple.driver.AppleMCCSControl 1.2.5
    com.apple.AMDRadeonX3000 1.2.4
    com.apple.driver.AppleSMCLMU 2.0.4d1
    com.apple.driver.AppleMuxControl 3.6.22
    com.apple.driver.AppleSMCPDRC 1.0.0
    com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0
    com.apple.kext.AMD6000Controller 1.2.4
    com.apple.driver.AppleIntelHD3000Graphics 8.2.4
    com.apple.driver.AppleIntelSNBGraphicsFB 8.2.4
    com.apple.driver.AppleThunderboltIP 1.1.2
    com.apple.driver.AppleUSBTCButtons 240.2
    com.apple.driver.AppleUSBTCKeyEventDriver 240.2
    com.apple.driver.AppleUSBTCKeyboard 240.2
    com.apple.driver.AppleIRController 325.7
    com.apple.driver.AppleFileSystemDriver 3.0.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.iokit.SCSITaskUserClient 3.6.6
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.6.0
    com.apple.driver.AppleUSBHub 683.4.0
    com.apple.driver.AppleSDXC 1.5.2
    com.apple.iokit.AppleBCM5701Ethernet 3.8.1b2
    com.apple.driver.AirPort.Brcm4331 700.20.22
    com.apple.driver.AppleFWOHCI 5.0.2
    com.apple.driver.AppleAHCIPort 3.0.5
    com.apple.driver.AppleUSBEHCI 660.4.0
    com.apple.driver.AppleUSBUHCI 656.4.1
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleACPIButtons 2.0
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 2.0
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 217.92.1
    com.apple.nke.applicationfirewall 153
    com.apple.security.quarantine 3
    com.apple.driver.AppleIntelCPUPowerManagement 217.92.1
    com.apple.iokit.IOSerialFamily 10.0.7
    com.apple.kext.triggers 1.0
    com.apple.driver.DspFuncLib 2.6.3f4
    com.apple.vecLib.kext 1.0.0
    com.apple.iokit.IOAudioFamily 1.9.7fc2
    com.apple.kext.OSvKernDSPLib 1.14
    com.apple.iokit.IOSurface 91.1
    com.apple.iokit.IOBluetoothFamily 4.2.6f1
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.2.6f1
    com.apple.driver.AppleHDAController 2.6.3f4
    com.apple.iokit.IOHDAFamily 2.6.3f4
    com.apple.driver.AppleSMBusController 1.0.12d1
    com.apple.iokit.IOAcceleratorFamily 98.22
    com.apple.iokit.IOFireWireIP 2.2.6
    com.apple.driver.AppleBacklightExpert 1.0.4
    com.apple.driver.AppleGraphicsControl 3.6.22
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.driver.AppleSMC 3.1.8
    com.apple.driver.IOPlatformPluginLegacy 1.0.0
    com.apple.driver.IOPlatformPluginFamily 5.7.1d6
    com.apple.kext.AMDSupport 1.2.4
    com.apple.AppleGraphicsDeviceControl 3.6.22
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.driver.AppleThunderboltEDMSink 2.1.3
    com.apple.driver.AppleThunderboltDPOutAdapter 3.1.7
    com.apple.driver.AppleThunderboltDPInAdapter 3.1.7
    com.apple.driver.AppleThunderboltDPAdapterFamily 3.1.7
    com.apple.driver.AppleThunderboltPCIDownAdapter 1.4.5
    com.apple.driver.AppleUSBMultitouch 240.9
    com.apple.iokit.IOUSBHIDDriver 660.4.0
    com.apple.driver.AppleUSBMergeNub 650.4.0
    com.apple.driver.AppleUSBComposite 656.4.1
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.6.6
    com.apple.iokit.IOBDStorageFamily 1.7
    com.apple.iokit.IODVDStorageFamily 1.7.1
    com.apple.iokit.IOCDStorageFamily 1.7.1
    com.apple.iokit.IOAHCISerialATAPI 2.6.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.6.6
    com.apple.driver.AppleThunderboltNHI 2.0.1
    com.apple.iokit.IOThunderboltFamily 3.3.1
    com.apple.iokit.IOUSBUserClient 660.4.2
    com.apple.iokit.IOEthernetAVBController 1.0.3b4
    com.apple.driver.mDNSOffloadUserClient 1.0.1b5
    com.apple.iokit.IO80211Family 640.36
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOFireWireFamily 4.5.5
    com.apple.iokit.IOAHCIFamily 2.6.5
    com.apple.iokit.IOUSBFamily 683.4.0
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 278.11.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 7
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.DiskImages 371.1
    com.apple.iokit.IOStorageFamily 1.9
    com.apple.iokit.IOReportFamily 23
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 2.0
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.pthread 1
    com.apple.kec.corecrypto 1.0
    Model: MacBookPro8,2, BootROM MBP81.0047.B27, 4 processors, Intel Core i7, 2 GHz, 8 GB, SMC 1.69f4
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB
    Graphics: AMD Radeon HD 6490M, AMD Radeon HD 6490M, PCIe, 256 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x014F, 0x4A4D313333334B534E2D3447202020202020
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x014F, 0x4A4D313333334B534E2D3447202020202020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.6f1 14216, 3 services, 15 devices, 1 incoming serial ports
    Serial ATA Device: TOSHIBA MK5065GSXF, 500.11 GB
    Serial ATA Device: MATSHITADVD-R UJ-898
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Hub
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: BRCM2070 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Hub
    USB Device: IR Receiver
    Thunderbolt Bus: MacBook Pro, Apple Inc., 22.1

    You might try removing these 3rd party applications and see if there is an improvement.
    com.tuxera.filesystems.tufsfs.fusefs_txantfs 2010.12.28
    com.orderedbytes.driver.ControllerMateFamily 4.4.3
    com.orderedbytes.driver.CMUSBDevices 4.4.3

  • Profit centre in Document Splitting

    Hi!
    I am facing problem with profit centre in document splitting.
    My client is posting document with two Balanse sheet accounts like Accrued Expenses Dr to Bank A/C, where both are Balance sheet accounts and there is no profit centre in those line items, system is giving error "Balancing field profit center in line item 001 is not filled"
    regs,
    ramesh
    Moderator: Please, search SDN

    Dear ramesh,
    Simply put profit center for the bank or accrued expense at the time of entry.
    Because there is no line item from where the Profit center can be derived right.
    It is not a document split problem.
    Edited by: lolu jo on Feb 18, 2011 4:13 PM

  • Export quicktime trouble with splitted audio

    Hi, I'm getting 4 movies of audio when "self contained" as a quicktime movie. It is a regualr NTSC 720x480 sequence. I put the "self contained" movie in my drive to share and nobody can read it Besides, I cannot burn DVDs anymore with those results. I really don't know what happened. Anyone getting something similar?
    Thanks in advance for any comments.

    I put the "self contained" movie in my drive to share and nobody can read it
    Kevan has the answer to the file-splitting problem. But once you have that straightened out, the reason others may not be able to play it may be that they don't have FCP installed on their system. Right-click on the self-contained file and choose 'Get Info.' Change the 'Opens With' to QuickTime Player and add a .mov extension to the file name if it doesn't already have it.
    -DH

Maybe you are looking for