Question about "compression option" in workbook

Hello,
We'd' like to use the compression option in the workbook (with J#).
I have 2 questions :
-How to set this option automatically by default for new workbooks ?
-How to set this option in mass for old workbooks ?
Thank you in advance for your help
Best regards
Nicolas

The note talks about "optimized storage" for a workbook, which I am assuming is the same as the "compression option" you asked about.
And I quote:
"Solving the issue for a specific workbook:
- Open the specific workbook in BEx Analyzer
- Open Workbook Settings dialog
- Check "Use Optimized Storage"
- Click on OK Button
- Save the workbook
           Note: As the change is done in the workbook settings, it affects only that workbook.
Solving the issue for any workbook within a system:
- Login to the BW system
- Execute transaction RS_FRONTEND_INIT
- Add a new Entry: ANA_USE_OPTIMIZE_STG = X
- Save your change
           Note: After applying this change, all (re-)saved workbooks will be stored with optimized BI metadata."
Looks to me like it might be helpful, but you can be the judge...
Bob

Similar Messages

  • HT201263 What will i do?screenshot There is a problem with your iPhone. Please visit the Service Answer Center to find answers to all your questions about service options, warranty and other processes in your country. To find your nearest Apple Store, cli

    What will i do? ITune screenshot is as follows >
    There is a problem with your iPhone. Please visit the Service Answer Center to find answers to all your questions about service options, warranty and other processes in your country. To find your nearest Apple Store, click here.

    Do what it said to do.
    "Please visit the Service Answer Center to find answers to all your questions about service options, warranty and other processes in your country. "

  • TS1814 There is a problem with your iPhone. Please visit the Service Answer Center to find answers to all your questions about service options, warranty and other processes in your country. To find your nearest Apple Store, click here.

    There is a problem with your iPhone.
    Please visit the Service Answer Center to find answers to all your questions about service options, warranty and other processes in your country.
    To find your nearest Apple Store, click here.
    Please help me i can aktivate my phone imei 012423006333181.

    There is a problem with your iPhone.
    Please visit the Service Answer Center to find answers to all your questions about service options, warranty and other processes in your country.
    To find your nearest Apple Store
    no imei also

  • A question about the option Reset All Settings

    Hello, I have a question about the reset all settings function in the IPad. I need to keep all of the installed applications on the device yet I need to remove any log in information and contacts. Is this the correct option or would the Erase All Content and Settings be what I want?

    If you read the OP's request, they "need to keep all of the installed applications on the device".  Selecting "Erase All Content and Settings" will do just that, erase everything.
    Faroff, you can remove accounts in Settings/ Mail, Contacts, Calendar ... that would remove contacts only if the contacts were synced to such an account.  If contacts were synced from iTunes, you'd have to un-sync them from iTunes by changing the sync settings.  If the contacts were just manually entered and not synced with anything, you have to delete them one by one.  However, iOS will remember past usage of a contact, so even if you remove them they may be recalled by you initiating an email or iMessage to something close to what used to be in the Contacts app.  The only way to clear that I think is to do a full erase of the iPad.
    As for log-in information, go to Settings/ Safari/ Passwords & Autofill, where you can erase passwords and saved credit card info.  You can also clear cookies and data in this menu.
    You might be better off doing a full erase of the iPad.  Why do you not want to remove the apps?  You can re-sync them from iTunes or re-download them if necessary.  Or did you inherit this device from someone else and you're wanting to keep their apps installed but remove their private information?

  • Magnet destroyed my hard drive, I have many questions about my options.

    Ok, so I didn't realize my air condition remote was magnetic and I set it on my computer and bam my whole computer crashed. Now when I put my install dvd to boot up from, the drive makes some weird noises and then the DVD gets booted. And before you ask, its the drive needle making a sound and not the optical drive. I have a time machine backup from a few weeks ago so all my information is saved.
    So, I have insurance with state farm for accidental. If my claim goes through and apple installs the new drive, will I be able to get Lion back on my computer? I started out with snow leopard and installed lion via the app store.
    If for some reason doing the claim process will take forever or they don't accept it, as easy as this sounds can I just buy a new drive on amazon for like 50 bucks. (From what I looked at) Install the new drive myself and then bootup from the snow leopard dvd I have? Then log into the app store install lion and then hook up my external hard drive and restore my laptop back to its old self??? Or is it possible I can use a Lion time machine backup in snow leopard and when its done it'll be Lion?
    Thanks!

    Luisam911 wrote:
    So, I have insurance with state farm for accidental. If my claim goes through and apple installs the new drive, will I be able to get Lion back on my computer? I started out with snow leopard and installed lion via the app store.
    Of course. If you have a Mid 2010 or newer MacBook Pro, you have OS X Recovery, that allows you to reinstall OS X Lion even if it's not installed in your hard disk. To start in Internet Recovery, hold Command, Option (Alt) and R keys while your computer is starting. In this mode you will be able to format the hard disk and install Lion.
    If you have an older computer, you will have to install Snow Leopard and upgrade to Lion. To do it, first update to OS X 10.6.8 in  > Software Update, and then, open App Store > Purchases to download Lion.
    Luisam911 wrote:
    If for some reason doing the claim process will take forever or they don't accept it, as easy as this sounds can I just buy a new drive on amazon for like 50 bucks. (From what I looked at) Install the new drive myself and then bootup from the snow leopard dvd I have? Then log into the app store install lion and then hook up my external hard drive and restore my laptop back to its old self??? Or is it possible I can use a Lion time machine backup in snow leopard and when its done it'll be Lion?
    You can do that without any problem. You can use a backup created in Lion with Snow Leopard, but it's not recommended because it's possible that Snow Leopard won't work correctly. You have to restore the backup after upgrading to Lion, or from Internet Recovery, so you won't have to install Lion

  • I got a question about compression of files.

    I implemented a file upload and download function in webdynpro abap.
    but I think it's too heavy if there's no compression function.
    So I've been searching the function but i couldn't find it.
    is there anybody who knows the function?
    thank you for reading.

    I solved the problem.
    Thanks
    Regards,
    Jong.
      data: lo_gzip type ref to cl_abap_gzip.
      data: content type xstring.
      data: content_len type i.
    create object lo_gzip.
      node_z009 = wd_context->get_child_node( name = 'Z009' ).
      node_z009->get_static_attributes( importing static_attributes = l_z009 ).
      wd_context->get_attribute( exporting name = 'DATA' importing value = l_z009-data ).
    content_len =  strlen( l_z009-data ).
    lo_gzip->compress_text( exporting text_in = L_Z009-DATA TEXT_in_len = content_len compress_level = 6
                            importing gzip_out = content gzip_out_len = l_z009-len ).
    L_Z009-DATA = CONTENT.
      wd_comp_controller->upload( EXPORTING DATA = l_z009-data LEN = L_Z009-LEN ).
    ANOTHER METHOD
    DATA: LO_GZIP TYPE REF TO CL_ABAP_GZIP.
    DATA: CONTENT TYPE XSTRING.
    CREATE OBJECT LO_GZIP.
    node_temp_z009 = wd_context->get_child_node( name = 'TEMP_Z009' ).
    select * into table lt_temp_z009 from /dogok/009 where id_f = l_z002-id_f and number_f = l_z002-number_f.
    LOOP AT LT_TEMP_Z009 INTO L_TEMP_Z009.
    CONTENT = L_TEMP_Z009-DATA.
    LO_GZIP->DECOMPRESS_TEXT( EXPORTING GZIP_IN = CONTENT GZIP_IN_LEN = L_TEMP_Z009-LEN
               IMPORTING TEXT_OUT = L_TEMP_Z009-DATA TEXT_OUT_LEN = L_TEMP_Z009-LEN ).
    MODIFY LT_TEMP_Z009 FROM L_TEMP_Z009.
    ENDLOOP.
    node_temp_z009->bind_table( lt_temp_z009 ).

  • Question about Alpha option in the transfer rules for infoobject

    SDN Experts,
    I know that we check the Alpha conversion for only numbers like 0,1,2. this alpha option puts zeros in fornt of numbers but what happens when we get characters words for example 'Apple' does it put zeros infornt like '00Apple'?
    i will assign points, Thank you.
    Les

    Dear Les,
    Alpha Conversion is used to store the input data or incoming data in the Defined Internal Format , and it at the time of displaying it displays in the User defined format..for eg ...date field..the system stores as YYYYMMDD and it gets displayed as DD.MM.YYYY ( or any specified format by the user ) , this is usually for Numbers as the length needs to be maintained when storing at the database..
    and at the time of display it pads the zero's and displays...
    you can also check CONVERSION_EXIT_xxxxx_INPUT , CONVERSION_EXIT_xxxxx_OUTPUT  function modules where XXXXX denotes a Conversion Routine..( Eg ALPHA ) ...
    Hope it helps..
    Thanks,
    Krish

  • Question about multiple options selected in dropdown menu

    I have limited space in a PDF fillable form (and of course am new to this).  the Listbox option is nice in that the user can select multiple options.  However, the list option also consumes a lot of physical space.  If I have limited space (where a dropdown menu would be perfect), is it possible to set the Dropdown menu option to accept multiple selections (ie, more than one option selected by the user)?
    Also, I do not have enough room for individual check boxes.
    thanks

    Another option is a custom dialog. In a form I designed that gets used a lot, a custom dialog presents the user with 60 check boxes (20 rows, 3 columns). Once the user makes selections, the item IDs are stored in a text field as a comma separated list (e.g., "1,6,21,59"). Unfortunately, it's not as easy to set up as simply placing a field since it does involve a decent amount of programming, but it does work well. Do you have any JavaScript programming experience?

  • Some questions about view options for single folders

    hi,
    I'm trying to customize the finder a little, but I'm running into some troubles. It seems that finder is not capable of saving view options for single folders, is it? What I mean is: For example I want my standard view to be "column view, sorted by name". But one specific folder I want to open in "list view, sorted by date modified". I can't get finder to do it.
    In View Options, there is a checkbox "Always open in XXX view". But it only seems to work if I cmd-click that folder so it opens in a new finder window, but not if I stay in the same window, which is really annoying.
    With file-sorting, it seems as soon as I chose "sort files by date modified" finder does this for ALL folders, not only the one I'm currently in (regardless of whether I use View -> Arrange By or View -> View Options -> Arrange By)
    Ideas? I can't believe that those basic features are actually lacking in finder.
    thanks!

    well, I think I see what the problem is.
    I usually use column view. In column view it is enough to single-click on a folder to open it. When you do that, a new column with that folder opens. When I double-click on a folder on the other hand, it behaves the way I want it to be (opens in the view I set for it). So it seems like I will have double-click every folder in order to behave it the way I want (annoying as well, but I guess there is no other solution).
    Btw, if I create a new folder on my desktop and change it's default view it works, because clicking on a folder on the desktop is pretty much the same as opening it in a new window.
    Thanks for your help though. If you have any idea if you can make the folders behave the right way by single-clicking than please let me know
    edit: ok, seems I was wrong. it worked for the desktop-folder, but doesn't seem to work for any other folder (it DOES work when cmd-double-clicking it though). strange.
    Message was edited by: nachdenki

  • Question about Compression

    So i have Mac The Ripper and Toast 7 and have never had a problem like this before. I have a window pop up on Toast saying "The contents of this Videos_TS folder cannot be compressed"
    Is there any way around this?

    ok i figured out that you MUST do a FULL extraction from Mac The Ripper and then if you only want the main title (like i did) then you take it out during the Toast 7 process

  • Question about returning optional software

    i bought restore cds with a new laptop for 100 dollars extra, but i found out when i unboxed my new laptop that the restore cds are really nessecary, is it possible to return the cds and keep the laptop?

    A majority of computers sold today have a special part of the hard drive set aside for recovery, to keep costs somewhat down. However creation of these discs is like an insurance policy.
    However according to here: http://www.bestbuy.com/site/Help-Topics/Returning-Online-Purchases/pcmcat260800050014.c?id=pcmcat260...
    Geek Squad services which have already been completed are non refundable / returnable.
    However if you have a complaint about the service you had performed at a local Best Buy store, you can tell the Geek Squad about it here: http://www.geeksquad.com/contact.aspx
    *******DISCLAIMER********
    I am not an employee of BBY in any shape or form. All information presented in my replies or postings is my own opinion. It is up to you , the end user to determine the ultimate validity of any information presented on these forums.

  • There is a problem with your iPhone. Please visit the Service Answer Center to find answers to all your questions about service options, warranty and other processes in your country. To find your nearest Apple Store, click here.

    Help

    Hieu Apple wrote:
    Help
    We'd love to.  But you haven't told us anything about your issue.  This website/forum does not support HPML (Hyper-Psychic Mindreading Logic).

  • HT201210 There is a problem with your iPhone. Please visit the Service Answer Center to find answers to all your questions about service options, warranty and other processes in your country.

    Please help me

    You do not say what your problem is...
    Go to Service Answer Center - iPhone and select your country from the drop-down box if that is all you want to do.

  • HT4061 There is a problem with your iPhone. Please visit the Service Answer Center to find answers to all your questions about service options, warranty and other processes in your country. To find your nearest Apple Store, click here.

    these is the message i get on itunes screen, when i active my iphone 4 which was working fine i just updated IOS to 6.1. could you please help

    You do not say what your problem is...
    Go to Service Answer Center - iPhone and select your country from the drop-down box if that is all you want to do.

  • A doubt about template option

    I have questions about template options in indesign.
    1. What is the use of saving the document as indesign template?
    2. How can we use the option "document from template" in "new" menu? i.e the purpose of the option.
    3. If i had created a .indd document using a template, when i change the styles in template, will it be updated in the documents, where i have used the template.
    Please clear my doubts.
    regards
    r.karthik

    1. As Bob said. There is one other feature of templates, though, that might make them worth considering (I just learned this the other day, myself, by reading the manual...), templates save thumbnails of all pages, documents only save a thumbnail of page one. Aside from that, they are the same except for default opening behavior (templates open an untitled copy, documents open as original), and you can convert from one to the other by changing the file extension (but you'll only have the thumbnails you started with).
    2. The new from template selection sends you to the pre-defined sample templates that shipped with the program, though you can navigate to where you've store your own. Easier, though, just to do File > Open ... and choose the template.
    3. As Bob said.
    Peter

Maybe you are looking for

  • How can i get back into my disabled ipod

    how can i get back into my disabled ipod

  • Problem run emca -config dbcontrol db -repos create

    when tried to run emca -config dbcontrol db -repos create i choose oracle database SID: ORCL but when i write DBSNMP user pass: it shows me Invalid password. When i have tried to login in sqlplus with the same user: DBSNMP and my password it login me

  • Trouble recently using iWeb with Leopard 10.6.8?

    I have a iMac (early 2007) Dual Core Intel Based, and have been using iMac for a couple of years just fine. Recently (a few months ago) I upgraded to Snow Leopard 10.6.8 and since then my computer freezes etc... I've been getting the dreaded Grey Scr

  • E72: Push Mail

    Hi, I got the E72 device fir myself. Using the Nokia Messaging service that came loaded on the device. Have a couple of questions on it. I added the gmail account to the Nokia Messaging Service. Now in the settings. What i see if under "When to Sync"

  • Dispatch queue: com.apple.main-thread

    Adobe InDesign CS6 crashing with Lion. Solutions/Fixes? is this a Apple or Adobe based problem?