ALV and POP-UP

Hi everybody,
I'm a very very junior developer and I'm in trouble with ALV and POP-UP.
I'm going to explain to you my problem.
I need to build a report that has two parameters.
The first one helps you to choose a file from an Application server (by a match code).
The second one shows the path you've just choose.
When you click on the match code, the report has to do this:
1 - a pop-up with an ALV list comes up with a list of files and subdirectories (the starting path is fixed in the code)
2 - when i choose one of the files (double click) I need to
    - close the pop-up
    - catch the file and his path
    - put the entire path into the second parameter
Regards
Jampierre
P.S: I'm sorry about my english

Have a look at this example program.
REPORT  zrich_0001.
TYPE-POOLS: slis.
TYPES : BEGIN OF lt_help,
         check TYPE c,
         file TYPE char255,
        END OF lt_help.
DATA: idynfields TYPE TABLE OF dynpread .
DATA: xdynfields LIKE LINE OF idynfields.
DATA: ihelp TYPE TABLE OF lt_help.
DATA: xhelp LIKE LINE OF ihelp.
DATA: ifldc TYPE slis_t_fieldcat_alv .
DATA: xfldc TYPE slis_fieldcat_alv .
DATA: p_file TYPE localfile.
DATA: ifile TYPE TABLE OF  salfldir.
DATA: xfile LIKE LINE OF ifile.
PARAMETERS: p_path TYPE salfile-longname
                    DEFAULT '\usr\sap\N4S\DVEBMGS00\work'.
AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_path.
  REFRESH: ifile, ifldc.
    REFRESH idynfields.
    xdynfields-fieldname = 'P_PATH'.
    APPEND xdynfields TO idynfields.
    CALL FUNCTION 'DYNP_VALUES_READ'
      EXPORTING
        dyname             = sy-cprog
        dynumb             = sy-dynnr
      TABLES
        dynpfields         = idynfields
      EXCEPTIONS
        OTHERS             = 11.
    clear xdynfields.
    READ TABLE idynfields INTO xdynfields WITH KEY fieldname = 'P_PATH'.
    IF sy-subrc = 0.
      p_path = xdynfields-fieldvalue.
    ENDIF.
    CALL FUNCTION 'RZL_READ_DIR_LOCAL'
    EXPORTING
      name           = p_path
    TABLES
      file_tbl       = ifile
    EXCEPTIONS
      argument_error = 1
      not_found      = 2
      OTHERS         = 3.
  REFRESH ihelp.
  LOOP AT ifile INTO xfile.
    xhelp-file = xfile-name.
    APPEND xhelp TO ihelp.
  ENDLOOP.
  CLEAR xfldc.
  xfldc-reptext_ddic    = ' '.
  xfldc-fieldname  = 'CHECK'.
  xfldc-tabname   = 'IHELP'.
  xfldc-outputlen  = '1'.
  APPEND xfldc TO ifldc.
  CLEAR xfldc.
  xfldc-reptext_ddic    = 'File Name'.
  xfldc-fieldname  = 'FILE'.
  xfldc-tabname   = 'IHELP'.
  xfldc-outputlen  = '255'.
  APPEND xfldc TO ifldc.
  CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT'
    EXPORTING
      i_checkbox_fieldname = 'CHECK'
      i_tabname            = 'IHELP'
      it_fieldcat          = ifldc
    TABLES
      t_outtab             = ihelp
    EXCEPTIONS
      program_error        = 1
      OTHERS               = 2.
  READ TABLE ihelp INTO xhelp WITH KEY check = 'X'.
  IF sy-subrc = 0.
    REFRESH idynfields.
    xdynfields-fieldname = 'P_PATH'.
    CONCATENATE p_path '\' xhelp-file INTO xdynfields-fieldvalue.
    APPEND xdynfields TO idynfields.
* Update the dynpro values.
    CALL FUNCTION 'DYNP_VALUES_UPDATE'
      EXPORTING
        dyname     = sy-cprog
        dynumb     = sy-dynnr
      TABLES
        dynpfields = idynfields
      EXCEPTIONS
        OTHERS     = 8.
  ENDIF.
Regards,
Rich Heilman

