Any substitute way instead of RPC0 transaction?

Hi All,
The customer uses RPC0 to switch between Controlling Area Currency and Object Currency. This is necessary due to the reports for Controlling Area 0614 should be shown in currency MXN. If the customer uses Controlling Area Currency the report would be shown in EUR.
Now the user also wants to check the report for KOKRS 0005. This controlling area does not fill the object currency. So the customer has to start RPC0 again and switch to Controlling Area Currency.
The customer is now looking for a solution to provide the report for 0614 in MXN and 0005 in EUR.
Is there a possibility to solve this issue without using RPC0? E.g. to select between Controlling Area Currency and Object Currency on the selection screen of the report?
Thanks in advance,
Vinod P

Hi
I resolved it in this way.. Assume you are using the report S_ALR_87013611
Go to LIbrary 1VK in GRR3 and copy the report 1SIP-001 to ZSIP001 and change the column definition... i.e. Click on the column header and choose Object curr / Comp Code currency (SWOG or the likes)
Save your report in GRR3 and execute it.. It would ask you to include the report in a report group.. default proposed group would be 1SIP... You can confirm to include in the same report group...
Now when you execute S_ALR report, you will see 2 reports there... One Standard SAP Delivered and the 2nd you made now'
br, Ajay M

Similar Messages

  • Is there any effortless way to create accordion or sliding menu instead of incommodious AS3.0 Classes?

    For a simple accordion menu design in flash we have to writting classes that requires advanced knowledge in writting object oriented as3.0.
    But in javacsript we can make an accordion menu with jquery in just a minute.
    Is there any effortless way to create accordion or sliding menu instead of incommodious AS3.0 Classes?
    I have found classes for this animations that very hard to learn.
    Thanks in advance
    Felicita

    You can probably find a premade AS3 accordian menu that you can adpat fairly easily without having to create all of the AS3 code that plays the role that the jquery end of the code does. Here's one that may be useful (?) http://www.blog.noponies.com/archives/39

  • Why apple doesn't allow the users just to add more photos from our pcs instead of requiring us to re-sync the existing albums? I can't sync additional photos cause I have my pc  reformatted. =( is there any other way to add these photos? please help me.

    I can't sync additional photos cause I have my pc  reformatted. =( is there any other way to add these photos? please help me. these existing photos are very important to me. ='((

    Apple has not saidwhy they did it that way and it is against the terms of this forum to speculate on the reasons. It says not to:
    "Discussions of Apple policies or procedures or speculation on Apple decisions."
    The are third-party programs like TouchCopy that I think will allow you to do what you want.  You can import photos via DropBox.  The third-party programs will I know allow you to transfer the photos to your "new" computer.

  • Other ways to simulate a Transaction?

    Hi everyones, I'm facing a difficult problem that I cannot solve.
    We need to modify a SAP Transaction (for example: "XK01"). So far, we have 2 ways to meet our requirement:
    1. Copy Module Pool SAPMF02K to ZSAPMF02K, then edit right on the copy.
    2. Create a wrapper screen. it means that we will create a screen similar to screen 100 of SAPMF02K, then we get the information which users entered, pass it to XK01 by using this piece of Code:
    PERFORM dynpro USING:
            'X'   'SAPMF02K'        '0100',
            ' '   'RF02K-LIFNR'     rf02k-lifnr,
            ' '   'RF02K-BUKRS'     rf02k-bukrs,
            ' '   'RF02K-EKORG'     rf02k-ekorg,
            ' '   'RF02K-KTOKK'     rf02k-ktokk,
            ' '   'RF02K-REF_LIFNR' rf02k-ref_lifnr,
            ' '   'RF02K-REF_BUKRS' rf02k-ref_bukrs,
            ' '   'RF02K-REF_EKORG' rf02k-ref_ekorg,
            ' '   'USE_ZAV'         use_zav,
            ' '   'BDC_OKCODE'      '/00'.  "Enter
      opt-dismode = 'N'.  "Do not show
      opt-defsize = 'X'.
      CALL TRANSACTION 'XK01' USING bdc_tab MESSAGES INTO messtab OPTIONS FROM opt.
    FORM dynpro USING    dynbegin name value.
      IF dynbegin = 'X'.
        CLEAR bdc_tab.
        MOVE:  name TO bdc_tab-program,
               value TO bdc_tab-dynpro,
               'X'  TO bdc_tab-dynbegin.
        APPEND bdc_tab.
      ELSE.
        CLEAR bdc_tab.
        MOVE:  name TO bdc_tab-fnam,
               value TO bdc_tab-fval.
        APPEND bdc_tab.
      ENDIF.
    ENDFORM.
    Our customer didn't accept 1st method with those reason:
    1. If we copy&modify SAP standard module pool, it may cause some issues when an SAP note is issued with the module pool
    2. If we copy&modify SAP standard module pool, it will increase the testing efforts because it is mandatory to test all the functions/menus in all the screens individually.
    Then they prefer the second method.
    with the second method, we can create a screen with fields and pass data to transaction XK01 successfully, but our problem is that the creation of Menu, Button of XK01 is very difficult and take a lot of effort.
    I want to ask if there are any other ways to do the requirement, instead of those 2 methods.
    If not, what is the simple way which help me create a wrapper screen that simulate the XK01 screen.
    Thankyou very much!!
    Regards,
    Long
    Edited by: dragonking88 on Sep 7, 2010 9:29 AM

    > Unfortunately, our customers don't accept modifying.
    This is not so smart, at least as a dogma. My main criteria for acceptable modifications is:
    - no standard enhancement technique is available/feasible
    - it is low complexity and locally, for example just injecting a call to a Z-method or form where the actual party takes place
    - it is being well documented so there is no confusion during the next SPAU
    Thomas

  • Is there any better way for updating table other than this?

    Hi all, I need to update a row in the table that require me to search for it first (the table will have more than hundred thousands of row). Now, I am using a LOV that will return the primary key of the row and put that primary key to DEFAULT_WHERE property in the block and execute query command to fetch the row that need updating. This works fine except that it require 2-query-trip per update (the lov and the execute_query). Is there any better way to doing this? This update is the main objective for my application and I need to use the most effective way to do it since we need to update many records per hour.

    Thanks Rama, I will try your method. Others, how to query row instead of primary key? I thought that querying primary key is faster due to the index?
    BTW, what people do if you need to update a table using Form? I have been using the LOV then execute query since I first developing form. But I am building a bigger database recently that I start worrying about multiple query trip to dbms.
    FYI my table will have up to million rows on it. Each row will be very active (updated) within 1-2 weeks after it creation. After that it will exist for records purposes only (select only). The active rows are probably less than 1% of all the rows.

  • Is there any simple way to close a group of PO's?

    Hello All,
    I was looking an answer for my question on forum but didn't found anything which could help me to solve my issue.
    I would like to close a group of PO's in some period of dates. Is there any simple way to do this? I mean transaction for example, which will let me to choose company number, period of dates  or range of PO numbers and close them by one tick (one action).
    Thank you in advance for any support from your site.
    Regards,
    Kamil

    Kamil,
    Though I have not used this functionality, can you check whether you can use this functionality for mass change?
    Upload and Download of Purchasing Documents
    http://help.sap.com/saphelp_srm70/helpdata/en/09/1f42188473402a890183fd1b7c6082/frameset.htm
    Using this function, you can download purchasing documents as a file to your PC, process them locally, and then upload the changed documents to the SAP Supplier Relationship Management (SAP SRM) system. You can download the following purchasing documents :
    Features:
    The upload/download supports the following functions and possible uses:
    - Cross-Document File Structure
    You can display and process the data in a standard tabular file structure for the documents named above. The file structure assigns a unique technical ID to each data field in a metadata area.
    - Process Document Data Offline and Retain
    You can change or delete existing data, add new data, and transfer all document data, for example, customer fields.
    - Process Large Documents
    This function simplifies the creation of documents with numerous items, and simplifies mass changes to large documents; for example, you can download a document with only one item, and add multiple items to it offline.
    Background processing occurs in the case of very large documents.
    Regards,
    Sandeep

  • Is there a way to add other transactions to Applications in BDT menu?

    Hi Masters!
    I'm trying to learn how BDT works. I'm trying to use it to make my own checks in some standard fields. So far I'm able to call my own function at 'View'->Further Checks. It's working fine.
    But my problem is:
    At the BDT menu (BUPT) there is only one Application (Maintain Business Partner - transaction BP). But I want to check the fields (Tax Numbers) in another transaction (BBPMAININT).
    Does this mean that I can only use the BDT controls in this transaction? (It seems to be so; I couldn’t get into my function with BBPMAININT)
    Is there a way to add other transactions to the 'Application' folder, so I can manipulate the fields, views or screens? If there is please tell me how... I checked the documentation but couldn’t figure out...
    Do you have any other ideas of how to make my validations with the standard field (withou changing the standad code)? (NOTE: there is no BADI to do this).
    Thanks in advance,
    José Omar

    Write a custom carousel.  Usually carousel components are just ULs that use something like jQuery to rotate through the LIs.  The foundation carousel component is really just designed for some specific use cases.  Generally I would just recommend rolling your own.

  • Is there any OOB way to aggragate content in SPF (Foundation)?

    Is there any OOB way to aggragate content in SPF (Foundation)?
    I don't see even CQWP in the WP... (Content Search  is not included in this version. am i right?)
    keren tsur

    Not OOTB, no.  You could absolutely take advantage of the JavaScript Object Model or REST API and write some JavaScript to aggregate data for you.  Check this post for a sample:
    http://sharepointbrandon.com/2013/10/stop-building-custom-web-parts-in-sharepoint-use-the-xml-viewer-web-part-instead/
    Brandon Atkinson
    Blog: http://sharepointbrandon.com

  • Western Digital My Book World EditionI have bought a WD My Book World Edition to use for back-up of my iMac, but when I try and log onto the drive with Apple time Machine (back-up software) or connect in any other way i get the message 'There was a proble

    I have bought a WD My Book World Edition to use for back-up of my iMac, but when I try and log onto the drive with Apple time Machine (back-up software) or connect in any other way I get the message 'There was a problem connecting to the server "MybookWorld.local" The version of the server you are trying to connect to is not supported. Please contact your system administrator to resolve the problem'
    It is a brand new iMac and running Lion OSX
    Any ideas on how to solve would be gratefully received?

    Followed the directions on this page and it worked!
    http://forums.macrumors.com/showthread.php?t=1102423
    Part One - Turn on SSH (in the admin panel)
    [1] Go to to http://mybookworld.local
    [2] login: username will be admin, password will be whatever you have setup. If you can't remember it should be in your Mac OS X keychain (Utilities > Keychain Access, search for "mybookworld"). If you have not changed if from the default the password will be admin as well.
    [3] Switch to advanced mode.
    [4] From the System tab, pick Advanced.
    [5] Enable SSH Access, and click submit.
    [6] Click on the network tab and then the LAN button
    [7] Make a note of the IP address
    Small, maybe obvious, but nevertheless important point: For the install to work, your NAS needs to be connected to a router with internet access.
    Part Two - Install netatalk2.2
    [8] Open Terminal.app (Utilities > Terminal)
    [9] Enter the following command (substitute in 127.0.0.1 for the actual IP address you noted down in step 7), then hit return:
    Code: 
    ssh [email protected]
    [10] When prompted, enter the ssh password (will be welc0me).
    [11] You are now going to download the installer. Enter the following command, then hit return:
    Code: 
    wget http://mybookworld.wikidot.com/local--files/netatalk2-2-on-whitelight/install_netatalk.sh -O install_netatalk.sh
    [12] Once completed, you will need to run the installer. Type:
    Code: 
    sh install_netatalk.sh
    [13] You will be asked a number of question during install, answer yes to all. When asked about the "DHX2 login process", I opted to install the modified version, so I can confirm it works.
    [14] Once the box has restarted, you should be able to connect to your afp shares and continue to use Time Machine.

  • I have a new macbook pro and want to transfer my Mail autofill from my old mac. Never used Time Machine or Migration Assistant -- looks complicated. Any easy way to do this?

    I have a new macbook pro and want to transfer my Mail autofill from my old mac. Never used Time Machine or Migration Assistant -- looks complicated. Any easy way to do this?

    caitlinfromcambridge wrote:
    Thanks -- I would like to try this. I do not know how to reach hard drive from old mac to new. Can you help me with this?
    There are two ways - you can boot your old Mac in Target Mode (reboot your Mac, and as soon as you hear the startup chime hold down the T key on the keyboard until you see the yellow/orange Firewire logo on screen).  You can then use a FireWire cable to connect your new mac to your old one.  The old Mac hard drive will appear on your new Mac as if it is an external hard drive.
    Details on Target Disk Mode:  http://support.apple.com/kb/ht1661
    If you don't have a firewire cable but you do have a home network (i.e. both computers can access the Internet at the same time), you can share the hard drive on your old Mac and then connect to it on your new Mac.
    Good article on sharing your hard drive:  http://support.apple.com/kb/HT1549
    Finally, if the above doesn't thrill you, you can hook an external drive to your old Mac, copy the mail folder over to it, then connect the external drive to your new Mac and copy it over.  It's two steps, but if you don't have a firewire cable and aren't comfortable with sharing over a network it will work just as well - you just have to wait for the mail folder to copy twice instead of once.
    If you get stuck post back!

  • I locked my ipad and cant remember my 4 digit code to unlock it.  Can I unlock it any other way?

    I locked my ipad awhile ago and now I can't remember my 4 digit code to unlock it.  Can I unlock it any other way? Can I find my password anywhere on the cloud?

    If the iPad was running iOS 7,  iCloud: Find My iPhone Activation Lock in iOS 7
    http://support.apple.com/kb/HT5818
    How can I unlock my iPad if I forgot the passcode?
    http://www.everymac.com/systems/apple/ipad/ipad-troubleshooting-repair-faq/ipad- how-to-unlock-open-forgot-code-passcode-password-login.html
    iOS: Device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212
    How can I unlock my iPad if I forgot the passcode?
    http://tinyurl.com/7ndy8tb
    How to Reset a Forgotten Password for an iOS Device
    http://www.wikihow.com/Reset-a-Forgotten-Password-for-an-iOS-Device
    Using iPhone/iPad Recovery Mode
    http://ipod.about.com/od/iphonetroubleshooting/a/Iphone-Recovery-Mode.htm
    Saw this solution on another post about an iPad in a school environment. Might work on your iPad so you won't lose everything.
    ~~~~~~~~~~~~~
    ‘iPad is disabled’ fix without resetting using iTunes
    Today I met my match with an iPad that had a passcode entered too many times, resulting in it displaying the message ‘iPad is disabled – Connect to iTunes’. This was a student iPad and since they use Notability for most of their work there was a chance that her files were not all backed up to the cloud. I really wanted to just re-activate the iPad instead of totally resetting it back to our default image.
    I reached out to my PLN on Twitter and had some help from a few people through retweets and a couple of clarification tweets. I love that so many are willing to help out so quickly. Through this I also learned that I look like Lt. Riker from Star Trek (thanks @FillineMachine).
    Through some trial and error (and a little sheer luck), I was able to reactivate the iPad without loosing any data. Note, this will only work on the computer it last synced with. Here’s how:
    1. Configurator is useless in reactivating a locked iPad. You will only be able to completely reformat the iPad using Configurator. If that’s ok with you, go for it – otherwise don’t waste your time trying to figure it out.
    2. Open iTunes with the iPad disconnected.
    3. Connect the iPad to the computer and wait for it to show up in the devices section in iTunes.
    4. Click on the iPad name when it appears and you will be given the option to restore a backup or setup as a new iPad (since it is locked).
    5. Click ‘Setup as new iPad’ and then click restore.
    6. The iPad will start backing up before it does the full restore and sync. CANCEL THE BACKUP IMMEDIATELY. You do this by clicking the small x in the status window in iTunes.
    7. When the backup cancels, it immediately starts syncing – cancel this as well using the same small x in the iTunes status window.
    8. The first stage in the restore process unlocks the iPad, you are basically just cancelling out the restore process as soon as it reactivates the iPad.
    If done correctly, you will experience no data loss and the result will be a reactivated iPad. I have now tried this with about 5 iPads that were locked identically by students and each time it worked like a charm.
    ~~~~~~~~~~~~~
    Try it and good luck. You have nothing more to lose if it doesn't work for you.
     Cheers, Tom

  • Any free way to encode 5.1 audio track for DVD?

    Besides the limited 3-use SurCode for Dolby Digital that comes with Premiere, is there any free way to encode or convert a 5.1 PCM WAV file to a surround format for DVD?
    Thanks!

    I can't find the post, but I saved it...Here it is:
    Like most of you, I was annoyed to find out I couldn't create AC3 surround sound files with my CS4 software, and also that we got downgraded from Audition to Soundbooth. We all paid a lot for it! I know many people have ranted about that already, so enough said.
    Here is a workflow that gets around that problem without ponying up for the SurCode Plug-in, and/or buying Audition!
    To convert your mixed 5.1 audio, or stereo audio, to the DVD standard AC3 file that Encore wants, download the latest version of Audacity here:http://audacity.sourceforge.net/  It is available for Mac OS X, Microsoft Windows, GNU/Linux, and other operating systems.  If you don't know already, it's free!
    Now, before I start getting flamed, about Audacity, it works great!  The UI is not the most modern, but the quality is top-notch.  I've used it for years and most complaints about it are unjustified.
    You'll need to download the latest version: "Beta: 1.3x - for advanced users."  There will soon, I hope, be an Audacity 2.0 stable release. Until then, use the Beta release for this workflow.
    Note:  I'll focus on Premiere Pro CS4, because that is where I originally troubleshooted this, but something similar will work for the other Adobe products that use sound.
    Workflow:
    Create your mixed 5.1 surround sound audio in Premiere, and output the audio only by going to File > Export > Media, and selecting "Windows Waveform" as the output.  You should only have "Export Audio" checked.  Verify the format in the Summary section. You should see something like: 48000 Hz, 5.1 Surround, 16 bit.  Now under Audio codec, make sure "Uncompressed" is selected.  Click Okay, and Adobe Media Encoder should launch.  Click "Start Queue" and your audio file will be created.  You'll get an interleaved 6 channel wave file.  Not all applications will open it, but Audacity will.
    Note:  When you mix your surround sound in the Audio Mixer, you'll place your little "Puck" where you want the sound to come from.  Picture yourself in the middle of the "dish," if it's a puck, isn't it in a rink, as in hockey rink...ah, but I digress.  Anyway, you'll notice that volume meters in the 5.1 (6 channel) Master section are laid out in the following order: L,R,LS,RS,C,LFE.  Also, if you open a 5.1 audio file in the Source panel, you'll see the same order from top to bottom: L,R,LS,RS,C,LFE.   Soundbooth also does it that way.  Ahh....Adobe...nice try.
    The actual channel order should be L,R,C,LFE,LS,RS.  That's the order that you'll probably have to assign in the "Audio Output Mapping" section in the properties menu to get your channels to play correctly with your surround sound hardware. L,R,C,LFE,LS,RS is also the order that interleaved files use.  So after you create your 5.1 file, and open it in another audio program that displays them in the "proper" order, like Audacity, you'll see your tracks laid out from top to bottom in that order.  I'm not sure why Adobe does it that way, but oh well.
    Surround sound primer:
    The LFE channel is not, despite popular misconception, a subwoofer channel.  Bass from all the channels in a surround sound Amplifier is summed and sent out to the Subwoofer.  The LFE channel is supposed to be used only for very low frequencies, to create extra  ...oomph.  I think that is the technical term.  It is not supposed to be used for bass frequencies from the other tracks.  It is for explosions, dinosaur footsteps, ...etc.
    Audacity will open DVD ".vob" files, and even let you select which stream (usually Language) to open.  As an example, open up a movie with some action in it like Ironman (The movie starts at "VTS_03_1.vob") and look at the LFE channel.  It's the 4th track from the top in Audacity.  You'll see it's silent except at parts where there is thumping AC/DC music at the Intro, or explosions.  It's not used as a subwoofer channel!  
    With that in mind, you may have noticed, unless I'm missing something, that there is no way in the Premiere Mixer to assign an audio track only to the LFE channel.  Sure, you can dial up the "Bass Clef" knob to 0.00 db, and send a mono channel's audio to the LFE channel, but there is no place to put the "Puck" that only outputs to LFE.  There is one for the center channel, but without someplace to put it, your 40 Hz dinosaur footprint "Thump" is going to also be assigned to some of the other channels.  Which channels depends on your "Puck" placement.  This is not correct.  Again, unless I'm missing something, Adobe needs to correct this oversight.  We'll get back to this problem with a solution later, but first let's continue with the AC3 issue.
    At this point you should have your wave file.  If you want to apply any global changes to all 6 channels, you can open it in Adobe Soundbooth and trim the beginning or end, and apply effects to the entire file.  You cannot, however, make changes to individual channels.  Audacity will!  We'll get to that later.
    Encode with Audacity:
    Install the software and go to Edit > Preferences > Libraries, and click on "Download" for the "FFmpeg Library."  This is the library that Audacity will use to create the .AC3 file.  Once installed, the library version should show up next to "FFmpeg Library Version" While the "Audacity Preferences" window is still open, select "Import/Export" and select "Use Custom Mix", this is used to export a 5.1 channel file.  Now you're ready to open your .wave file from Premiere.  Drag and drop it in the Audacity workspace and you should see 6 mono tracks laid out from top to bottom in the following order: L,R,C,LFE,LS,RS.  Audacity will let you edit the individual tracks, unlike Soundbooth, thanks Adobe.  But for now, we'll keep it simple.  Set your "Project Rate" in audacity in the lower-left corner to what you want the AC3 file to be.  For DVD, chose 48000 (Hz).  If you leave it at 44100 (Hz) Encore won't import it.
    Your almost done.  Now let's export the file.  Go to Files > Export... > and select "AC3 Files (FFmpeg)" in the "Save as type:" drop-down.  Click the "Options..." button and set the "Bit Rate:" for your file.  For 5.1 AC3 audio, probably 448.  Now enter a file name and click "Save."  This will open the "Advanced Mixing Options" window.  This allows you to re-map the tracks to a different channel order.  It should be correct, and it should show "Output Channels:" set to 6.  Press "OK" and you're done.
    Presto, you have a 5.1 channel AC3 file.  Use that in Encore, or whatever DVD creation program you use, and when you play your DVD you'll have full 5.1 audio coming out your surround sound Amplifier.  That is if you have one.
    Test your file:
    If you want to test your file, you can do a couple of things.  Since Soundbooth and Adobe  Bridge won't even open AC3 files, and Encore will open but only play the Left and Right channels in the preview, you'll have to either import the file into Premiere, or use another media player.
    If you got Premiere to play your surround properly, then you can drag and drop the file into the "Project" panel and preview it from there. You will hear all 6 channels in the correct speakers, but I did notice that the quality is not very good.  Maybe Premiere doesn't decode AC3 all that well.  I heard some crackle that isn't in the file.  How do I know it isn't just a bad encoding job by Audacity?  Because I played the file with the VLC media player, and Cyberlink PowerDVD on the same computer, and also on a DVD in my home theater system with no artifacts.  Maybe Premiere doesn't decode AC3 files well.
    The VLC player, will play almost any file in the known universe, and at least on my computer, it automatically played the AC3 surround file, created by Audacity, with all the channels mapped correctly.  That's right, full surround out my speakers with only default settings.  It's a great player.  Get it for free here: http://www.videolan.org/
    Test with Encore:
    So far so good. Now open Encore, drop the AC3 file in an empty project, throw it on a Timeline and build the project without Video,  It will autoplay without a menu this way. If you set the End-Action to the same AC3 file it will repeat continuously.  Either burn this to DVD-RW and test it in your DVD player, or better yet, Build the project to a DVD Image instead, and mount it in a virtual DVD   Drive with a program like "Virtual CloneDrive."
    If you don't know what that is, or how to do it, it is very simple.  Go to:http://www.slysoft.com/en/ and download "Virtual Clonedrive."  It is free.  It tricks your operating system into thinking you have another physical DVD drive.  In fact, it can create up to 8 virtual drives.  Now you don't have to waste time burning, and erasing DVD's every time you make a change to a project.  You can build your project as a DVD Image from Encore, save the .iso file to your Desktop and "mount" it (load it) in Virtual Clonedrive.  You're computer will now think you loaded a DVD into a physical drive, and launch whatever DVD player you have installed.  Mine launches "Cyberlink PowerDVD" which plays the AC3 audio-only DVD in full surround sound on my computer.
    Building and testing projects this way will save you endless hours.  If you need to make a quick change, just "Unmount" the .iso in Virtual Clonedrive, rebuild your project to the same filename, and "Mount" it again.  Instant testing!
    Now, as promised, back to that LFE Channel problem with Premiere that I mentioned:
    Audacity will let you modify the individual channels in your interleaved 6-Channel file. So don't put anything in that channel in your Premiere mixer. Leave the "Bass Clef" knobs at full CCW position ( -00 db ).  The bass from the other channels will go to your subwoofer automatically in your Amplifier.
    Now if you have some low frequency effects files, open them in Audacity.  You can open multiple instances of Audacity at the same time by going to "File > New."  Then, copy and paste them into the LFE Track at the correct point.
    Audacity newbie Hint:  Audacity doesn't yet have a "Mix-Paste" function, so to avoid altering the track length as you paste in your clips, do the following: Select the LFE track by clicking on it's info area.  The info area should say something like "Mono, 48000Hz"  Then press "Delete," That will remove everything from the track.  Now copy and paste your clips into the track by clicking once with the "Selection Tool" where you want the clip to start, and selecting "Edit > Paste."  If you need to fine tune the position of the pasted clip, use the "Time Shift Tool" to move it left or right.  If you work from left to right, then you won't push clips over when you paste new ones in.
    There is another way to do this by opening up new tracks, using the "Mix and Render" function, and re-ordering the tracks to maintain the L,R,C,LFE,LS,RS channel order. But that's for advanced users.

  • HT1933 Following the instructions above, I'm constantly redirected to this help page rather than receiving any drop down list to select what my problem is. Are there any other ways to report issues with purchases?

    Following the instructions for reporting an issue with a purchase problem, when selecting "report a probelm", I am not provided with a drop down list, I am redirected to the help page instead.
    Is there any other way to report an issue where the app owner has taken the funds twice for the same product at literally the same time?

    To Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • I am developing a flex web application which needs to access Other domain ,is there any other way other than cross domain policy available ? please help

    i am developing a flex web application which needs to access Other domain (Payment Gateway API),is there any other way other than cross domain policy available ? please help.
    we donot have access other domain thats why we want other solution..

    All the paths to CFCs are the same in my live production site.  Can you be more specific as to what you mean by "RemoteClass aliases in your AS Classes and CFCs (if any) are correct."?  How will the app know that the CFC is on http://myLiveSite.com instead of http://myDevSite.com?  The only line of code that I have noticed that points to a URL is the endpoint in a file called _Super_XXX.as.  And at the top of that file it says that the file is not meant for editting.
    To clarify...I see your app/code all exists on a server access via a web browser so I can understand that everything still works when deployed.  Mine is a mobile app so when I am developing and testing on my local computer the URL points to my local development machine.  However when I deploy it to a mobile device like a tablet and run the app, it needs to be able to access a cfc on a remote server via a different URL ie. my http://myLiveSite.com/myCFC.cfc instead of http://localhost/myCFC.cfc
    Thanks for your help!  I will now take a look at your thread.
    Message was edited by: ace0215

  • Is there any easy way to migrate painter reports from 4.7 Enterprise to 6.0

    Dear All
    We are being upgraded from 4.7 Enterprise to ECC 6.0 . The issue that we are facing is that company has more than 200 report painter reports ( on special ledger)  and I was wondering if there is any easier way to migrate it to ECC than redoing the whole work. What I mean to say is that, is there any tool/program/tcode that we can use for copying/editing purpose of the reports in ECC 6.0 to be based on flex ledger.
    Thanks

    Hello
    Why do you need to transport the reports?  Upgrade to 6.0 should keep your
    old reports from 4.7.
    In any case transaction GR57 allows you to export them to local file in C:\ and GR58 will import them. I have tested between systems of different releases and
    it worked correctly.
    Regards
    Javier

Maybe you are looking for

  • A/R Summary (FCV1) and DSO Calculations (FDK43)

    Someone please explain to me the following: 1.relationship between the A/R summary (FCV1) and the credit management reports such as FDK43. 2.What is the DSO calculation for FDK43 report based on? The time the report is run? 3. What are the SAP standa

  • Blog post : "Bug in Create/Edit View Criteria Wizard (JDeveloper 11g)"

    hi Using steps 1 to 13 from the blog post "Bug in Create/Edit View Criteria Wizard (JDeveloper 11g)" by Andrejus Baranovskis, I have been able to reproduce the issue he describes. see http://andrejusb.blogspot.com/2008/12/bug-in-createedit-view-crite

  • SAP R/3 much compable on Backend databse Oracle/SQL

    Hi, We are going to start SAP R/3 new dimensional products implementation. Client wanted to know that which backend databse is very much compatable for SAP. If some one have much idea on that can please help different comparisions on SAP On Oracle /

  • Use of Role Attributes

    Can anyone explain the use of the role attributes found in PFCG change under Utilities/Info Objects/Display Attributes.  I found 4 related tables:  AGR_ATTS, AGR_FLAGS, AGR_FLAGSB, and AGR_LSD.  How are these tables populated?  Can additional attribu

  • HT1918 How do you change or reset answers to the iTunes security questions?

    My iTunes user ID and password works fine and I can make purchases on my iPhone.  I have a new iPad which is asking security questions since its a new devise.  However, I have forgot the answers to the security questions set up years ago.  How do I c