FSCM-CR - Extension of Payment Behavior KPI

Hi,
I would like to confirm the capability of extend Payment Behavior KPI's via report UKM_TRANSFER_VECTOR. For example, would it be possible to calculate and send for example the following KPI's, in addition to the standard ones?
- Open items balance, Due balance, Overdue balance, Days in arrears, any other KPIs calculated and stored in Z tables.
Thanks,
Gonçalo

Hi -
I'm doing the same thing on a project I am working on now...client wants additional information (KPI's if you will) - among the things they are looking for are precisely the things you mentioned (in terms of KPI's)
We looked at attaching it to the Payment Behaviors tab. Here is what it would have involved:
- A new .APPEND structure to UKMBP_VECTOR_IT to store your custom fields
- A change to UKM_TRANSFER_VECTOR to update the new fields
- A new view on the Payment Behaviors tab along with the logic to fetch the new data from UKMBP_VECTOR_IT
As you can see, there certainly is customization/ehancement to be had here. It is more than activating a BAdI.
We considered other options but ended up settling on creating an entirely new tab in FSCM CM for the customer-specific data. The development/enhancement steps are similar:
1. Brand new Ztable modeled after UKMBP_VECTOR_IT - including the same key structure
2. Cloned UKM_TRANSFER_VECTOR verbetim - changed the logic to address precisely the fields we needed - the new ones of course.
3. A couple of new views in FSCM CM at the credit segment level. This was a lot of fun getting them hooked up to the menu structure (NOT!) - but I did it. (Geez, the crap looks like it was delivered by SAP...but it wasn't).
The goal of isolating this stuff on to its own tab was to completely isolate the enhancement in case SAP decides to step on it in the future.
Hope this helps.
Dan

Similar Messages

  • When an addon or extension changes its behavior to "spyware", who should be notified?

    While browsing extensions, I don't see a notify Mozilla or "report spyware" link to click on. There is a case where an addon is obtrusively installing a monitoring system along with the addon, and I want to report it.
    https://addons.mozilla.org/en-US/firefox/addon/blocksite/
    Something fishy/phishy is going on: https://addons.mozilla.org/en-US/firefox/addon/blocksite/reviews/?src=api

    There is a report button above the reviews to report the addon of wrongdoing, though Mozilla checks each addon so i doubt if its doing anything that breaks the addon guidelines.

  • FSCM- Credit Exposure Not getting Updated

    Hello,
    We are implementing FSCM and we dont have XI / PI System . We are implementing BADI ( BADI_SD_CM ) and using implesit enhancement we by pass the XI / PI.
    We referred one of the fourum for Direct update method  and works fine. BADI is triggering and While creating order message also displaying but its not updating the credit exposure .
    I have copied all the example implementation and method  FSCM_CREDIT_CHECK_ORDER. but method FSCM_COMMITMENT_UPDATE_ORDER is not getting update in the Credit exposure.
    Can anyone help me any config issue or Update i need to activate anything in the code . Please suggest.
    Regards
    Prabu K

    Hi Karai,
    Couple of things I will point out here. Try them and lets see where we stand.
    1. The configuration:
         a. Liability Categories are defined.
         b. Credit Control Area is assigned to all the company codes.
         c. Sales Area assigned to Credit Control Area
         d. Both of these BADIs are activated: UKM_R3_ACTIVATE and BADI_SD_CM.
         e. The following web services are activated
    CreditCommitmentNotification_In - Update credit exposure
    CreditManagementAccountByIDQuery_In - Provide credit master data
    CreditPaymentBehaviourSummaryNotification_In - Update payment behavior summary
    CreditWorthinessQuery_In – Carry out credit check
    2. Check if queue is not stuck. t-code SMQ1 and queue: UKM_DOCUMENT_PROCESS. If stuck please get it cleared.
    3. To rebuild the credit exposure do following:
         a. Use UKM_COMMITMENTS to clear all the exposure.
         b. Execute UKM_RFDKLI20_AR and UKM_RFDKLI20
         c. Execute UKM_TRANSFER_ITEM
         d. Execute UKM_RVKRED07. Make sure nothing is processing at that time as it will put lock on all Sales related tables.
    Please let me know if you have any questions.
    Regards,
    Prateek.

  • Custom dynamic names for outbound payment files in R12

    I have asked this on a couple of forums, but somehow missed this one.
    We are upgrading from 11i to R12 and require custom dynamic file names for the Payments output files (cheques, advices, efts). I see that you can create a custom prefix and extension through payment profiles, but the functionality is very limited (i.e. no date stamp). I am thinking that others must have come across this before, and am wondering how you have handled such a requirement. Is it possible to add custom steps to the seeded payment process? Can the payment process be run as part of a request set and then a custom step added which grabs the output file and renames it based on information obtained from the batch and the process profile. Our goal is a fully automated payment process where batches are scheduled, processed and files renamed and sent out to banks and a 3rd party printer with no user interventation.
    Any advice/tips would be appreciated.
    Thanks.
    Tam.

    Hi Tam,
    Could you please let me know if you got the solution as we have a similar requirement of renaming the output file as perthe business needs fro which we need custom program.
    Thanks,
    Manas

  • Changed behavior of home and end button

    Hi
    I have a problem with the behavior of the Home, End, PgUp, PgDn and the arrow keys. After I upgraded to version 6 they do not work as expected.
    I have disabled every extension and the behavior is still the same...
    They work as expected in IE8.
    I hope someone have a solution.

    Make sure NumLk is not engaged, as the Home, End, PgUp, and PgDn keys are often superimposed on the numeric keypad. There should be keyboard light for NumLk.
    Press F7 to turn caret browsing on or off, you want it off. Test after changing.
    To reduce caret browsing problems, see
    : http://dmcritchie.mvps.org/firefox/firefox-problems.htm#caret

  • FSCM Collections mgt

    Hi All,
    My client in  4.6  has written a custom process to deal with "Dealer Warranty claims".  Currently the custom process  will clear multiple open items in a customers account (debits and credits) and create one open item (Post with Clearning).  If there is a balance due to the dealer, etc, they have the ability to create a clear a portion of the single open item with a payment and create a residual item that is blocked until the next pass of the custom process.
    We are thinking if FSCM can be implemented to replace this custom process. What we have in mind is -
    AR pushes all the open items to FSCM collection mgt by activtaing the interface and having all the config in place. By adding a column "partial payment" (to modify the pymnt amount) to customer worklist and then have a RFC connection back to F110 to make the pymnt based on the amount adjusted in worklist.
    Is it possible to build a RFC connection from worklist that is Collections mgt to AP - F110 run. It is basically building from AR to AP. If yes, what would be the complexity of doing it and maintaining this way?
    Please let me know how this works. We have been struggling with this for past few months.
    Regards,
    Satya

    Thank you all for your responses.
    I understand that the standard process of FSCM does not provide this. We are thinking of customizing it anyway. Now we have to decide if the customization is client As-Is process in New system or FSCM customization.
    I want to know if the following customization is possible in FSCM and it's complexity -
    1. AR pushes open items to FSCM Collections mgt
    2. In FSCM, in Worlist under Payments tab, I can add new column "New Payment amount" which allows user to modify/adjust the actual payment
    3. With enhancement, this modified amount in the Worlist should be posted back to AR as open item and remaining amount as residual item.
    4. The open item will be automatically picked by F110.
    For better understanding, example - if the open item sent from AR to FSCM is $100. In the "New Payment amount" column, I will enter $40 (client wants to pay only $40 to dealer for warranty). Then this $40 should be posted back as an open item in AR with $60 residual amount with blocked status.
    Does this scenario work? A lot of customization and enhancement is required though, but just want to know if it works in FSCM and it's complexity of work?
    I really appreciate your time and help on this. I need all your expertise in this area.
    Regards,
    Satya

  • SXMB Monitor info

    we use PI/XI to transfer payment behavior to FSCM credit management, in sxmb_moni XML message,  inbound message/SOAP header/trace, we can find
    user name and timestamp, but I would like to know in xml message, where can I find the document number, amount, customer code?
    also my transfer of payment behavior is wrong, we have open item 12000 SGD, but when we do the transfer AR to FSCM credit management, it becomes 10000 USD (it covert the currency), so how to resolve this error? thanks

    Check Payload in SXMB_MONI TXN. For SGD to USD conversion, ask your functional person to check the settings in SPRO if default currency maintained is USD. Ask them to check settings in FSCM side.
    Regards
    Aashish Sinha

  • My mp3 files on hard drive & iTunes

    Hi,
    I just purchased my first ipod and am extremely excited. I have been playing with iTunes, and I am a little confused.
    I currently have all of my mp3's in a folder in their own partitioned drive, so 'G:\music'. How to I get all of the mp3's into iTunes (and let them stay where they currently are? Also, when I receive new mp3's, I clean up the tags and then move them into the G:\music folder...so can iTunes be set up to keep track of the folder and update whenever new files are added? Or do I need to add them manually into iTunes everytime? That would be a pain.
    Sorry...I have scanned the help files to no avail. Thanks in advance.
    Mike

    Well, your first question is very easy...
    On the menu bar, go to "Edit>Preferences..." and a dialog (a window thingie) will display letting you manage the settings in iTunes. There, on the "Advanced" tab, in the "General" subtab, you will see a CheckBox with "Copy files to iTunes Music folder when adding to library". Make sure that is unchecked. That way, when you add new tunes to your library, you won't copy them to your iTunes Music folder (probably at "C:\Document and Settings\[your user name]\My Documents\My Music\iTunes\iTunes Music".
    As to the second question, I am not sure if you will be able to automatically add the tunes to your library when you add files to the folder. You might want to take a look on the web for any programs that do this, since iTunes has an interface for programmers to write extensions to the behavior of iTunes. Some bored coder might have had this problem already and has published a solution.
    Dell Inspiron 9200 Notebook   Windows XP Pro   P-M 745 2GB RAM 17" WUXGA

  • Related To FI , Anybody explain

    Hi,
    Anybody expalin :
    Accounts Receivable: Payment History (technical name 0FIAR_C05)
    Accounts Receivable: Transaction Data (technical name 0FIAR_C02)
    Accounts Receivable: Line Items (technical name 0FIAR_C03)
    On what scenarion these dataprovider comes into picture.
    Is it necessary to pull data for all the provider for AR
    THere are data 9 sources:
    0FI_AR_1                          Customers: Transaction figures
    0FI_AR_10                         Customer Payment Behavior via Delta Extraction
    0FI_AR_3                          Customers: Line Items
    0FI_AR_4                          Customers: Line Items with Delta Extraction
    0FI_AR_5                          Customers: Payment History
    0FI_AR_6                          Customer Sales Figures via Delta Extraction
    0FI_AR_7                          Customer SGL Sales Figures via Delta Extraction
    0FI_AR_8                          Customer Credit Managemt. Central Data via Delta Extraction
    0FI_AR_9                          Customer Credit Managmt. Cntrl Area Data via Delta Extractn
    On what basis the datatarget and datasource are mapped ???
    Is it only on the basis of SAP provided documentation else we can go ahead with our own way ???
    Points assured.......
    Thanks,
    Debasish

    Hi,
    In Generally FI EXTRACTION STEPS ARE,
    R/3 SIDE
    1. RSA5 (Transfer Data Source)
    2. RSA6 (Check for Data Source)
    B/W SIDE
    1.RSA1->SOURCE SYSTEM->SAP R/3->FI->REPLICATE
    2.Select the infosource and assiagn source system, select datasource
    3. Select the Data target as ODS schedule.
    4. Now make the ODS data activate from RSA1->INFO PROVIDER->ODS(right click)
    5. Now RSA1->INFOPROVIDER->ODS->UPDATE data target
    6. Schedule now look for data
    7. Used BEX to get summarised data from cube and detailed data from ODS.
    Thanks,
    Sankar M

  • QuickLook fails to recognize some text files

    QuickLook previews most but not all doc, txt, html, php and css files. QuickLook will work on one file and fail on an apparently identical file, where both open cleanly in the same application when double clicked.
    In some but not all cases, file metadata (viewed in Path Finder) shows difference in UTI and/or "Type" fields where QuickLook works with one and not the other. However, this is not consistent, and in any event I cannot find a way to either edit UTI or Type fields, or set file associations based on UTI or Type (file associations seem to be limited to file extension).
    This behavior is the same on my MBP and iMac.
    Does anyone else see this problem? Any suggestions?

    Thanks for some of the ideas. Here is the status and info update so far:
    Original location of photos were from an old PC in 2005 that was backed up onto this external hard drive. I recently came accross the hard drive and noticed that there were a large number of photos that had not yet been loaded into iphoto. This is where this all started.
    Clicked and dragged from my external hard drive to the desktop - No success.
    Iphoto version 9.3.2
    Connected the external hard drive to my other computer (PC) and emailed a few to myself. From my Imac, opened my email and downloaded them to my desktop. It worked and iphoto recognized them. So I tried emailing more photos from my external hard drive connected to my Imac to  myself again, this time not from another pc but from my Imac. No success. So the lesson so far is that somehow it is making a difference in the file when I email the files from another computer (PC) and then save them to my desktop on my Imac.
    I attached images of both file info. The one to the left of the photo is from the "fixed" file that somehow Iphoto recognizes after emailing it to myself, and yes it is RGB color. The one to the Right is the info screen of the original file. I see no difference in the file type between the two. However, this is from an untrained eye.
    Given the amount of photos (approx 1500) I would have to email myself, I would like to know if there is another way to fix these files in lieu of going through this round about and time consuming fix via email.
    Sorry for the image orientation. Everytime I attached it, the image went sideways.
    Thanks!!

  • Dealer Warranty claims Open items

    Hi All,
    My client in  4.6  has written a custom process to deal with "Dealer Warranty claims".  Currently the custom process  will clear multiple open items in a customers account (debits and credits) and create one open item (Post with Clearing).  If there is a balance due to the dealer, etc, they have the ability to create and clear a portion of the single open item with a payment and create a residual item that is blocked until the next pass of the custom process.
    I am looking for information as to how current clients handle processing of "Warranty claims by dealers". How would clients handle thousands of invoices?
    Looking forwad for all your answers.
    Regards,
    Satya

    Thank you all for your responses.
    I understand that the standard process of FSCM does not provide this. We are thinking of customizing it anyway. Now we have to decide if the customization is client As-Is process in New system or FSCM customization.
    I want to know if the following customization is possible in FSCM and it's complexity -
    1. AR pushes open items to FSCM Collections mgt
    2. In FSCM, in Worlist under Payments tab, I can add new column "New Payment amount" which allows user to modify/adjust the actual payment
    3. With enhancement, this modified amount in the Worlist should be posted back to AR as open item and remaining amount as residual item.
    4. The open item will be automatically picked by F110.
    For better understanding, example - if the open item sent from AR to FSCM is $100. In the "New Payment amount" column, I will enter $40 (client wants to pay only $40 to dealer for warranty). Then this $40 should be posted back as an open item in AR with $60 residual amount with blocked status.
    Does this scenario work? A lot of customization and enhancement is required though, but just want to know if it works in FSCM and it's complexity of work?
    I really appreciate your time and help on this. I need all your expertise in this area.
    Regards,
    Satya

  • FI AP AR PCA

    Hi,
    Can anybody help me with some BW documents on FI AP, FI AR and PCA other than help links.
    Thanks.

    Hi J B,
    Go through these Doc's.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a7f2f294-0501-0010-11bb-80e0d67c3e4a
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/fb07ab90-0201-0010-c489-d527d39cc0c6
    Check these links for COPA Extraction.
    For COPA:
    https://www.sdn.sap.com/irj/sdn/advancedsearch?query=copa%20extraction%20step%20%20by%20step&cat=sdn_all
    FOR FI/CO:
    https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=fi%2fco+extraction&adv=false&sortby=cm_rnd_rankvalue
    copa extraction: https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/fb07ab90-0201-0010-c489-d527d39cc0c6
    copa retraction: https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1910ab90-0201-0010-eea3-c4ac84080806
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/documents/a1-8-4/how%20to%20set%20up%20connection%20co-pa%20-%20extraction
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/documents/a1-8-4/how%20to%20set%20up%20connection%20co-pa%20-%20retraction
    Also
    http://help.sap.com/saphelp_nw04/helpdata/en/c9/fe943b2bcbd11ee10000000a114084/frameset.htm
    For FI_GL its very normal u can find good explanation in
    http://help.sap.com/saphelp_nw04/helpdata/en/57/dd153c4eb5d82ce10000000a114084/frameset.htm
    Also Refer this link:
    http://www.sap-img.com/business/lo-cockpit-step-by-step.htm
    FI-CO 'Data Extraction -Line Item Level-FI-CO
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a7f2f294-0501-0010-11bb-80e0d67c3e4a
    FI-GL
    http://help.sap.com/saphelp_nw04/helpdata/en/c9/fe943b2bcbd11ee10000000a114084/frameset.htm
    http://help.sap.com/saphelp_470/helpdata/en/e1/8e51341a06084de10000009b38f83b/frameset.htm
    http://www.sapgenie.com/sapfunc/fi.htm
    FI-SL
    http://help.sap.com/saphelp_nw2004s/helpdata/en/28/5ccfbb45b01140a3b59298c267604f/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/41/65be27836d300ae10000000a114b54/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/ee/cd143c5db89b00e10000000a114084/frameset.htm
    FI related transparent Tables
    BSID / BSAD ===> AR
    BSIK / BSAK ===> AP
    GLT0 ===> GL
    The best way to find all the list of data sources available is go to R/3 transaction LBWE and then open the sub tree under Purchasing or Sales and Distribution or FI.
    FI-AP
    0FI_AP_1 Vendors: Transaction figures
    0FI_AP_3 Vendors: Line Items
    0FI_AP_4 Vendors: Line Items with Delta Extrcation
    0FI_AP_6 Vendor Sales Figures via Delta Extraction
    0FI_AP_7 Vendor SGL Sales Figures using Delta Extraction
    FI-AR
    0DPM_0 Dispute Management: Transaction Data
    0DPM_DEBITOR Dispute Management: Business Partner
    0FI_AR_1 Customers: Transaction figures
    0FI_AR_10 Customer Payment Behavior via Delta Extraction
    0FI_AR_3 Customers: Line Items
    0FI_AR_4 Customers: Line Items with Delta Extraction
    0FI_AR_5 Customers: Payment History
    0FI_AR_6 Customer Sales Figures via Delta Extraction
    FI-GL
    0ACAC_CALC Manual Accruals: Calculated Accrual Values
    0ACE_CALC_RESULT Accrual Engine: Calculated Accrual Values
    0FI_GL_1 General ledger: Transaction figures
    0FI_GL_10 General Ledger: Leading Ledger Balances
    0FI_GL_2 General ledger: Transaction figures - Cost of sales ledger
    0FI_GL_4 General Ledger: Line Items with Delta Extraction
    0FI_GL_6 General Ledger Sales Figures via Delta Extraction
    0FI_GL_7 General Ledger Cost of Sales Ledger via Delta Extraction
    0FI_GL_8 General Ledger: Statistical Key Figures
    0FI_TX_4 Taxes: Line Items by Means of Delta Extraction
    GL Queries
    http://help.sap.com/saphelp_nw2004s/helpdata/en/57/dd153c4eb5d82ce10000000a114084/frameset.htm
    AR/AP
    http://help.sap.com/saphelp_nw2004s/helpdata/en/ee/cd143c5db89b00e10000000a114084/frameset.htm
    PCA
    http://help.sap.com/saphelp_nw2004s/helpdata/en/7a/c3143c26b8bc00e10000000a114084/frameset.htm
    CCA
    http://help.sap.com/saphelp_nw2004s/helpdata/en/8d/1f383fe58d5900e10000000a114084/frameset.htm
    Here you will get all General reports belongs to the given application wise
    Hope This Helps.
    Regards,
    Ravikanth

  • Deposit process in IS-U

    Can anyone tell bout Deposit Process in Utilities.What is the full process in IS-U ? What are the scenarios available ?
    Thanks,
    Mohan

    Hi,
    Security deposit (Contract Accounts Receivable and Payable):- Deposit which a business partner must give the utility company as a new business partner or as a business partner with poor creditworthiness.
    The following types of security deposits exist:
    Cash/Non Cash  security deposit: The amount of money a utility company requires from customers with poor credit standing or expected bad payment behavior before services are provided.
    There are several ways in which cash security deposits can be paid back.
    To do this, use enhancement EC500001 (IS-U move-in: determine security deposit amount and reason for security deposit). Alternatively, you can enter this data manually on the move-in screen.
    Each utility contract can only have one security deposit.
    In SPRO under Contract Account recivables Payables->Business Transactions ->Security Deposits
    You can set the parametes for Security Deposit.
    With regards,
    Sunil

  • .Mac Sync Error

    I keep two computers synced via .Mac. Until just recently there's been no problem. My PowerBook runs its normal sync routine (and syncs properly with my Palm). When I try then try to sync my iMac it doesn't work, and this error message comes up:
    [ISyncConcreteSession pushChange:]: you can't modify a record that doesn't exist: <ISyncChange 0x15c8a50>{ modify record id 'C200015D-D6D5-4DD3-A476-9C088352A955'
    set com.apple.ical.type = local
    set title = Unfiled }
    NOTE: the problem seems to only affect the calendar.
    I booted up from the system disk and corrected the permissions. I also ran the repair function, which reported that there was nothing needing repair.
    Beyond that I haven't a clue. Thanks in advance for any help.
    iMac G4 + PowerBook G4   Mac OS X (10.4.8)  

    This is actually a .Mac Sync issue, for which a forum exists here:
    http://discussions.apple.com/forum.jspa?forumID=957
    It is triggered though, by an issue involving iSync and your Palm device. iSync creates a default Unfiled calendar, into which all Palm-created events are transferred each time you synchronize. This particular iSync feature has behaved inconsistently since the evolution of iSync 1.5 to iSync 2, and subsequent releases have not corrected the strange behavior it sometimes exhibits. Your issue is an extension of those behavioral problems.
    Assuming that the error message appears on your iMac, which is synchronized with .Mac Sync but to which you do not synchronize your Palm device, then you need to reset your synchronization data by opening the System Preferences application on your Powerbook and execute these steps:
    • press the .Mac icon
    • press the Advanced tab
    • wait for your registered computer list to be updated, then press the Reset Sync Data… button
    • from the Replace: drop-down menu, choose Calendars
    • click on the right-facing arrow, so that the orange animated arrow moves from left to right
    • be sure that the phrase above it says, "On .Mac with sync info from this computer."
    • press the Replace button
    Once that process has been completed, go to the iMac and execute the same process, except in the opposite direction: you want to press the left-facing arrow so that the orange animated icon runs from right to left, and the phrase above it says, "On this computer with sync info from .Mac."
    That should force the creation of the now non-existent Unfiled calendar on the iMac, and allow synchronization to occur properly.

  • HT201753 Kernel Panic Crash on new iMac

    What's the problem? It's a 3 days old iMac.
    Mon Nov 25 03:23:59 2013
    panic(cpu 4 caller 0xffffff80180754ff): "missing pager for copy object"@/SourceCache/xnu/xnu-2422.1.72/osfmk/vm/vm_pageout.c:794
    Backtrace (CPU 4), Frame : Return Address
    0xffffff810ba9bb30 : 0xffffff8018022f69
    0xffffff810ba9bbb0 : 0xffffff80180754ff
    0xffffff810ba9bd50 : 0xffffff80180783b4
    0xffffff810ba9bf20 : 0xffffff80180dc5dc
    0xffffff810ba9bfb0 : 0xffffff80180f350b
    BSD process name corresponding to current thread: firefox
    Mac OS version:
    13A603
    Kernel version:
    Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    Kernel UUID: 1D9369E3-D0A5-31B6-8D16-BFFBBB390393
    Kernel slide:     0x0000000017e00000
    Kernel text base: 0xffffff8018000000
    System model name: iMac14,2 (Mac-27ADBB7B4CEE8E61)
    System uptime in nanoseconds: 112704971954748
    last loaded kext at 1945680117102: com.apple.filesystems.afpfs          11.0 (addr 0xffffff7f9a5b0000, size 348160)
    last unloaded kext at 27221119914312: com.apple.filesystems.msdosfs          1.9 (addr 0xffffff7f9a591000, size 57344)
    loaded kexts:
    com.Symantec.kext.SAVAPComm          12.1
    com.apple.filesystems.afpfs          11.0
    com.apple.nke.asp-tcp          8.0.0
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AudioAUUC          1.60
    com.apple.iokit.IOBluetoothSerialManager          4.2.0f6
    com.apple.driver.AGPM          100.14.11
    com.apple.driver.ApplePlatformEnabler          2.0.9d1
    com.apple.driver.X86PlatformShim          1.0.0
    com.apple.driver.AppleMikeyHIDDriver          124
    com.apple.driver.AppleHDA          2.5.2fc2
    com.apple.driver.AppleUpstreamUserClient          3.5.13
    com.apple.GeForce          8.1.8
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.driver.AppleIntelHD5000Graphics          8.1.8
    com.apple.driver.AppleThunderboltIP          1.0.10
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.driver.AppleMikeyDriver          2.5.2fc2
    com.apple.driver.AppleHWAccess          1
    com.apple.driver.AppleLPC          1.7.0
    com.apple.driver.AppleIntelFramebufferAzul          8.1.8
    com.apple.driver.AppleSMCLMU          2.0.4d1
    com.apple.driver.AppleBacklight          170.3.5
    com.apple.driver.AppleMCCSControl          1.1.12
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          35
    com.apple.driver.AppleUSBHub          650.4.4
    com.apple.driver.XsanFilter          404
    com.apple.driver.AppleSDXC          1.4.0
    com.apple.iokit.IOAHCIBlockStorage          2.4.0
    com.apple.iokit.AppleBCM5701Ethernet          3.6.9b9
    com.apple.driver.AirPort.Brcm4360          800.21.45
    com.apple.driver.AppleAHCIPort          2.9.5
    com.apple.driver.AppleUSBXHCI          650.4.3
    com.apple.driver.AppleACPIButtons          2.0
    com.apple.driver.AppleRTC          2.0
    com.apple.driver.AppleHPET          1.8
    com.apple.driver.AppleSMBIOS          2.0
    com.apple.driver.AppleACPIEC          2.0
    com.apple.driver.AppleAPIC          1.7
    com.apple.nke.applicationfirewall          153
    com.apple.security.quarantine          3
    com.apple.security.SecureRemotePassword          1.0
    com.apple.driver.AppleBluetoothHIDKeyboard          170.15
    com.apple.driver.IOBluetoothHIDDriver          4.2.0f6
    com.apple.driver.AppleHIDKeyboard          170.15
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSerialFamily          10.0.7
    com.apple.driver.DspFuncLib          2.5.2fc2
    com.apple.vecLib.kext          1.0.0
    com.apple.iokit.IOAudioFamily          1.9.4fc11
    com.apple.kext.OSvKernDSPLib          1.14
    com.apple.iokit.IOAcceleratorFamily          98.7.1
    com.apple.nvidia.driver.NVDAGK100Hal          8.1.8
    com.apple.nvidia.driver.NVDAResman          8.1.8
    com.apple.iokit.IOBluetoothFamily          4.2.0f6
    com.apple.iokit.IOSurface          91
    com.apple.iokit.IOBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.driver.AppleHDAController          2.5.2fc2
    com.apple.iokit.IOHDAFamily          2.5.2fc2
    com.apple.driver.AppleThunderboltEDMSink          1.2.1
    com.apple.driver.X86PlatformPlugin          1.0.0
    com.apple.driver.IOPlatformPluginFamily          5.5.1d27
    com.apple.iokit.IOAcceleratorFamily2          98.7.1
    com.apple.AppleGraphicsDeviceControl          3.4.12
    com.apple.driver.AppleSMBusPCI          1.0.12d1
    com.apple.driver.AppleSMC          3.1.6d1
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.iokit.IONDRVSupport          2.3.6
    com.apple.driver.AppleSMBusController          1.0.11d1
    com.apple.iokit.IOGraphicsFamily          2.3.6
    com.apple.iokit.IOUSBHIDDriver          650.4.4
    com.apple.driver.AppleUSBMergeNub          650.4.0
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.6.0
    com.apple.driver.AppleThunderboltDPOutAdapter          2.5.0
    com.apple.driver.AppleThunderboltDPInAdapter          2.5.0
    com.apple.driver.AppleThunderboltDPAdapterFamily          2.5.0
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.4.0
    com.apple.iokit.IOUSBMassStorageClass          3.6.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.6.0
    com.apple.driver.AppleUSBComposite          650.4.0
    com.apple.driver.CoreStorage          380
    com.apple.iokit.IOUSBUserClient          650.4.4
    com.apple.driver.AppleThunderboltNHI          1.9.2
    com.apple.iokit.IOThunderboltFamily          2.8.5
    com.apple.iokit.IOEthernetAVBController          1.0.3b3
    com.apple.iokit.IO80211Family          600.34
    com.apple.driver.mDNSOffloadUserClient          1.0.1b4
    com.apple.iokit.IONetworkingFamily          3.2
    com.apple.iokit.IOAHCIFamily          2.6.0
    com.apple.iokit.IOUSBFamily          650.4.4
    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.10
    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          21
    com.apple.driver.AppleFDEKeyStore          28.30
    com.apple.driver.AppleACPIPlatform          2.0
    com.apple.iokit.IOPCIFamily          2.8
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    com.apple.kec.pthread          1
    System Profile:
    Model: iMac14,2, BootROM IM142.0118.B00, 4 processors, Intel Core i7, 3.5 GHz, 8 GB, SMC 2.15f2
    Graphics: NVIDIA GeForce GTX 780M, NVIDIA GeForce GTX 780M, PCIe, 4096 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343531533641465238412D50422020
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343531533641465238412D50422020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x111), Broadcom BCM43xx 1.0 (6.30.223.154.45)
    Bluetooth: Version 4.2.0f6 12982, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: APPLE HDD WD10EZES-40UFAA0, 1 TB
    Serial ATA Device: APPLE SSD SD0128F, 121.33 GB
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: USB Receiver
    USB Device: FreeAgent Go
    Thunderbolt Bus: iMac, Apple Inc., 23.10

    Is it because of Symantec antivirus? it did say "BSD process name corresponding to current thread: firefox" though.
    Symantec products are poison to Macs. They're known for bringing healthy Macs to their knees. On top of that, Symantec doesn't seem to spend much time researching Mac malware, because their products aren't that great at detecting it. Because of this, you'd be wise to uninstall it (using the proper uninstaller).
    Note that it really doesnt matter that the crash occurred in Firefox. Kernel extensions modify the behavior of your Mac at a very low level, and thus may cause your Mac to crash in processes not directly related to the cause.
    Also, if removing your anti-virus software makes you nervous, see my Mac Malware Guide. It will teach you how to protect yourself.
    If removing that anti-virus software doesn't help, you may have a hardware problem. Apple offers a 14-day no-questions-asked return policy. You can return the machine and exchange it for another, and avoid having to deal with a warranty repair.

Maybe you are looking for