Similar Messages

  • Something was hidden in a download and now these double green underlined hyperlinks show up everywhere, and pop ups too whenever I click on ANYTHING. I can't figure out how to find it and get rid of it.

    Something was hidden in a download and now these double green underlined hyperlinks show up everywhere, and pop ups too whenever I click on ANYTHING. I can't figure out how to find it and get rid of it.

    You installed the "DownLite" trojan, perhaps under a different name. Remove it as follows.
    Malware is constantly changing to get around the defenses against it. The instructions in this comment are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    /Library/LaunchAgents/com.vsearch.agent.plist
    Right-click or control-click the line and select
    Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item named "VSearch" selected. Drag the selected item to the Trash. You may be prompted for your administrator login password.
    Repeat with each of these lines:
    /Library/LaunchDaemons/com.vsearch.daemon.plist
    /Library/LaunchDaemons/com.vsearch.helper.plist
    /Library/LaunchDaemons/Jack.plist
    Restart the computer and empty the Trash. Then delete the following items in the same way:
    /Library/Application Support/VSearch
    /Library/PrivilegedHelperTools/Jack
    /System/Library/Frameworks/VSearch.framework
    Some of these items may be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including any that have the word "Spigot" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    This trojan is distributed on illegal websites that traffic in pirated movies. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect much worse to happen in the future.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that the DownLite developer has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing, has not done so, even though it's aware of the problem. This failure of oversight is inexcusable and has compromised the value of Gatekeeper and the Developer ID program. You can't rely on Gatekeeper alone to protect you from harmful software.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • When playing FarmVille I continually get a window poping open that is title "about blank" it then closes and pops open again, preventing me from doing anything on Farmville how can I stop this?

    when trying to play FarmVille with Firefox on my laptop, a window continually pops open with the title "about blank" then it closes, and pops open again right away. Because of this I can not manage to do anything on the FarmVille screen. This does NOT happen on my desktop machine. Both are running Windows 7 64 bit. How can I prevent the window from poping up all the time? Something is continually sending a request, but I do not know what it is. Thank you for any help or suggestions. By the way, Google Chrome works perfectly, but I prefer Firefox.

    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In early versions of Library Manager it's the File -> Rebuild command. In later versions it's under the Library menu.)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  
    Regards
    TD

  • How to resolve an issue of static and popping noises on my iPhone 4S?

    I just begAn to experience static and popping/crackling noises when on a call. This doesn't happen on speakerphone. I have had the phone for 13 months.

    Hi Tin Knocker,
    Thanks for visiting Apple Support Communities.
    If you've started to hear static or crackling through your iPhone speaker, the troubleshooting steps in this article can help:
    iPhone: No sound or distorted sound from speaker
    http://support.apple.com/kb/ts5180
    Cheers,
    Jeremy

  • I have an iPod of rock and pop tracks which i generally use on shuffle mode. Now I have a second iPod to store classical music. If I plug it in to my pc will it duplicate my rock and pop or will it register as a different device?

    I have an iPod Classic with rock and pop tracks on which I generally play in shuffle mode. I have now bought a second iPod Classic to store and play classical music as I don't want to shuffle rock with classical. What will happen when I attach the new iPod to my pc? Will it register as a new device with an iTunes file of its own, or will it duplicate what I already have on the original iPod?

    You can attach the second iPod and configure it to sync whatever content you like without affecting the first iPod.  I would take a look at this article for different ways to manage multiple iPods on one computer.
    How to use multiple iPods, iPads, or iPhones with one computer
    B-rock

  • Using Search Help with ALV and Dynamic context node

    The topic subject already describes my situation.
    I have to create, populate and remove context nodes at runtime, and bind them to an ALV, to let user display the data or modify the data. The nodes I create are always typed with a table name, but the table name is of course, dynamic.
    This is all working: what's not working is help for entries inside the ALV; since the table has foreign keys and domains with check tables or fixed values, I expected that search helps were detected and managed by the framework.
    Instead, no help search is displayed except the input help based on data-type of the one "Date" input fields.
    I think I have to work on the dynamic node creation, and not on the ALV itself, since the latter only takes the node/attributes information, but i could be wrong. I tried with both the two following codings:
      CALL METHOD lo_nd_info_root->add_new_child_node
        EXPORTING
          static_element_type          = vs_tabname
          name                         = 'SAMPLE_NODE_NAME'
    *    is_mandatory                 = abap_false
    *    is_mandatory_selection       = abap_false
         is_multiple                  = abap_true
         is_multiple_selection        = abap_false
    *    is_singleton                 = abap_false
          is_initialize_lead_selection = abap_false
          is_static                    = abap_false
        RECEIVING
          child_node_info              = lo_nd_info_data .
    cl_wd_dynamic_tool=>create_nodeinfo_from_struct(
          parent_info = lo_nd_info_root
          node_name = 'SAMPLE_NODE_NAME'
          structure_name = vs_tabname
          is_multiple = abap_true ).
    The result is the same...is there any way to let the ALV know what search helps it has to use, and doesn't force me to manually build a VALUE_SET to be bound on the single attributes? There are many tables, with many fields, and maintaining this solution would be very costly.

    I have checked with method GET_ATTRIBUTE_VALUEHELP_TYPE of interface IF_WD_CONTEXT_NODE_INFO, on an attribute which i know to have a search help (Foreign key of a check table).
    The method returns 'N', that is the constant IF_WD_VALUE_HELP_HANDLER~CO_VH_TYPE_NO_HELP. So, the framework was not able to find a suitable search help.
    Using method GET_ATTRIBUTE_VALUE_HELP of the same interface, on the same attribute, returns me '111', which is constant C_VALUE_HELP_MODE-AUTOMATIC.
    Therefore, the WD framework knows it has to automatically detect a value help, but fails to find one.
    Also, this means in my opinion that the ALV and the dynamic external mapping are not the culprits: since node creation, no help is detected for any attribute but the date. Honestly, I don't have a clue on what's happening.

  • Cracking and popping over FireWire

    Audio or videos files played back with QuickTime over my FireWire connection are accompanied by quite a bit of cracking and popping. The crackling is not heard during quiet portions of the file. The format of the file doesn’t seem to matter (.mov, .wav, etc.). I can play back the same files over FireWire with other playback software, like VLC, and the problem disappears.
    Interestingly, this problem with QT also disappears when listening with headphones plugged into the jack on my mac. In other words, the problem only occurs when I use QT and pipe the output through FireWire.
    My FireWire goes into a mixer, an Onyx-1220i and from there gets piped into my studio speakers using the "Control Room Out" jacks.
    Listen closely to the link for a sample recorded directly from my studio speakers using my iPhone: https://dl.dropboxusercontent.com/u/15366433/Recording.m4a
    I have a MacBook Pro Retina (2012 model).

    this is a known bug to many users on the forums look at this thread
    https://discussions.apple.com/thread/5470956?tstart=0
    and this one about interfaces
    https://discussions.apple.com/thread/5484036

  • What antivirus protection should I purchase for my MacBook Pro? MacSecurity.app appeared on my desktop, and I downloaded that. Since then, it has said my computer is infected and pop-ups have been appearing.

    What antivirus protection should I purchase for my MacBook Pro? MacSecurity.app appeared on my desktop, and I downloaded that. Since then, it has said my computer is infected and pop-ups have been appearing.

    You've been infected by a scam trojan.  You don't need any anti-virus software on your Mac.  See the following about getting rid of the trojan.
    Trojan War
    If you discover a trojan program is running on your computer then look to the following information for assistance:
    1. A recent discussion on the Apple Support Communities: MacDefender Trojan.
    2. An excellent site devoted to Mac Malware: Macintosh Virus Guide
    3. Another site for removing MacDefende, et.al.: MAC Defender Rogue Anti-Virus analysis and Removal
    4. A new removal utility - MacDefenderKiller
    Removing strange software can be a task.  The following outlines various ways of uninstalling software:
    Uninstalling Software: The Basics
    Most OS X applications are completely self-contained "packages" that can be uninstalled by simply dragging the application to the Trash.  Applications may create preference files that are stored in the /Home/Library/Preferences/ folder.  Although they do nothing once you delete the associated application, they do take up some disk space.  If you want you can look for them in the above location and delete them, too.
    Some applications may install an uninstaller program that can be used to remove the application.  In some cases the uninstaller may be part of the application's installer, and is invoked by clicking on a Customize button that will appear during the install process.
    Some applications may install components in the /Home/Library/Applications Support/ folder.  You can also check there to see if the application has created a folder.  You can also delete the folder that's in the Applications Support folder.  Again, they don't do anything but take up disk space once the application is trashed.
    Some applications may install a Startup item or a Log In item.  Startup items are usually installed in the /Library/StartupItems/ folder and less often in the /Home/Library/StartupItems/ folder.  Log In Items are set in the Accounts preferences.  Open System Preferences, click on the Accounts icon, then click on the LogIn Items tab.  Locate the item in the list for the application you want to remove and click on the Delete [-] button to delete it from the list.
    Some software use startup daemons or agents that are a new feature of the OS.  Look for them in /Library/LaunchAgents/ and /Library/LaunchDaemons/ or in /Home/Library/LaunchAgents/.
    If an application installs any other files the best way to track them down is to do a Finder search using the application name or the developer name as the search term.  Unfortunately Spotlight will not look in certain folders by default.  You can modify Spotlight's behavior or use a third-party search utility, Easy Find, instead.  Download Easy Find at VersionTracker or MacUpdate.
    Some applications install a receipt in the /Library/Receipts/ folder.  Usually with the same name as the program or the developer.  The item generally has a ".pkg" extension.  Be sure you also delete this item as some programs use it to determine if it's already installed.
    There are many utilities that can uninstall applications.  Note that you must have this software installed before you install software you may need to uninstall.  Uninstallers won't work if you install them after the fact.  Here is a selection:
    AppZapper
    Automaton
    Hazel
    CleanApp
    Yank
    SuperPop
    Uninstaller
    Spring Cleaning
    Look for them and others at VersionTracker or MacUpdate.
    For more information visit The XLab FAQs and read the FAQs on removing software and dealing with spyware and malware.
    After removing all the components of the software you may have to restart the computer to fully disable the software.  This will be the case when removing software that has installed a daemon.  After the daemon has been removed you need to restart the computer to stop the daemon.  Alternatively, you can kill the daemon process using the Terminal application or Activity Monitor.

  • Upgraded to iTunes 6.0.5 sound now clicks and pops.

    I've been using iTunes 6 happily up until yeasterday when I was prompted to upgrade to 6.0.5. I did this and now the sound of all of my purchased music is like an old scratched vinyl LP. At regular intervals there are clicks and pops in the music.
    This did not happen until I upgraded. Strangely if I play the same tracks in QuickTime Player rather than in iTunes they pay without faults. I've tried changing settings to Safe Mode (waveOut only)and it makes no difference to the quality of the playback.
    So, is there any way to revert to the old iTunes installation or is there a fix for 6.0.5?
    FWIW, QuickTime Player isn't much of a solution since it doesn't support playlists.

    just checking. have you tried working through the other possibilities (apart from the QT sound out settings) from this document?
    iTunes and QuickTime for Windows: Songs and other audio don't play correctly

  • DIfference Between OOPS ALV and WEBDYNPRO FOR ABAP ALV?

    Hi to All,
    i want some information that What is main difference when we develop ALV Report in OOPS and WEBDYNPRO For ABAP.which is good n in what way it is good?
    In the Same way I m also want know that WHICH IS BETTER AMONG WEBDYNPRO FOR JAVA/ABAP.In which way?
    Regards,
    Ravi K

    Thanku for ur valuble Information.
    could u give me information regarding OOPS ALV and WEBDYNPRO FOR ABAP ALV?which is better?is there differences?
    Edited by: ravi k on Mar 26, 2008 12:23 PM

  • Clicks and Pops in Audio even with High Buffer Values

    Dear Community,
    I'm running into a problem with my Mac Pro 2008 for which I need urgent help.
    I have a Mac Pro 2008 which I use to do some audio production and mixing.
    I use 10.8 Mountain Lion for some time now, mainly with Avid Pro Tools 10 and Logic Pro 9.
    My audio interfaces of choice are the Echo Audio Audiofire 8 and an Eleven Rack (USB) which I never use simultaneously. For tracking guitars and bass I use the Eleven Rack but for mixing and adding other instruments I use the Echo Audio because of its multichannel capabilities.
    I had this configuration for many months / years without any kind of problem and being able to use very low buffer values (128, 64 and even 32 bits) with very low latency values (ideal for tracking guitar with software monitoring).
    Now I'm running with problems with audio clicks and pops in all audio streams independently of the audio interface I use.
    I've tried every tip I found on the web for optimizing my mac for audio with no success.
    Independently of the buffer I establish in Pro Tools or Logic (or any other audio software, for that matters) I always get the same harsh, distorted audio, with permanent clicks and pops. It's the same with pre-recorded audio or when using just an armed track with software monitoring. Even when using just Amplitube 3 in standalone mode, I can't get audio working correctly. Raising the audio buffer to 4096 (!!!) or lowering to 64 is the same. The output get garbled, distorted, harsh, with permanent clicks and pops (on the Audiofire or the Eleven Rack).
    I've already tried reinstalling drivers, mangled with all audio preferences possible with no success.
    I'm considering, as a final option, to reinstall the OS and all audio software from scratch but this is the very final possibility because of the long long hours needed to do so.
    Does anyone have some idea about this?
    Could anyone help me?
    Best Regards,
    Luis Mota

    Luis, the sound you're describing does not sound like a clock problem.
    Sync set to "Internal"
    To check you can go to Settings/Synchronization  uncheck "Auto Enable external sync".
    I'm guessing like most Mac users you have the operating system set to auto update, if so the system may have updated on it's own so you can't be sure you're running the same system that worked perfectly in the past.
    I disable every "auto" b.s. Apple/OSX tries to force on users... for pro audio users, it generally causes problems.
    Here's some things to try.
    1. Set the Mac's audio preferences to use only built-in audio for both recording and playback. Do so in both System preferences/sound and Audio-MIDI Setup.   Turn off the Mac, unplug and audio interface you have hooked up. Restart the Mac, Plug in an audio interfaces (doesn't matter which one) open Logic, go to Preferences Audio and select the installed interface, even if it's selected already, set buffer to 256.
    Any difference?
    2. Create a New User account and try running Logic from there.

  • Which are the standard classes for events in ALV and explain each class pls

    which are the standard classes for events in ALV and explain each class pls
    POINTS WILL BE AWARDED,
    REGARDS,
    jagrut bharatkumar Shukla

    hi,
    some links.
    www.sapgenie.com
    www.abap4u.com
    http://help.sap.com/saphelp_nw2004s/helpdata/en/5e/88d440e14f8431e10000000a1550b0/frameset.htm
    download the PDF from following link.
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVALV/BCSRVALV.pdf
    The ALV object Grid methods allow the same functionality as ALV grid report function modules but are displayed within
    a screen (dialog program). SAP has provided a suit of programs which demonstrate how to For examples see standard SAP
    programs as detailed below:
    BCALV_EDIT_01 This report illustrates the simplest case of using an editable/noneditable ALV Grid Control.
    BCALV_EDIT_02 This report illustrates how to set chosen cells of an ALV Grid Control editable.
    BCALV_EDIT_03 In this example the user may change values of fields SEATSOCC (occupied seats) and/or PLANETYPE.
    The report checks the input value(s) semantically and provides protocol messages in case of error
    BCALV_EDIT_04 This report illustrates how to add and remove lines to a table using the ALV Grid Control and how to
    implement the saving of the new data.
    BCALV_EDIT_05 This example shows how to use checkboxes within an ALV Grid Control. You learn:
         (1) how to define a column for editable checkboxes for an attribute of your list
         (2) how to evaluate the checked checkboxes
         (3) how to switch between editable and non-editable checkboxes
    BCALV_EDIT_06 This example shows how to define a dropdown listbox for all cells of one column in an editable ALV
    Grid Control.
    BCALV_EDIT_07 This example shows how to define dropdown listboxes for particular cells of your output table.
    BCALV_EDIT_08 This report implements an ALV Grid Control with an application specific F4 help. The following aspects
    are dealt with:
         (1) how to replace the standard f4 help
         (2) how to pass the selected value to the ALV Grid Control
         (3) how to build an f4 help, whose value range depend on a value of another cell.
    Rgds
    Anversha

  • Logic 8.2 and OSX 10.5.6 And Amplitube 2 Clicks And Pops??

    I have what I think is a pretty fast comp...I never had issues really running Amplitube until it seems I upgraded from earlier Leopard to 10.5.4...Thats the only plug in that causes clicks and pops...Ive got latest update for Amplitube and Logic..but they havent released update in a while for Amplitube...Any ideas?? Has anyone heard of this issue yet..Is there something Im missing or is this a typical situation of upgrading my system to far? Thanks,

    Oh... oh! comp = computer!
    Sorry, I re-read this post several times and I couldn't figure out why having a fast compressor would cause clicks and pops... I thought maybe the attack was set so fast that it was causing artifacts. I must be working too hard...
    FWIW, I don't have any issues with Amplitube 2 on 10.5.6 with Logic 8.0.2. Buffer size, perhaps?

  • 5520 clicking and popping

    I just recently purchased a 5520.  It has worked fined for the first couple of months, however now it is making a loud clicking and popping noise before printing and inbetween pages while it is printing.  It almost sounds like the print head is moving to the side and then instead of stopping the belt keeps tugging on it and starts to slip.  Obviously, I have no working knowledge of the internals of this printer but it seems like teeth on a belt forced through its mating surface and the resulting noice that comes from it jumping teeth.
    Recently, I opened the printer lid while it was making the noise and it seemed like the print head was in a strong bind all the way over to the side of the printer.
    I have powered cycled the printer and it still has the same problem.  It is not every time I print, but it is becoming more frequent.
    Any suggestions?
    Thanks

    Hi, if it's a recent purchase it's likely still within warranty so I would definitely recommend contacting HP Phone Support as you might need a replacement.
    Check warranty status (enter your printer serial no.)
    http://h10025.www1.hp.com/ewfrf/wc/weInput?cc=ie&lc=en
    Contact Phone No.s
    http://welcome.hp.com/country/us/en/wwcontact_us.html
    Can you please let us know how you get on?
    Thanks
    Ciara
    Although I am an HP employee, I am speaking for myself and not for HP.
    Twitter: @Ciara_B_HP

  • Audio cracking and popping

    These are my system specs,
    CPU: AMD Phenom II X6 1100T 3.3GHz
    RAM: 4GB Kingston HyperX @ 2000MHz
    GPU: Sapphire HD4890 VaporX 1G
    HDD: Seagate SATA11 500GB
    MOBO: ASUS M4A89TD PRO
    PSU: Corsair TX850W
    OS: Windows 7 x64bit Home Edition
    So i have an AMD system running windows 7. Now whenever i scroll through my music or playlists in itunes my music suffers severe cracking and popping sounds. It also happens when i am scanning photo's and editing them not sure if that helps. I am at a massive loss in why this is happening i have tried rolling back audio drivers and what not any solutions?

    hi i just like to say i had a similar fault though i would be surprised if it causing yours,but you never know,my fault was my laptop lid, [9 months old] it contains the mic ,and when the lid was in a certain angle crackles could be heard worse when i had my external sound card in, it was a faulty membrane [ lid to body] easily missed by engineer because it was the same angle all the time it happened,good luck, PS you English is very good
    Message was edited by: sido1

Maybe you are looking for

  • Setting up a Document management system in SharePoint 2013

    Hello All, I have come across a scenario where Customer needs a Document management system for their organization. They want to keep the documents of different departments like sales, HR,Finace in corresponding folders and want to include a workflow

  • How do I create outline headings in Pages?

    I am creating a recipe book and would like to use an outline heading style for my chapter headings, for example Chapter 1 Beef, Chapter 2 Beef and so on. The heading for each individual recipe will not be numbered. I simply want to use automatic numb

  • SAP Best Practices High Tech 1.6 error implementing building block 32

    Hi, We are currently implementing a building block 32. Choosen the country DE but system throws an error. The error occured at USER SETTINGS - SET DECIMAL NOTATION AND DATE FORMATTING. @5DQWarning@     Failure during Activation. Reactivate the projec

  • HP G72 - latest manufacturing date for replacement battery?

    Please can you tell me the latest production date for G72 replacement batteries please. 

  • 0COPA_C01 Extraction Brings invalid data

    Hi Friends,           We are trying to load 0COPA_C01(standard cube )from R/3 data source.when we do a full load it brings some records which is  much lesser than actual.Also the data it brings contains max values as 0.00 and all the key figures are