Migration of Standard Classic Badi to New Badi

hi,
Is it mandatory to migrate all standard classic badi's to New badi's in ECC6.0. I have read in the documentation only custom BADi's should be migrated.
Can we migrate Standard Classic badi's to New badi's, please provide the procedure for this.
when i am trying to do this in one way it is not allowing me to use the same class as classic badi used, so i have created custom class for this. Is it going to effect.

Hi Phanindra,
Calling New badi's is much faster than calling clasic badi's. SAP never recommends to convert all classic Badi's to New Badi's rather you convert your own Badi's to New Badi's. You cant convert SAP classical BADI to New Badi. if you want to convert custom Badi, then please go through this below link
http://help.sap.com/saphelp_nw70/helpdata/EN/0e/4d3e42fc94aa04e10000000a1550b0/content.htm
Thanks,
Bishnu Dash

Similar Messages

  • Classic Badi..

    Hello to all ,
    There is a standard Classic Badi "IMP_ECM_OTHERS_DECO" this is inactive from my side... ho this is can be active .. Please Help me
    Regards,
    Vandana.

    Hi Vandana,
    Please do the follwoing
    go to se19 -> enter badi name -> display
    In the Attributes tab...the box "Within SAP" is ticked which means we cannot create an implementation since it is restriced by SAP and can be used internally only......not for custom changes(not recommended)
    A change of standard code has been done and any change in standard code demands an access key...
    Recommendations
    (1) Do not ever transport the request to quality or production servers...
    (2) Try to retrieve the previous active version if transasctions or programs using the badi gives a dump or error because of it's current inactive status
    (3) check with the basis for earlier version retrieval incase of serious problems
    Hope it helps
    Regards
    Byju

  • Classic BAdi and New BAdi ...

    Hi all,
    I have a question regarding the new BAdi concept using enhancement spots.
    With the classic BAdi's once we create an implementation it will call up our implementation when the BADI class is been called.
    But with the new concept we have to explicitly call the BAdi we created right ? doesn't this mean modifiying the standard code ( If there's no ehancement section or point )?
    Can someone tell me whether there is another way to call our implementation by using GET BADI and CALL BADI statement without modifying standard code ( by creating an explicit enhancement).
    Cheers,
    D.

    hi,
    Classic and new BAdIs differ in a number of features that are important for migration:
    1. BAdI object
    a. With classic BAdIs, a BAdI object is created by calling a factory method, and referenced via a reference variable of the type of the BAdI interface.
    b. With new BAdIs, a BAdI object is created via the ABAP statement GET BADIas a handle for the calls of BAdI methods, and referenced via a reference variable of the type of the BAdI. A BAdI object is an instance of an internal BAdI class, which otherwise is invisible to the outside.
    2. Passing comparison values for the filter
    a. With the classical BAdIs, the filter values are stored in a structure and passed with the call of the BAdI methods.
    b. With the new BAdIs, the comparison values for the filters used to search for implementations are passed when the BAdI object is created with the GET BADIstatement.
    There is no way of migrating the call of the factory method one-to-one into the ABAP statement, because GET BADI can also return an existing BAdI object, which is not possible with the factory method.
    3. Calling BAdI methods
    Passing comparison values for the filter
    a. A classic BAdI can be called only once and the call positions are registered centrally.
    b. With new BAdIs, multiple calls are possible and the call positions are not registered centrally.
    For the above reasons, an automatic call migration is not possible.
    Have a look at below link.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/ee/6f3b42ea85b26be10000000a155106/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/0e/4d3e42fc94aa04e10000000a1550b0/content.htm
    I hope it helps.
    Best Regards,
    Reshma

  • How to undo migration of classic BADI from enhancement spot...

    Hello Experts,
    Is there a way to "UNDO" if a BADI is migrated to a custom enhancement spot? I want to
    revert it back to its "classic" status.
    Thank you guys and take care!

    hai do u want to undo migration of custom badis or standard badis
    if for custom badis then from se18 just u can delete the definition form teh enhancement spot
    if for standard badi then i guess it is not advisable
    and if u want a classical badi to be created just select utuilites --> create classical badi definition and it wil not ask for spots
    m.a

  • Whats is the diff. btw classic badi and new badi

    Hi guy,
    I just found out that there is classic and new badi implementation in SE19, I would like to check out with u guys on what is the diff btw the two?
    thanks.

    <b>Differences Between Classic and New BAdIs</b>
    Classic and new BAdIs differ in a number of features that are important for migration:
    1. BAdI object
    a.      With classic BAdIs, a BAdI object is created by calling a factory method, and referenced via a reference variable of the type of the BAdI interface.
    b.      With new BAdIs, a BAdI object is created via the ABAP statement GET BADIas a handle for the calls of BAdI methods, and referenced via a reference variable of the type of the BAdI. A BAdI object is an instance of an internal BAdI class, which otherwise is invisible to the outside.
    2. Passing comparison values for the filter
    a.      With the classical BAdIs, the filter values are stored in a structure and passed with the call of the BAdI methods.
    b.      With the new BAdIs, the comparison values for the filters used to search for implementations are passed when the BAdI object is created with the GET BADIstatement.
    There is no way of migrating the call of the factory method one-to-one into the ABAP statement, because GET BADI can also return an existing BAdI object, which is not possible with the factory method.
    3. Calling BAdI methods
    Passing comparison values for the filter
    a.      A classic BAdI can be called only once and the call positions are registered centrally.
    b.      With new BAdIs, multiple calls are possible and the call positions are not registered centrally.
    For the above reasons, an automatic call migration is not possible.
    Have a look at below link.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/ee/6f3b42ea85b26be10000000a155106/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/0e/4d3e42fc94aa04e10000000a1550b0/content.htm
    I hope it helps.
    Best Regards,
    Vibha
    *Please mark all the helpful answers

  • Demo programs of new and classic BADIs - transactions SE18 and SE19

    Does SAP supply any demo examples of the new BADI switch framework and/or classic BADIs.
    I've been trying to learn how to use SE18 and SE19 from examples on the web and articles in Thomas Weiss blogs. But, I'm still confused.
    Thanks
    Ed Baker

    Thank you for replying.
    I did look at that example during my investigations. In fact, I found another page with screen shots for the example at http://www.sapmaterial.com/badi.html
    Unfortunately, I'm on ECC 6.0 and the screen shots don't quite line up.
    What I'm actually referring to is spots like this in SAP supplied code. Here's a typical example in SAPMV45A during transaction VA01 (sales order create).
    How do I get SAP to branch off to user code when it reaches the "ENHANCEMENT-POINT" line.
    *       MODULE XVBAP_LESEN                                            *
    *       Tabelle XVBAP fuer Bildschirmanzeige lesen, es wird die erste *
    *       Einteilung mit Wunschmenge zur Verfügung gestellt             *
    MODULE XVBAP_LESEN OUTPUT.
      PERFORM XVBAP_LESEN(SAPFV45P) USING CHAR1.
    ENHANCEMENT-POINT XVBAP_LESEN_01 SPOTS ES_SAPMV45A.
    *$*$-Start: XVBAP_LESEN_01----------------------------------------------------------------------$*$*
    ENHANCEMENT 59  /SAPHT/SW_LIC_BU_VERS_SAPMV45A.    "active version
    * IS-HT (D45)(D44)
       CALL FUNCTION '/SAPHT/SW_BUMP_ICON_OUTPUT'
          EXPORTING
              i_vbap_posnr       = vbap-posnr
              i_vbap_uepos       = vbap-uepos
              i_vbup_bump        = xvbup-bump
          CHANGING
              c_gg_process_icon  = gg_process_icon.
    ENDENHANCEMENT.
    *$*$-End:   XVBAP_LESEN_01----------------------------------------------------------------------$*$*
    ENDMODULE.

  • New BADI  and classic BADI

    Hi,
    Could anyone post solution for making out that a classic BADI is preferred or a new BADI.
    This's not an interview question. I just want to make it out for my requirement.
    Could anyone post  the exact real time differences between a classic BADi and a new BADI.

    Hi,
    Use new BAdI over classical BAdI, as performance of new BAdI is better.
    Incase of new BAdI you have to create an Enhancement Spot and create BAdI definition under it, and subsequently implement the BAdI. In the code use
    GET BADI badi_name to generate BAdI handle, and
    CALL BADI badi_name->method.... to call BAdI methods.
    Incase of Classical BAdIs adapter class are created in the runtime of the application program.
    Check the following link:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/ee/6f3b42ea85b26be10000000a155106/frameset.htm
    Regards,
    George
    Edited by: George Biswal on May 26, 2009 3:04 PM

  • Classic BADi not being called

    Hello Experts... Your kind and expert advice is deeply appreciated...
    We had implemented a BADi in CRM4.0 and that is being called and working alright.
    We are now upgrading CRM4.0 to CRM7.0. With this change classic BADis is not being called.
    Difference I noticed in calling program is that in CRM 4.0 BADIs were pulled/instantiated by factory method. However in CRM 7.0 it uses "GET BADI" command. But since "GET BADI" does not fetch implemented BADi, it throws BADI not found exception.
    - I searched and learnt that "Get BADI" can fetch classic BADIs and there is no need to migrate classic BADIs to new BADIs ...(if I am not wrong)..
    - Also that I re-activated classic BADi in CRM 7.0 but still "Get BADI" does not pulled/instantiate BADi.
    - Also I search to have report "ENH_BADI_ADD_MIGR_INFO" run to create link between Classic and new BADi. Will this work?
    Kindly advice to call classic BADi in CRM 7.0? Appreciate it. Thanks!
    Warm Regards,
    Kalpit

    Hi,
    Check if this BADI is migrated to enhancement spot (In attributes TAB). If yes, you need create an enhancement implementation for
    this BADI.
    Thanks,
    SKJ

  • I need to create a Classic BADI definition in an ECC 6.0 Environment

    Greetings all,
    Let me start by saying that I work in a corporation with many SAP landscapes at various versions (4.7, ecc 6 etc.)  We have an application developed in an ECC 6.0 environment which needs to be pushed down to some 4.7 environments.  This development needs some BADIs defined to give the receiving systems some flexibility.  Here comes the problem, 4.7 cannot handle New BADIs and ECC 6.0 will not allow me to create Classic BADI definitions.  I've searched through notes to see if there is some kind of quick fix and I have not found any.  So I appeal to you the enhancement forum.  Is there a note?  How else can I create something and give the non original systems the flexibility needed?
    Thank You

    Yes Michelle, you are misunderstanding.  I am the Definer of the BADI, not the implementer.  I am setting up the hook in the program.  One can still implement a classic BADI in SE19 in ECC 6.0.  What we are prevented from doing is defining a new Classic BADI.  We are forced to define new BADIs.
    Try this:  Go to SE18, select BADI name and put in Ztestjunk.  Now hit the create button:
    Here is the error message you will get:
    "Create" operation is possible only for enhancement spots
    Message no. ENHANCEMENT269
    Diagnosis
    You wish to create a BAdI definition on the initial screen of the BAdI Builder.
    System Response
    It is not possible to directly create a BAdI definition. The BAdI definition can only be created as part of an enhancement spot.
    Procedure
    Either create an enhancement spot or process an enhancement spot that already exists. There you can create BAdI definitions as part of the enhancement spot.

  • Problems with a manually created Classic BADI

    Hello.
    When Implementing note 1632640, we manually created a Classic BADI named HRPAYPT_CA_SURCHARG (instead of the correct name HRPAYPT_CA_SURCHARGE).
    When we realized this, we've deleted the implementation ZHRPAYPT_CA_SURCHARG and the BADI
    Definition. However, when asked to delete (or not) the interface IF_EX_HRPAYPT_CA_SURCHARGE we choosed "NO".
    Now, we cannot create the new BADI definition because it's says that interface IF_EX_HRPAYPT_CA_SURCHARGE already exists.
    we also cannot delete manually the interface in SE24, because it says that it can only be mantained via Addin Builder.
    How can we solve this issue?
    Regards,
    Valter Oliveira.

    Hi Valter,
    Try going to SE24 and put in the class name "CL_EX_HRPAYPT_CA_SURCHARG" and then choose "Utilities" -> "Versions" -> "Version Management" -> "Public Section" and see if you can retrieve the old version of the class that was generated when you created the definition.  If you are able to retrieve it then you might be able to delete it along with the interface itself.  If that doesn't work you may have to resort to some sort of debugging trick to get by the issue.
    Regards,
    Ryan Crosby

  • Classic badi implementation zac_document not being called

    For classic BADI AC_DOCUMENT I had prior and currently have an implementation ZAC_DOCUMENT.
    I had this working but now it is not working and I am unable to determine why not.  I deleted the implementation and recreated it with SE18.
    If I view the implementation in change mode of transaction SE19, I see on the attributes tab that the implementation is activated. On the interface tab it says....
    interface name IF_EX_AC_DOCUMENT
    name of implementing class ZCL_IM_AC_DOCUMENT
    I double click on method CHANGE_AFTER_CHECK to see my code which passes syntax check... I'll abbreviate....
    method IF_EX_AC_DOCUMENT~CHANGE_AFTER_CHECK.
    data:
    loop at IM_DOCUMENT-ITEM into wa_accit.
      lc_nomod = 'X'.
    substituted alternative account
      if ....
      if lc_nomod is initial.
        append wa_accit_sub to ex_document-item .
      endif.
    endloop.
    endmethod.
    The code here is not being triggered, nor is a set break-point.  Thanks in advance for any help getting this to work again.

    check if you are using the valid data to hit the BADI

  • I Photo will not update after migrating from old I-Mac to new I-Mac with fusion drive

    I just migrated from 2009 I-Mac with Mountain Lion to New I-Mac with Mountain Lion with migration Assistant. Now... I tunes will not update although Apple says one is available

    a couple of things - you should not "migrate" applications - you should use the new ones that come preinstalled - what version of of iPhoto do you have on your new mac?
    Migration assistance does not handle the iPhoto library well sometimes - the best way is to drag the bad iphoto library from the pictures folder on the new system to the desktop, connect the two systems together (network, firewire target mode, etc) and drag the iPhoto library intact as a single entity from the old system to the pictures folder of the new system and launch iPhoto on the new system - it will open and convert the iPhoto library as necessary and you will be fine - once you test the iPhoto library you can delete the one on the desktop
    LN

  • UPGRADE classic GL to New GL

    Hi Gurus,
    our client wants to upgrade SAP from 4.7 to ECC 6.0 with NEW GL functionlality, could anyone please explain,
    1) the things I need to take care of during the initial phase of Project ,
    2) Is there any step by step procedure to folllow,
    3) The reports which we have in SPL (which we don't want SPL in ECC6.0 and required all the reports to be transferred to New GL, is there any automated way ? or do I need to create all the reports from Scratch? )
    Regards,
    Sandhya

    HI,
    switch over Classic GL to New GL is called project, It is not simple procedure you need to follow the steps.
    above process is called New GL Migration.
    please refer the below note for migration.
    812919 SAP ERP new general ledger: Migration
    To ensure maximum security, SAP supports each migration project with the
    SAP General Ledger Migration migration service. This mandatory technical
    service is based on standard migration scenarios and includes a
    scenario-specific General Ledger Migration Cockpit and service sessions
    to ensure the quality of the data and of the migration project. The
    service sessions are provided by a NewGL migration back office, which
    was specifically set up for this purpose.
    After you commission the service, you are provided with the General
    Ledger Migration Cockpit and the service sessions are delivered after
    consultation.
    The migration service contains the following functions:
    a) General Ledger Migration Cockpit for executing the migration
           - Process tree with scenario-based management by the individual
           activities of the migration
           - Monitor of the migration steps with status management
    b) Remote service session to validate the scenario and analyze the
                                                                      Page 2
    system
           - Possible consistency checks against target Customizing of the
           new general ledger accounting
    c) Remote service session to validate tests
           - Technical validation checks in a test system after a data
             migration
      d) Development support by the NewGL migration back office
      For more information about this migration service with a description of
      the migration scenario, a migration guide and other useful information,
      see SAP Service Marketplace at
      If you have any further questions about using this service,
      Note that this service refers exclusively to support for the technical
      migration of the data from the classic to the new general ledger.
      You can also get consulting support for the business concepts and the
      implementation of the new general ledger from your relevant subsidiary
      or from qualified partners.
      The customer is responsible for drawing up the blueprint and the concept
      of the new general ledger including its integration with other
      components, industry-specific and country-specific versions. The
      customer, together with the consultants, must ensure that the
      implementation functions correctly, and is supported by SAP. This check
      is not part of the SAP General Ledger Migration migration service.
      To access the site mentioned above, you require authorization for SAP
      Service Marketplace and an S user ID. Contact your system administrator
      regarding this.
    and
    below note will resolve all your question.
    1070629   FAQs: New General Ledger Migration
    Reg
    Madhu M

  • Trackpad do not work properly after migration data from old imac to new macbook pro

    After migration all my Data from my old imac to my new macbook pro (both running on OS Maverick) with migration assistant, the trackpad of the new macbook pro doesn´t work properly any more.
    But the trackpad had worked properly before the data migration!
    But now the trackpad feature of scrolling up and down with two fingers doesn´t work. (Other features are ok.)
    I have tried to change the trackpad settings, but still doesn´t work.
    Can anyone help me???

    You are still under warranty.  Call Apple Care. Make sure you get a case number as all repairs have an additional 90 days of warranty. 
    #1 - You have 14 days from the date of purchase to return your computer with no questions asked.
    #2 - You have 90 days of FREE phone tech support.
    #3 - You have the standard one year Apple warranty.
    #4 - If you've purchased an AppleCare Protection Plan, your warranty last for 3 years.   You can obtain AppleCare anytime up to the first year of the purchase of your computer.
    Take FULL advantage of your warranty.  Posting on a message board should be done as a last resort and if you are out of warranty or Apple Care has expired.

  • Can I migrate from PowerBook g4 to a new MacBook Air

    I have a non intel PowerBook g4 Can I migrate from PowerBook g4 to a new MacBook Air

    A Basic Guide for Migrating to Intel-Macs
    The Knowledgebase article Intel-based Mac: Some migrated applications may need to be updated refers to methods of dealing with migrating from PowerPC chips to Intel with the Migration Assistant safely. The authors of this tip have not had a chance to verify this works in all instances, or that it avoids the 10.6.1 and earlier Guest Account bug that caused account information to get deleted upon use of the Migration/Setup Assistant. However, a well backed up source that includes at least two backups of all the data that are not connected to your machine will help you avoid potential issues, should they arise. In event it does not work, follow the steps below.
    If you are migrating a PowerPC system (G3, G4, or G5) to an Intel-Mac be careful what you migrate.  Keep in mind that some items that may get transferred will not work on Intel machines and may end up causing your computer's operating system to malfunction.
    Rosetta supports "software that runs on the PowerPC G3, G4, or G5 processor that are built for Mac OS X". This excludes the items that are not universal binaries or simply will not work in Rosetta:
      1. Classic Environment, and subsequently any Mac OS 9 or earlier applications
      2. Screensavers written for the PowerPC System Preference add-ons
      3. All Unsanity Haxies Browser and other plug-ins
      4. Contextual Menu Items
      5. Applications which specifically require the PowerPC G5 Kernel extensions
      6. Java applications with JNI (PowerPC) libraries
    See also What Can Be Translated by Rosetta.
    In addition to the above you could also have problems with migrated cache files and/or cache files containing code that is incompatible.
    If you migrate a user folder that contains any of these items, you may find that your Intel-Mac is malfunctioning. It would be wise to take care when migrating your systems from a PowerPC platform to an Intel-Mac platform to assure that you do not migrate these incompatible items.
    If you have problems with applications not working, then completely uninstall said application and reinstall it from scratch. Take great care with Java applications and Java-based Peer-to-Peer applications. Many Java apps will not work on Intel-Macs as they are currently compiled. As of this time Limewire, Cabos, and Acquisition are available as universal binaries. Do not install browser plug-ins such as Flash or Shockwave from downloaded installers unless they are universal binaries. The version of OS X installed on your Intel-Mac comes with special compatible versions of Flash and Shockwave plug-ins for use with your browser.
    The same problem will exist for any hardware drivers such as mouse software unless the drivers have been compiled as universal binaries. For third-party mice the current choices are USB Overdrive or SteerMouse. Contact the developer or manufacturer of your third-party mouse software to find out when a universal binary version will be available.
    Also be careful with some backup utilities and third-party disk repair utilities. Disk Warrior, TechTool Pro , SuperDuper , and Drive Genius  work properly on Intel-Macs with Leopard.  The same caution may apply to the many "maintenance" utilities that have not yet been converted to universal binaries.  Leopard Cache Cleaner, Onyx, TinkerTool System, and Cocktail are now compatible with Leopard.
    Before migrating or installing software on your Intel-Mac check MacFixit's Rosetta Compatibility Index.
    Additional links that will be helpful to new Intel-Mac users:
      1. Intel In Macs
      2. Apple Guide to Universal Applications
      3. MacInTouch List of Compatible Universal Binaries
      4. MacInTouch List of Rosetta Compatible Applications
      5. MacUpdate List of Intel-Compatible Software
      6. Transferring data with Setup Assistant - Migration Assistant FAQ
      7. OS X Lion: How to use Migration Assistant to transfer files from another Mac
    Because Migration Assistant isn't the ideal way to migrate from PowerPC to Intel Macs, using Target Disk Mode, copying the critical contents to CD and DVD, an external hard drive, or networking will work better when moving from PowerPC to Intel Macs.  The initial section below discusses Target Disk Mode.  It is then followed by a section which discusses networking with Macs that lack Firewire.
    If both computers support the use of Firewire then you can use the following instructions:
      1. Repair the hard drive and permissions using Disk Utility.
      2. Backup your data.  This is vitally important in case you make a mistake
          or there's some other problem.
      3. Connect a Firewire cable between your old Mac and your new Intel Mac.
      4. Startup your old Mac in Transferring files between two computers using FireWire.
      5. Startup your new Mac for the first time, go through the setup and
           registration screens, but do NOT migrate data over. Get to your
           desktop on the new Mac without migrating any new data over.
    If you are not able to use a Firewire connection (for example you have a Late 2008 MacBook that only supports USB:)
    1. Set up a local home network: Creating a small Ethernet Network.
    2. If you have a MacBook Air or Late 2008 MacBook see the following:
      a. MacBook (13-inch, Aluminum, Late 2008) and MacBook Pro (15-inch,
          Late 2008) - What to do if migration is unsuccessful;
      b. MacBook Air - Migration Tips and Tricks;
      c. MacBook Air - Remote Disc, Migration, or Remote Install Mac OS X and
          wireless 802.11n networks.
    Copy the following items from your old Mac to the new Mac:
    In your /Home/ folder: Documents, Movies, Music, Pictures, and Sites folders.
    In your /Home/Library/ folder:
    /Home/Library/Application Support/AddressBook (copy the whole folder) /Home/Library/Application Support/iCal (copy the whole folder)
    Also in /Home/Library/Application Support (copy whatever else you need including folders for any third-party applications)
    /Home/Library/Keychains (copy the whole folder) /Home/Library/Mail (copy the whole folder) /Home/Library/Preferences/ (copy the whole folder) /Home /Library/Calendars (copy the whole folder) /Home /Library/iTunes (copy the whole folder) /Home /Library/Safari (copy the whole folder)
    If you want cookies:
    /Home/Library/Cookies/Cookies.plist /Home/Library/Application Support/WebFoundation/HTTPCookies.plist
    For Entourage users:
    Entourage is in /Home/Documents/Microsoft User Data Also in /Home/Library/Preferences/Microsoft.
    Credit goes to Macjack for this information.
    If you need to transfer data for other applications please ask the vendor or ask in the  Discussions where specific applications store their data.
    5. Once you have transferred what you need restart the new Mac and test to make sure the contents are there for each of the applications.
    Written by Kappy with additional contributions from a brody.Revised 5/21/2011

Maybe you are looking for

  • Adobe Bridge - Photoshop Album

    Kann Adobe Bridge die Daten aus Photoshop Album importieren? Danke

  • Itunes trouble

    we just bought an ipad 2 for Christmas and we hooked it up to laptop and it worked great, we love it. But now I cant open itunes on my laptop i get this message"the file itunes.it cannot be read because it was created by a newer version of itunes"  a

  • Quad  i cannot  install MAIL  after upgrading to 10.5.7

    installed leopard 10.5.7 into a QUAD IT GETS UP TO SMPT and then wont do anything connection doctor just says its connected to internet pop is ok what the heck is going on i have a macpro 10.5.6 mail is never a problem i have a mbpro laptop same none

  • Phonon, amarok2 and backend

    Standardly in arch phonon is built without gstreamer support, only with xine. Amarok2 is freezing (playing is freezing) after few minutes (maybe only I have this problem I don;t know, but even if only I have it is important (: ) When I edited a phono

  • Emplyee advances

    Hi everyone, In our comp they have created Employee salary advance, site advance and travel advance. where employee is treated as vendor. and a special gl is created for each of this. my question here is how wil i do the user manual for this??.. and