Dimension in WebI query filter needs to show Key and Description

Hi,
We have two requirements that we can't get them done:
1. We are building webi report based on Bex universes and we need to show the key and description of an object in the query filter of the report. Does this have to be set in the Bex variable or in the universe?
2. filter the LOV related to a specific dimension that is used in the query filter as prompt. The idea is to show a filtered list in the promp LOV of the dimension used in the query filter of the report. Does this have to be set in the Bex query or in the universe? If it is in the Bex Query, where exactly?
Our system is the following:
- BOE XI 3.1 SP2
- SAP NW 4.0
I await your answers. Thanks in advance.
xtian

Hi
1. We are building webi report based on Bex universes and we need to show the key and description of an object in the query filter of the report. Does this have to be set in the Bex variable or in the universe?
>> you can easily achieve that by creating a variable in the BEX query - that will return as a LoV with key and description assuming you have key and description in BW for the InfoObject.
2. filter the LOV related to a specific dimension that is used in the query filter as prompt. The idea is to show a filtered list in the promp LOV of the dimension used in the query filter of the report. Does this have to be set in the Bex query or in the universe? If it is in the Bex Query, where exactly?
>> so like filter Country = US in the filter and then prompt only for customers in the US ? if so that is not possible right now.
Ingo

Similar Messages

  • Web reporting - variable selection should be display as key and description

    hi experts,
    Can anybody tell me the solution for my issue. My isssue is , in the web reporting, i have variable company code, i am selecting the company code thru search help. the values for company code is displaying with key. 
    the new requirement should be displayed with key and description.
    I have checked in the bex, the properties  of company code has maintained as key. when i run the report when cas selet as key and descritption. bex is not a probelm.
    only the problew with webreports,  can anybody give some inptus on my issue.
    Any help is appreciated. waiting for your response.
    thanks
    surendra sheety

    For future reference, this question was finally answered correctly recently in the following thread: 
    F4 help - Search values - I need key and text
    Hope this helps someone who is as confused about this as I have been the past few days!
    Bob

  • Dimensions: Key and Description by default

    Hi All,
    is there any chance to have Kex and Description of selected dimensions by default ... even in new reports?
    After changing this in the Query Designer for selected InfoObjects this isn't recognized by SPM. Every Dimension has Only Description by default.
    Thanks
    Pascal

    Hi Pascal,
    I don't think there is any setting to display the Key and Description by default on new report creation.
    But, when a report is created and saved setting to display the Key and Description, it will do so when the report is opened later.
    Note: such changes to display in the back-end or query will not affect the display in SPM frontend.
    Regards,
    Vimal G

  • How to show display attributes like key and description in voyager

    This question is on voyager connecting to SAP BI Query. I would like to show both key and description of the row member. It is mentioned in the guide that display attributes can be viewed and changed from the properties tab of the tab panel. But I didnt see any such option in properties tab.
    Any solution for this?
    Thanks
    Raghu

    It is a XI 3.0 version. I looked at Voyager user guide for XI 3.0 in page no 202. It is about Using Voyager with SAP
    "Display attributes
    Members have several string properties which are visible in Voyager:
    u2022 Key
    u2022 Short description
    u2022 Medium description
    u2022 Long description
    u2022 Key and short description
    u2022 Key and medium description
    u2022 Key and long description
    These string properties can be viewed and changed from the Properties tab
    of the Tab panel.
    Note: Key and text properties are concatenated into a single string, and are
    therefore displayed in a single column or row caption field. They do not
    appear as separate columns or rows."
    Thank you very much.
    Raghu

  • How can I use a variable in webi query filter

    I created a webi report using the fiscal year/month(period) field as a filter to show a window of 18 periods.  The report works just as requested using a between filter on fiscal period with prompts for both the start and ending periods.  Now I'd like to calculate the start period based on what was entered in the prompt for the ending period (e.g. enter 201106 for the TO prompt on the between statement and have the FROM statement filled in as 201001.)  I can create variables in the report to display both the user response to the ending period prompt and the calculated starting period, but I cannot figure out how to incorporate that calculated starting date into the FROM side of the between query filter.
    Any suggestions? 
    Thanks,
    Doug
    Sorry I got my froms and to's mixed up in the first draft. Edited by: Doug Roswold on Mar 4, 2011 6:27 PM

    Let me understand what you want to do.  You don't want to use two prompts, just one, insn't it?
    I mean, instead of:
    Filter area:
    Date between "From prompt" to "To Prompt"
    You want something like:.
    Filter area:
    Date between Variable  to "To Prompt"
    if I'm not wrong that's not possible to achieve in Webi Query  Panel.
    Can you modify your universe? The only way to achieve it is modifying your universe, creating your formula in the universe and assigning it to an object, so you can use this new object in your filter area like this:
    Date between MyUniverseObject  to "To Prompt"
    Edited by: PadawanGirl on Mar 4, 2011 8:15 PM

  • Performance issue:Show id and Description for same dimension member

    Hi,
    I am connecting a cube to another reporting system and i need to show the id of member resulting of a query.My first thought was to use this kind of code (bellow) however when i do the same thing with many dimension (many cross join ),it slow down a lot
    my query.So how can i have in the same DImension member showing a description and id ? I also have a lot of statement,so i can't have just two columns in the dimension or i will need to duplication the mdx and i could drop down the performance.
    So i am trying to get as a result
    Dim1 | Dim2| Dim3| Measure
    1 50
    32 25.2
    and also be able to get
    Dim1                            |   Dim2                                  |  Dim3  
                                |                Measure
    NameElement1Dim1 NameElement50Dim2
    NameElement32Dim3 25.2
    Thanks in advance
    with MEMBER [Measures].[IdElement] as 
    <element>.currentmember.properties("KEY")
    select
    CROSSJOIN({[Measures].[IdElement]},{[METRIC].[Description].[All]}),
    CROSSJOIN({[Measures].[value]},{<listmetricmdx>})
    } on columns,
    <pointofview>
    <element_and_function>
    <TimeBreakdown>
    } on rows
    <list_filter_clause>
    ) as list
    where ((ElementName is null AND IdElement=0) OR (ElementName is not null))
    <list_condition_metric>
    but i have multiple 

    Hi Vincent,
    In your query, you use CrossJoin in it. Crossjoin function will cause the performance issue if there are a lot of properties that need to be displayed. If you cross-join medium-sized or large-sized sets (e.g., sets that contain more than 100 items each),
    you can end up with a result set that contains many thousands of items—enough to seriously impair performance. For the detail information, please see:
    http://sqlmag.com/data-access/cross-join-performance
    In your MDX query, ensure only retrieval the required data. Here are some useful links for your reference.
    Configure memory setting:
    http://social.msdn.microsoft.com/Forums/en/sqlanalysisservices/thread/bf70ca19-5845-403f-a85f-eac77c4495e6
    Performance Tuning:
    http://www.microsoft.com/downloads/details.aspx?FamilyID=3be0488d-e7aa-4078-a050-ae39912d2e43&displaylang=en
    http://www.packtpub.com/article/query-performance-tuning-microsoft-analysis-services-part2
    Regards,
    Charlie Liao
    TechNet Community Support

  • Need help for displaying key and description in Dropdown (ABAP WEBDYNPRO)

    Hi Experts,
    I am using dropdown as a table field. For this dropdown I want to display the value as well as description.
    In ALV table when we create a dropdown dynamically in table field, there is a method SET_KEY_VISIBLE in class CL_SALV_WD_UIE_DROPDOWN_BY_KEY.
    But I think we cannot use similar method for normal dropdown field in table.
    Is there any way we can display both value and description in dropdown value set ?
    Please help.
    Regards,
    Anand

    Hi,
    I think there is no such option. You need to consider one variable type string and while populating the
    valueset fill this variable by concatenating the value and description and assign it the key and value
    pair of the valueset.
    DATA:
      lt_value_set_ctry      type table of wdr_context_attr_value, " Country/Service Location
      lv_str type string.
        loop at lit_country into ls_country.
          concatenate ls_country-value ls_country-text into lv_str separated by space.
          ls_value_set-value = lv_str.
          ls_value_set-text  = lv_str.
          append  ls_value_set to lt_value_set_ctry.
          clear ls_value_set.
        endloop.
          lr_node_info->set_attribute_value_set( name = 'COUNTRY'
                     value_set = lt_value_set_ctry ).
    Consider this lit_country is a text table for countries.
    Regards,
    Lekha.

  • Report Needed to show WBS and Profit Center on Invoices

    I need a report of open and cleared invoices that show the WBS and Profit Center.
    I have tried the FBL5N and it doesn't populate it. Any other reports out there???

    You dont have to join them. Keep both profit center and cost centre in the cube. While defining the update rules, derive profit center from cot centre.
    In the report , keep profit center and cost centre as free char.
    The users can dynamically drill down and view the report for cost centre or profit centre or both.
    Another idea is to keep profit centre as a nav attribute in the cube and in that case, you dont have to derive profit centre from cost centre in the update rules.
    Ravi Thotahdri

  • Need to show video and photograph side by side

    I have a section of video where a presenter is very animated stretching his face describing a funny candid photograph he did not have.  I have both the video and photograph.  I want to show both at the same time because the presenter is so animated.  Is it possible to show the photograph next to him with Final Cut?  I was thinking of something that looks similar to the keynote title.  The photograph on the left and the video of the presenter on the right.

    It is easy enough.
    You can put the photo over the video in the timeline.
    Then shrink both with the Transform tool and move them so they are side by side.
    It may look better if you leave the video full size and shrink the photo so it appears as Picture In Picture to the side of the presenter.

  • Need help showing singles and albums after searching for them In I Tunes 11 Win 7

    Just got I tunes 11 iusing Win 7 and when I add songs and search for them in the upper right hand corner the album or the song appears. NowI need to view the single so I can add info. But I cannot figure out where to click to jump to that single shown in the main display or the album shown in the main display window. Can somebody please help me? What to you click on? Thanks in advance. Also where are your playlists?

    I wanted to bring closure to this unanswered thread. I came to realize that I put way too much into that post (information overload) and couldn't possibly expect for anyone to take on such a compilation of driver issues all at once. I later put each issue into separate threads and then got the help I needed. I learned how to find out what the Hardware ID was for each one and got the appropriate software driver to match.
    Kudos go to Jerry_Lippey who helped me out in so many ways plus gave me the link to a page where I learned how do do this myself.
    That can be seen here: How to identify an unknown device (e.g. Wireless LAN module)?
    And, you can look up Hardware ID's here: PCI Vendor and Device Lists
    I hope this helps someone in the future who is the same boat that I was once in.

  • LOV how to show code and description

    Hi,
    How can I show code + description in a LOV using disco 4? It seems that I can't do that. I can just pick one value, which should be a code to link to a drill to detail, but how about description?
    e.g
    ID - Countries
    1 USA
    2 France
    3 Australia
    How can I show USA but use id to link to another table?
    Regards,

    Hi Rod,
    Yep, but how can I use just the code to match with where clause?
    I mean in this case I need to create a extra column with code + description to match combo code + description.
    Is there any way to work around this e.g: code + description on the combo box and just use the code from the combo to perform the search.....substr( combo box) ?
    Cheers,
    Alex

  • BPC 75 NW - BPF driver dimension key and description in Data region

    Hello All,
    In our BPF templates we have used Costctr as our driver dimenion. When we go to My activities to view BPF instances- we only see the Costctr Description in the data region which is the default.  In our example- we have muliple cost centers globally with the same description.. so having the key displayed in the step region is critical. Is there a way to specify the key as well?
    We are on BPC 75 NW SP07 patch 3.
    Any help is appreciated.
    Thanks,
    Shai

    Hi,
    "Inherit from Data Region" means - when you open the BPF, you need to specify members for few of the dimensions. These members can be used by specifying "inherit from data region".
    For example, if, while opening the BPF, you enter USA for Entity and 2009.Total for Time. If "inherit from data region" is specified for entity dimension, then it will take USA, irrespective of the current view and the fact that the user is owner of some other dimension.
    In this case, either you can take it from CV or you can specify the member explicitly while designing the BPF. However, it will not serve your purpose.
    When you acces read access to the user for some entity, the user can still view the data. However, he wont be able to send data. So, restricting the view access is not possible in this case.
    Hoep this helps.

  • Dimension only query to show manager and employees in one row

    Hi Gurus,
    I am creating a dimension only report. This report will show managers and their direct reportees. Since one manager can have several employees working under him, I am getting one row in the report for each employee. But our end users want employees to appear as comma seperated value for the manager. Thus each manager will have one and only one record in the report
    Current
    ======
    Manager Employee
    M1     E1
    M1     E2
    M1     E3
    Expected
    =======
    Manager Employee
    M1     E1, E2, E3
    Env : OBIEE 10.1.3.4 & Oracle 10.2.0.3.0
    Thanks for your help in advance

    Google ask Tom for string aggregation - there is a listagg equivalent available there, create on your DB then follow the same principal as the listagg / evaluate example.
    regards,
    Robert.

  • Web Query issues

    Hi All,
    I have created a web query and assigned it to a role. I have moved the role, web templete and the query from dev to QA was able run the query fine without issues.
    The problem I am having is when I make changes to the query and transport it to QA...when I run the query from the role menu it still shows the old query instead of the changed query.
    Can someone please explain what are the steps I need to take when I make changes to exsisting web query in dev and move to QA and be able to see the changes. What are all the objects I need to collect. Also would like to know if there are any settings on the role menu or web templete that need to be changed and also any buffers that I need to cleared??
    Any help is appriciated and will give max points.
    Thanks

    BWdesi,
    please avoid reposts - it could be that due to network issues the post got posted twice... close one of them as answered and then proceed with the other one...
    Web Query issues
    Arun

  • Wsa S160 accept usage control and web reputation filter update failure??

    end-user noticed there are some failure on the accept usage control and web reputation filter update. it show update /download failure on nov 11 and nov 14. I do check the update log it shows Mon Nov 14 14:45:11 2011 Info: Starting scheduled update Mon Nov 14 14:45:12 2011 Info: Scheduled next update to occur at Mon Nov 14 14:50:12 2011 Mon Nov 14 14:45:59 2011 Info: wbrs released download lock Mon Nov 14 14:45:59 2011 Warning: wbrs update failed but the new update shows "not available" . is this a eror or it is normal ?
    IF there is not new release for update, if I click update, will it report a update failure? or what else I can check?
    i checked the update log.
    Mon Nov 14 14:45:11 2011 Info: Starting scheduled update
    Mon Nov 14 14:45:12 2011 Info: Scheduled next update to occur at Mon Nov 14 14:50:12 2011
    Mon Nov 14 14:45:59 2011 Info: wbrs released download lock
    Mon Nov 14 14:45:59 2011 Warning: wbrs update failed
    Mon Nov 14 14:50:12 2011 Info: Starting scheduled update
    Mon Nov 14 14:50:18 2011 Info: Acquired server manifest, starting update 4966
    Mon Nov 14 14:50:18 2011 Info: Server manifest specified an update for merlin
    Mon Nov 14 14:50:18 2011 Info: merlin was signalled to start a new update
    Mon Nov 14 14:50:18 2011 Info: merlin processing files from the server manifest
    Mon Nov 14 14:50:18 2011 Info: merlin started downloading files
    Mon Nov 14 14:50:18 2011 Info: merlin beginning download of remote file "http://updates.ironport.com/merlin/masters-2.1/1453"
    Mon Nov 14 14:50:18 2011 Info: merlin waiting on download lock
    Mon Nov 14 14:50:18 2011 Info: merlin acquired download lock
    Mon Nov 14 14:50:18 2011 Info: Scheduled next update to occur at Mon Nov 14 14:55:18 2011
    Mon Nov 14 14:50:27 2011 Info: merlin released download lock
    Mon Nov 14 14:50:27 2011 Info: merlin successfully downloaded file "http://updates.ironport.com/merlin/masters-2.1/1453"
    Mon Nov 14 14:50:27 2011 Info: merlin started applying files
    Mon Nov 14 14:50:27 2011 Info: merlin applying file "merlin/masters-2.1/1453"
    Mon Nov 14 14:50:27 2011 Info: merlin restarting merlin
    Mon Nov 14 14:50:27 2011 Info: merlin verifying applied files
    Mon Nov 14 14:50:27 2011 Info: merlin updating the client manifest
    Mon Nov 14 14:50:27 2011 Info: merlin update completed
    Mon Nov 14 14:50:27 2011 Info: merlin waiting for new updates
    Mon Nov 14 14:50:59 2011 Info: wbrs started downloading files
    Mon Nov 14 14:50:59 2011 Info: wbrs beginning download of remote file "http://updates.ironport.com/wbrs/ip/1321069006.inc"
    Mon Nov 14 14:50:59 2011 Info: wbrs waiting on download lock
    Mon Nov 14 14:50:59 2011 Info: wbrs acquired download lock
    Mon Nov 14 14:50:59 2011 Info: wbrs released download lock
    Mon Nov 14 14:50:59 2011 Info: wbrs successfully downloaded file "http://updates.ironport.com/wbrs/ip/1321069006.inc"
    Mon Nov 14 14:50:59 2011 Info: wbrs beginning download of remote file "http://updates.ironport.com/wbrs/ip/1321069341.inc"
    Mon Nov 14 14:50:59 2011 Info: wbrs waiting on download lock
    Mon Nov 14 14:50:59 2011 Info: wbrs acquired download lock
    Mon Nov 14 14:50:59 2011 Info: wbrs released download lock
    Mon Nov 14 14:50:59 2011 Info: wbrs successfully downloaded file "http://updates.ironport.com/wbrs/ip/1321069341.inc"
    Mon Nov 14 14:50:59 2011 Info: wbrs beginning download of remote file "http://updates.ironport.com/wbrs/ip/1321070032.inc"
    Mon Nov 14 14:50:59 2011 Info: wbrs waiting on download lock
    Mon Nov 14 14:50:59 2011 Info: wbrs acquired download lock
    Mon Nov 14 14:50:59 2011 Info: wbrs released download lock
    Mon Nov 14 14:50:59 2011 Info: wbrs successfully downloaded file "http://updates.ironport.com/wbrs/ip/1321070032.inc"
    Mon Nov 14 14:50:59 2011 Info: wbrs beginning download of remote file "http://updates.ironport.com/wbrs/ip/1321070355.inc"
    Mon Nov 14 14:50:59 2011 Info: wbrs waiting on download lock
    Mon Nov 14 14:50:59 2011 Info: wbrs acquired download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs released download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs successfully downloaded file "http://updates.ironport.com/wbrs/ip/1321070355.inc"
    Mon Nov 14 14:51:00 2011 Info: wbrs beginning download of remote file "http://updates.ironport.com/wbrs/ip/1321071157.inc"
    Mon Nov 14 14:51:00 2011 Info: wbrs waiting on download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs acquired download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs released download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs successfully downloaded file "http://updates.ironport.com/wbrs/ip/1321071157.inc"
    Mon Nov 14 14:51:00 2011 Info: wbrs beginning download of remote file "http://updates.ironport.com/wbrs/ip/1321071469.inc"
    Mon Nov 14 14:51:00 2011 Info: wbrs waiting on download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs acquired download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs released download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs successfully downloaded file "http://updates.ironport.com/wbrs/ip/1321071469.inc"
    Mon Nov 14 14:51:00 2011 Info: wbrs beginning download of remote file "http://updates.ironport.com/wbrs/ip/1321071901.inc"
    Mon Nov 14 14:51:00 2011 Info: wbrs waiting on download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs acquired download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs released download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs successfully downloaded file "http://updates.ironport.com/wbrs/ip/1321071901.inc"
    Mon Nov 14 14:51:00 2011 Info: wbrs beginning download of remote file "http://updates.ironport.com/wbrs/ip/1321072452.inc"
    Mon Nov 14 14:51:00 2011 Info: wbrs waiting on download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs acquired download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs released download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs successfully downloaded file "http://updates.ironport.com/wbrs/ip/1321072452.inc"
    Mon Nov 14 14:51:00 2011 Info: wbrs beginning download of remote file "http://updates.ironport.com/wbrs/ip/1321072766.inc"
    Mon Nov 14 14:51:00 2011 Info: wbrs waiting on download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs acquired download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs released download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs successfully downloaded file "http://updates.ironport.com/wbrs/ip/1321072766.inc"
    Mon Nov 14 14:51:00 2011 Info: wbrs beginning download of remote file "http://updates.ironport.com/wbrs/ip/1321073089.inc"
    Mon Nov 14 14:51:00 2011 Info: wbrs waiting on download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs acquired download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs released download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs successfully downloaded file "http://updates.ironport.com/wbrs/ip/1321073089.inc"
    Mon Nov 14 14:51:00 2011 Info: wbrs beginning download of remote file "http://updates.ironport.com/wbrs/ip/1321073407.inc"
    Mon Nov 14 14:51:00 2011 Info: wbrs waiting on download lock
    Mon Nov 14 14:51:00 2011 Info: wbrs acquired download lock
    Mon Nov 14 14:51:01 2011 Info: wbrs released download lock
    Mon Nov 14 14:51:01 2011 Info: wbrs successfully downloaded file "http://updates.ironport.com/wbrs/ip/1321073407.inc"
    Mon Nov 14 14:51:01 2011 Info: wbrs beginning download of remote file "http://updates.ironport.com/wbrs/ip/1321074165.inc"
    Mon Nov 14 14:51:01 2011 Info: wbrs waiting on download lock
    Mon Nov 14 14:51:01 2011 Info: wbrs acquired download lock
    Mon Nov 14 14:51:01 2011 Info: wbrs released download lock
    Mon Nov 14 14:51:01 2011 Info: wbrs successfully downloaded file "http://updates.ironport.com/wbrs/ip/1321074165.inc"
    Mon Nov 14 14:51:01 2011 Info: wbrs beginning download of remote file "http://updates.ironport.com/wbrs/ip/1321075094.inc"
    Mon Nov 14 14:51:01 2011 Info: wbrs waiting on download lock
    Mon Nov 14 14:51:01 2011 Info: wbrs acquired download lock
    Mon Nov 14 14:51:01 2011 Info: wbrs released download lock
    Mon Nov 14 14:51:01 2011 Info: wbrs successfully downloaded file "http://updates.ironport.com/wbrs/ip/1321075094.inc"
    Mon Nov 14 14:51:01 2011 Info: wbrs beginning download of remote file "http://updates.ironport.com/wbrs/ip/1321075449.inc"
    Mon Nov 14 14:51:01 2011 Info: wbrs waiting on download lock
    Mon Nov 14 14:51:01 2011 Info: wbrs acquired download lock
    Mon Nov 14 14:51:01 2011 Info: wbrs released download lock
    Mon Nov 14 14:51:01 2011 Info: wbrs successfully downloaded file "http://updates.ironport.com/wbrs/ip/1321075449.inc"
    Mon Nov 14 14:51:01 2011 Info: wbrs beginning download of remote file "http://updates.ironport.com/wbrs/ip/1321075769.inc"
    Mon Nov 14 14:51:01 2011 Info: wbrs waiting on download lock
    Mon Nov 14 14:51:01 2011 Info: wbrs acquired download lock

    I think this happens occasionally, its not a big deal.
    Your box tried again, and eventually got update 5 min later.
    You may want to extend the time on this a bit to help performance... every 5 min does add some load.
    Support had me set mine at 8 hours...

Maybe you are looking for

  • Playlists wiped out!

    when i go to update my ipod nano, i get a message that says it cant update because the playlists no longer exist. all songs are off my ipod now, but are still in my iTunes library. i cant seem to get my songs back on to my ipod... Help please!

  • Driver issue for Epson cx4800

    Hello, I have an Epson cx4800 that I can't find a driver for that is compatible with OS X. Does anyone know if one exists? Thank You, Rob

  • Manual condition types need to be reapplied after material change

    HI Team, For some of order items user enters manually condition type through VA02 for availing discount for the order item, I am having a custom program for updation of sales orders, Through which we can change the order materials. Order 123 having i

  • Problems with Adobe servers in Germany (Workflow: InDesign - Content Viewer)

    We had some problems with uploading our folios onto the servers of Adobe late january/early february. Also our test iPads often couldn't log in to the content viewer. Have there been any server outages in Germany during that time?

  • Crash report from Amazon.

    I have an app on Amazon that sometimes (less than 1% of installations) crashes, which is reflected in Crash Reports. Obviously, I don't have access to the actual devices where the app crashed. Below is one of the crash reports. Can anything be done t