SPLIT issue

Hi experts,
I have an issue with SPLIT statement....
My data in application server is
bold 3600#00265259#1234567890#82#N#3#6250#GBP#10/01/2011#bold
here i need to split at '#' but the system issues an error...but when i replace the '/' in date field with 'space'  things are working quite fine....any hints to fix this issue without replacing the '/' in date ?

Hi,
Check out this code...
Don´t understand what is the problem..
data: c(255)
      VALUE '3600#00265259#1234567890#82#N#3#6250#GBP#10/01/2011#*'.
TYPES: BEGIN OF ITAB_TYPE,
  WORD(20),
END   OF ITAB_TYPE.
DATA: ITAB TYPE STANDARD TABLE OF ITAB_TYPE WITH
      NON-UNIQUE DEFAULT KEY INITIAL SIZE 5.
split c at '#' into table itab.
Result:
    1     3600
    2     00265259
    3     1234567890
    4     82
    5     N
    6     3
    7     6250
    8     GBP
    9     10/01/2011
   10     *

Similar Messages

  • Document splitting issue while posting MIRO transaction

    Hello All
    I have a piculiar  related to document splitting while posting MIRO entry and this issue started after defaulting the profit center
    to the tax gl.
    The scenario is like this
    While posting a vendor invoice document where there is a difference in the invoice value and stock is allready consumedn
    hence system will try to post the difference to the material difference account.
    The following is the asccounting entries
    01 vendor a/c  cr   1000
    02 gr/ir a/c  dr         800       pc from po document
    03 tax g/l                 180       default pc
    04 inventory diff       20  
    the error message
    system is not able to determine the profit center at  line item 04 and message is
    Balancing field "Profit Center" in line item 004 not filled
    The document splitting settings are all standards related to vendor invoice ..................
    One important point to be noted here is that this issue is come after defaulting the profit center at tax gl.
    But we cannot remove those default pc also.
    Can be their any solution on this
    Kindly suggest
    Thanks

    Hi
    In addition to my previous mail i want to add that
    i tried to add even expense item category to splitting rule of business transaction and transaction variant.
    Even then it doers not work.
    other then is as per standard document splitting rule the expense item category is not included in invoice verication buisness transaction.
    Thanks
    alok

  • Document Splitting issue - Business Transaction

    Hi SDN,
    I would just like to seek advise on our issue for Document Splitting, specifically on the business transaction.
    We understand that you assign this business transaction to document types.
    For our case however, we do have intercompany transactions, wherein we post to an Intercompany AP and Intercompany AR.
    That means we both have AR and AP items in one document.
    My question now is which business transaction should we assign to this Intercompany Document Type?
    I've checked the selections and these are the only business transactions that we can use.
    0000     Unspecified posting
    0100     Transfer posting from P&L to B/S account
    0200     Customer invoice
    0300     Vendor invoice
    0400     Bank account statement
    0500     Advance tax return (regular tax burden)
    0600     Goods Receipt for Purchase Order
    1000     Payments
    1010     Clearing transactions (account maint.)
    1020     Resetting cleared items
    I would like to seek advise from those who has implemented Document Splitting before.
    Thanks!

    Dear,
    I have never tried to consolidate both IC AR and IC AP document type.
    Ideal it should be bifurcated as AP and AR because for One company it will be Sale and other will be Purchase.
    Please bifurcate the same and then do the configuration related to Document Splitting.
    Hope this helps!!
    Br Vivek
    Pls assign points for appropriately.

  • Document splitting issue plz..

    hi all,
    i have an issue here ;
    we are using document splitting based on profit centers.
    I posted vendor invoice in a company code 1 and clearing the invoice using company code 2.which will create a cross company posting and in both company codes the documents are posted.
    I.E CLEARING CO.CD 1 INVOICE USING CO.CD 2.
    IN company code 1 all the profit center assignments are proper.But for the co cd 2 line items the profit centers are not being assigned with the right one.It is defaulting to a default profit center.All the rules are good.But i think iam missing some thing.
    Did any one ran into similar situation or any special settings to take care of ???
    help me with this.
    Regards.
    Sai.

    Dear,
    I have never tried to consolidate both IC AR and IC AP document type.
    Ideal it should be bifurcated as AP and AR because for One company it will be Sale and other will be Purchase.
    Please bifurcate the same and then do the configuration related to Document Splitting.
    Hope this helps!!
    Br Vivek
    Pls assign points for appropriately.

  • Document splitting issues in Cross company code scenario

    Hi
    We have the following business scenario:
    (Please note : Document splitting with Real time CO-FI integration is active)
    1)one company(say, Co.code X) purchases on behalf of another group
    company(Co.code Y)
    2)the cost center of Co.code Y is given in the 'Account assignment' tab
    in the Purchase order created in 'X'.
    3)The PO is created in foreign currency
    4)So, when the Goods receipt happens, the expense posting is happening
    in Co.code Y and the GRIR entry is in X.
    5)When the invoice is posted in co.code X, the Vendor Open item (in
    foreign currency) gets created in X.
    6)The problem occurs when Forex.valuation is done for the Vendor open
    item. The Forex.gain/loss is getting posted in Co.code X by deriving
    the Cost object from the expense posting in Co.code Y. Now, the system
    is giving an error message 'CO object doesnt belong to X co.code'
    I beleive this is the way document splitting normally works by deriving
    the CO object form the original expense posting onto the subsequent
    documents but I guess, it is failing in this scenario. Please let me
    know if there is a work around to resolve this issue.
    Regards
    Ravi

    We normally do the independent splitting of documents in respective company codes (This being the limitation mentioned by SAP for cross company code postings).
    In the document split configuration, for Define document splitting rule, check for the leading item for cross company code transactions, and check for the item categories to be edited. The following two entries will be there
    1100  Company Code Clearing CC = CC of leading item
    1100  Company Code Clearing CC <> CC of leading item
    In case of independent splitting, remove the first entry and check.
    Thanks and Regards,
    Mamta Sarda

  • Message Splitting issue (without bpm)

    Hi Experts,
    I was currently trying to create a message split (1 message --> 2 output) using BPM like in this blog: Illustration of Multi-Mapping and Message Split using BPM in SAP Exchange Infrastructure
    Then i noticed that it was also possible to achieve this without using BPM (creating a interface mapping with 2 outputs, and using the interface determination with the extended option) like on this one:
    Illustration of Multi-Mapping and Message Split using BPM in SAP Exchange Infrastructure
    (but using the structure showed in the first blog since i was just testing)
    The issue i have is that even when it worked, and i see all good in the XML monitoring (SMXB_MONI) the both resulting files appear only with  one field, and i can't see the others
    Example from the XML monitoring:
    ORIGINAL FILE: (I split based on the id 1 and 2)
    <?xml version="1.0" encoding="utf-8" ?>
    - <ns:bpm_in_MT xmlns:ns="http://bpm.com/splitting">
    - <record>
    - <details>
      <name>Jorge</name>
      <id>1</id>
      </details>
    - <details>
      <name>Fernando</name>
      <id>2</id>
      </details>
      </record>
      </ns:bpm_in_MT>
    RESULT FILE 1:
      <?xml version="1.0" encoding="utf-8" ?>
    - <ns1:bpm_out_MT xmlns:ns1="http://bpm.com/splitting">
    - <record>
    - <info>
      <name>Jorge</name>
      <id>1</id>
      </info>
      </record>
      </ns1:bpm_out_MT>
    RESULT FILE 2:
      <?xml version="1.0" encoding="utf-8" ?>
    - <ns1:bpm_out1_MT xmlns:ns1="http://bpm.com/splitting">
    - <record>
    - <info>
      <name>Fernando</name>
      <id>2</id>
      <age>20</age>
      </info>
      </record>
      </ns1:bpm_out1_MT>
    HERE's the ISSUE:
    Files in the FTP folder:
    file1.txt with only "Jorge        "
    file2.txt with only "Fernando  "
    when the first file should have 2 fields (id is included), and the second one should be name (id and age included)
    Could this be a parsing issue? i'm confused since i see no errors in the channels
    I'm using 2 FTP receivers channels with Content conversion
    CC_FTP_first_file_receiver:
    Recordset: info
    info.fieldNames                  name,id
    info.fieldFixedLengths         15,1
    info.keyFieldValue              1
    info.endSeparator               'nl'
    info.processFieldNames      fromConfiguration
    CC_FTP_second_file_receiver:
    Recordset: info
    info.fieldNames                  name,id,age
    info.fieldFixedLengths         15,1,2
    info.keyFieldValue              2
    info.endSeparator               'nl'
    info.processFieldNames      fromConfiguration
    I may have no use for the keyfieldvalue since i'm only saving that file in FTP, but i already removed that and it didn't change much, i still get 2 files, but only with the "name" tag on them
    Any ideas??
    i'm sure i'm missing something basic, but i'm don't have much experience on XML
    Thanks!

    Hi,
    This is really intersting as well as unexpected result...if you used directly the XML format then 2 fiels are created with appropriate data with all fields....
    And if you used the FCC then , fields are missing...so one thing is clear that as you have already said..issue is with FCC only...
    Have you tried to process only single file with FCC instead of  2 files at a time.
    Also if possible try out with fieldSeperator parameter instead of FixedFieldLenghts...see whats the result...
    I hope this will give you the hint...
    Thanks
    swarup

  • TPS: Invoice Split Issue

    Hi All,
    I need to change the Billing date (FKDAT) from the table while doing MIR7 . The problem is I am not able to find the exact enhancement point. Please suggest any Exit/BADI/Enhancement point wherein I can write my code.
    Process:
    1. Third Part sales Order (PR will get created automatically)----
    Suppose TPS Order is on 1 Jan 2010
    2. PO with reference to that PR
    3. MIR7- Book PO---Suppose MIR7 is done on 3 Feb 2010
    4. MIR7-Post PO--- Suppose MIR7 is done on 3 Feb 2010
    So the issue is coming as for the Line item having billing relevance as u201CFu201D-TPS billing relevance the billing date is changing as 03.02.2010 from 01.01.2010
    Which Is billing date for other line items.
    So it is resulting in invoice split because of different billing date in sales order which business donu2019t wants.
    So I want to revert back the changed date to original date to avoid invoice split.
    Thanks
    Tushar

    Hi
    Please find the user exits in mir7
    LMR1M001     User exits in Logistics Invoice Verification
    LMR1M002     Account grouping for GR/IR account maintenance
    LMR1M003     Number assignment in Logistics Invoice Verification
    LMR1M004     Logistics Invoice Verification: item text for follow-on docs
    LMR1M005     Logistics Inv. Verification: Release Parked Doc. for Posting
    LMR1M006     Logistics Invoice Verification: Process XML Invoice
    MRMH0001     Logistics Invoice Verification: ERS procedure
    MRMH0002     Logistics Invoice Verification: EDI inbound
    MRMH0003     Logistics Invoice Verification: Revaluation/RAP
    MRMN0001     Message output and creation: Logistics Invoice Verification
    INVOICE_UPDATE     Business Add-In: Logistics Invoice Verification
    Regards
    Damu

  • F-04 Post with clearing - Document Splitting issue

    Hi Guru,
    In the system I have implemented the document splitting by Profit Centre and Segment.
    I'm trying to post an Incoming Payment (Tcode F-04) with clearing related to two customer.
    During the invoices I inserted two different Profit Centre by customer invoice.
    When I post, in one document, the incoming payment related to the two invoices I don't insert the Profit Centre values manually, but I link the payment to the customer invoices to be cleared.
    The system is not able to derive the Profit Centre inserted in the customer invoice in the incoming payment posting! I cannot post it neither manually because, rightly, I can insert the Profit Centre only for the Bank accounts and not for the Customer account.
    How can I derive the Profit Centre from the customer invoices?
    Let me know.
    Thanks
    Ciao

    Hi Ciao,
    Just post your incoming payment with the transaction.
    F-02       Bank dr.
                         Customer cr.
    and then try to clear the document with F-04.
    might help you.................
    Chintan Joshi.

  • Delivery split issue with PO (STO)

    Hi All,
    I created 4 STO . While creating delivery it automatically creating delivery splits ( two deliveres for smultiple PO). I checked the ship to party , route,ship conditions , unloading point . every thing is same. among 4 STO only one line items is splitting in to 2nd delivery.
    User required only one delivery for  all STO's.
    The same is working in test boxes fine, and it is not happend in production system.
    please do the needful
    Regards
    Raju.

    Hi,
    Check these notes:
    SAP Note 546668 - FAQ: Delivery split when creating deliveries
    SAP Note 166397 - Delivery split according to customer field ZUKRL
    Regards,
    Eduardo
    PD: I forgot these:
    Note 13448 - Combining stock transfer orders into one delivery
    Note 332276 - Collective note: VL10 consulting
    Note 198137 - VL10: Customer-specific enhancements / user exits
    Edited by: Eduardo Hinojosa on Sep 24, 2009 12:07 PM

  • Batch split issue --- vl31n

    While creating an Inbound delivery through Vl31n for a particular PO...there are some fields that need to be copied from PO to inbound delivery...
    i am trying to do that through the exit MV50AFZ1...
    The error arises when there is a batch split....
    IF a batch split exists (more items in EKBE for the purchase order item) in the related outbound delivery then this has to be copied to the inbound delivery. So there can be multiple items in the inbound delivery for 1 purchase order item.
    there is no way I can append  values in lips through the exit that I am using..
    Can you help...
    better approach to it is always welcome...

    Hi sugopa,
    i had done the same thing through exit and got stuck exactly where you are.Later on i did the whole procedure through configuration.
    I tried writing a blog on the same as the documentation I had made contains screenshots...but I was not able to attach the screenshots.dont know why.
    I have made a documentation for the same along with screenshots.
    if u need it u can send me u r mail id

  • Document splitting issue

    Hi,
    USer is posting an entry as under.
                                   Rs.        Profit center     
    Dr     Expenditure - 1     100     9001     Tax is @ 8% for this line item only
    Dr     Expenditure - 2     200     9002     
    Dr     Tax @ 8% on Exp-1     8     9001     
    Cr     Vendor a/c                             308          
    the above entry is posted and the General Ledger view is showing as under:
                                                Rs                   Profit center
    Dr     Expenditure-1                 100                        9001
    Dr     Tax                                        8                        9001
    Cr     Vendor a/c                                    102.67                        9001
    Cr     Zero balance clearing account     5.33                        9001
    Dr     Expenditure-2                 200                        9002
    Dr     Zero balance clearing account     5.33                        9002
    Cr     Vendor a/c                                    205.33                         9002
    Client says the tax item is pertaining to expenditure-1 GL account and the vendor account should be debited with 108 in PC 9001 and in PC-9002 vendor should be debited with 200.  The argument in favour of the above is that since the tax is only with regard to expenditure-1 and hence it should be effected in PC 9001 and there should not be any effect for this tax line item in PC9002.
    Pls help me to correct the above issue.

    Hi,
    Please check which Item Catogiry maintain for "Dr Tax @ 8% GL" you should maintain Item Catogiry 05100
    Business point of view it should not reflect for PC  9002.
    Please revert incase you required additional help.
    regards
    Viswa

  • Proforma invoice split issue

    Hello Experts,
    Proforma invoice is getting split due to below reasons as found in split analysis:-
    Shipping conditions
    Exchange rate type
    Number of foreign trade data
    Reference document number
    Payment Reference
    Translation Date
    I have searched a lot in sdn for possible solutions but i didnt get any technical solution for this.I had checked in VTFL, and 'A' is maintained for deter Export data.
    Please help in this regard.Can it be raised to SAP for solution?
    BR,
    Nisha
    Moderator message: not directly related to ABAP development, please have a look in the respective functional forum.
    Edited by: Thomas Zloch on Mar 23, 2011 3:17 PM

    If the chapter id is common for all the materials under one material group, then you can straightaway achieve this requirement through the standard routine.
    Alternatively, as you yourself had indicated, you can include this logic in your existing routine or go for billing exit USEREXIT_FILL_VBRK_VBRP (Module pool SAPLV60A, program RV60AFZC)
    thanks
    G. Lakshmipathi

  • Event splitting issues

    Trying to split an event into multiple events and iPhoto has booted me out.  Anyone seen this before and know how to resolve

    I have recently merged all my photos c6500 into one event and i was then splitting them back into years.  This worked ok for the first two splits but on the 3rd year I selected a photo being the first in the next year and then pressed event split.  The application immediately booted me out and now does not work. 

  • Auxiliary cost component splitting issue in CK11N

    Hi Friends,
    We are using primary cost component split for the auxiliary cost component structure for getting more information.  We have a machine cost in the main cost component which is split in three auxiliary cost component i.e. Energy, Maintenance and depreciation. 
    My belief is that with the activation of primary cost component split the costs have to flow from cost center in its primary cost element form to this cost component structure.
    With the current data that we have, the cost component split is seen for all the three cost elements in the auxiliary cost component split u2013 But we are not able to trace the source of this amount as we do not have any splitting structure in place, the plan costs are only for Energy not for Maintenance and depreciation.
    OKES Configuration:
    Selection for assignment:
    Cost Element               GMACHINE (only for Energy)
    Activity Type     MACH
    Splitting rules:
    10                                        21     Equivalence Numbers Planning
    Machine 0.64 is splitting into as follows Depreciation 0.41, Energy 0.12 and Maintenance 0.11
    I am afraid from where splitting happening for Energy and depreciation and there is not receiving   splitting rules.
    Appreciate for quick reply
    Thanks
    Govind

    Hi to Evrybody,
    I am trying to configure Primary Cost Component Split,, but I am confused what are the technical steps to configure such a structure 
    http://help.sap.com/saphelp_40b/helpdata/en/7e/cb7e8643a311d189ee0000e81ddfac/content.htm
    There are several requirements how to configure in SAP Primary Cost Component Split:
    1)You assign a cost component structure in the CO version in Cost Center and Process cost planning!  Which Cost Component Structure? The Primary Cost Component Structure or the Cost Component Structure?
    2)You determined the prices through planned price iteration!                                                                 We set this indicator in the CO Version itself?
    3)You define a Cost Component Structure for Primary Cost Component Split of Product Cost Planning! How do we define it, via simply checking the check in OKTZ?
    I want to understand when you create Cost Component Structure and Primary Cost Component Structure, which one of these 2 needs to be assigned in the CO version in Cost Center Accounting? And the other thing is I do not make the difference between Cost Component Structure and Auxiliary Cost Component Structure? Could you please shortly describe what is the difference? Other thing is when you create Primary Cost Component Structure and its components, DO THEY INCLUDE ONLY RANGE OF PRIMARY COST ELEMENTS OR IT IS A TECHNICAL STEP ONLY TO CHECK THAT CHECK IN OKTZ FOR Primary Cost Component Split. Let me know, thank you very much for your help and cooperation again!
    Best Regards,
    Georgi Georgiev

  • 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

Maybe you are looking for