Restrictions for Queries using Convert to Formula

Hi all,
When I want to <b>use the "Convert to Formula" Function in a query are there any restrictions</b>? I.e. are there any <b>restrictions in the way the underlying query needs to be built to be able to use this function properly</b>?
Do you know any documentation referring to this?
Thanks
Christian
Message was edited by: Christian Tauber

Prakash,
Thanks for the response.  You are right about the cell editor and the need for two structures.  Also you are right about the "convert formula" option in BEX runtime and one structure.  However, I thought that in order for you to be able to use the refernce in additional calculations locally in BEX workbook two structures are required for the reference to be known.  That is the experience that we had while working on a scenario here at our client site.
Regards,
Farzad

Similar Messages

  • Restriction for the use of last_record in 10g forms

    Hi,
    When I was working on Forms 6i with the query in the trigger When_new_form_instance:
    go_block('ABC');
    execute_query;
    last_record;
    first record;
    go_block('DEF');
    execute_query;
    last_record;
    first record;
    It worked and gave correct data on frontend.
    When the same was used in 10g forms, it gave incorrect data.When we removed last_record from the query, it worked.
    Could somebody tell me is there some kind of restriction for the use of last_record in 10g forms? If yes, what kind of?
    Thanks,
    Neha

    When I set Query All records to Yes.
    Surprisingly it gives incorrect data.
    This is what is bothering me.
    As i said earlier i was using last_record for
    navigation purpose to fetch all the records from the
    database and then first_record to highlight the first
    record.
    You don't need to do that, that is poor programming logic. Instead change the block property Query All Records and set it to Yes.
    This will fetch all the records from the database and the highlight will be on the first record;
    Regards,
    Tony

  • Restrictions for the use of MapKit in a paid iOS6 app that caches map tiles.

    Can anybody advise what restrictions exist for the use of MapKit for a paid app that caches map tiles for off-line use.  The app is targetted at iOS6 and above.  I haven't found any clear answers on this,
    Is there a cost associated with using map tiles if you charge more than $0 for the app?  I understood that this could not be done for free in iOS 5 due to Google licence terms.
    Also, under the iOS6 Apple Maps licence, can map tiles be cached for off-line use?
    Many thanks to anyone who has the answer to these questions.  A link to a document from Apple would be fantastic.
    Geoff

    Just in case you didn't already go there and see it, there is a specific developer forum for discussing MapKit and some other things I can't talk about in a public place.  Look for a developer forum that mentions maps in the name and that'll be it.  The people there can answer your question if it hasn't already been answered.

  • Field restriction for ME22N using BADI

    Dear All,
    i had a requirement in which i had to restrict ME22N transaction for a particular user for a particular document type
    so i used BADI ME_PROCESS_PO_CUST now the requirement has changed and the user wants the restriction only on three fields rather than entire transaction.
    is there any provision in BADi by which i can prevent changes made to a  particular fields the fields are QUANTITY,RATE PER UNIT & PAYMENT TERMS fields,by throwing error message if changes are done and  for other fields changes should be allowed .
    my code is as below
    method IF_EX_ME_PROCESS_PO_CUST~CHECK.
    IF SY-TCODE = 'ME22N'.
      DATA: IT_MEPOHEADER  TYPE MEPOHEADER.
        IT_MEPOHEADER = IM_HEADER->GET_DATA( ).
         IF IT_MEPOHEADER-BSART = 'ZLNB' OR IT_MEPOHEADER-BSART = 'ZLUB' OR IT_MEPOHEADER-BSART = 'ZLS'
            OR IT_MEPOHEADER-BSART = 'ZLC' OR IT_MEPOHEADER-BSART = 'ZLFO' OR IT_MEPOHEADER-BSART = 'ZLLN'
              OR IT_MEPOHEADER-BSART = 'ZLDB'.
           IF SY-SUBRC = 0.
                IF SY-UNAME = 'ABAP05'  .
                        Message 'You are not authorized to use ME22N for the given  document type' type 'E'.
                 ENDIF.
             ENDIF.
          ENDIF.
         ENDIF.
    endmethod.
    can anyone plz help me
    Thanks in advance,
    Ronak

    Dear All,
    plz let me know if there is any other alternative (other than BADI) to restrict based on filteration for user , document type , and the three fields i have mentioned..
    Regards Ronak

  • Do the fonts in Photoshop CS4 have any restrictions for commercial use?

    I am a  designer and I wanted to know if there were any restrictions in the Photoshop CS4 Extended version concerning font usage?  I have read all the terms but I got confused after awhile.  I wanted to make sure there are no restricted usage if I use any of the fonts incorporated into my designs which are then resold?  Thank you in advance!

    Thank you for your response.  Just to be clear: essentially I can use the fonts in my designs  for say cell phone skins and music album covers but cannot not ( of course) resell the original fonts correct?  Thanks again for your help!  I have tried calling and been on hold forever, then tried emailing support and they said I had to call because it is a  technical issue.  Lawyer speak in the terms confuses me easily:)

  • Convert to Formula using input ready queries

    Hi,
    Has anyone used converting to formula for input ready queries?  When I use this for some reason all the values disappear in the rows and columns (including characteristic and key figure values).  I would be interested to know if anyone has used this approach successfully.
    Many thanks,

    Also I want to convert this update routine 3.5 to work in 7
    fill the internal table "MONITOR", to make monitor entries
      IF COMM_STRUCTURE-costelmnt+2(1) = '7'.
        IF COMM_STRUCTURE-costelmnt+2(3) BETWEEN '700' AND '774'.
          RESULT = '70'.
        ELSEIF COMM_STRUCTURE-costelmnt+2(3) BETWEEN '775' AND '789'.
          RESULT = '75'.
        ELSEIF COMM_STRUCTURE-costelmnt+2(3) BETWEEN '790' AND '799'.
          RESULT = '79'.
        ENDIF.
      ELSE.
        CASE COMM_STRUCTURE-costelmnt+2(1).
          WHEN '1'.
            RESULT = '10'.
          WHEN '2'.
            RESULT = '20'.
          WHEN '3'.
            RESULT = '30'.
          WHEN '4'.
            RESULT = '40'.
          WHEN '5'.
            RESULT = '50'.
          WHEN '6'.
            RESULT = '60'.
          WHEN '8'.
            RESULT = '80'.
          WHEN OTHERS.
            RESULT = '00'.
        ENDCASE.
      ENDIF.
    if the returncode is not equal zero, the result will not be updated
      RETURNCODE = 0.
    if abort is not equal zero, the update process will be canceled
      ABORT = 0.
    The source is KSTAR(costelement)

  • Use of Convert to Formula Option

    Hi All
    Where do we use Convert to formula option and give me some scenarios.
    Regards
    Naga

    Go through this .
    http://help.sap.com/saphelp_nw04s/helpdata/en/d3/015369f54f4a0ca19b28c1b45acf00/content.htm
    -Vijay

  • Size restrictions for USB memory sticks?

    Hi out there,
    are there any known size restrictions for the use of USB memory sticks with Mac OS X?
    I bought two 32 GByte (noname) USB memory sticks to "mobilize" my iTunes-library. I formatted it without errors (believing what the DiskUtility-application told me) and copied my files to one stick. But only about 4 GByte of data where able to be opened after copying. The other files where shown in the directories with their correct sizes (I compared them to the originals on my harddisk) but couldn'd be opened.
    I tried copying them a second time, using the second 32 GByte stick - but same behaviour as on stick one.
    Next I tried to format both sticks with the DiskUtility using the option "writing zeros in seven runs" and then tested data integrity with the TechTool-Pro application (surface test, random read and write). Both showed no errors on the sticks. But copying my library again to the sticks showed no diffrent behaviour as before. The first few copied GByte (I think about 4 GByte) could be opened by iTunes, but the rest "is only there".
    Any idea what's going wrong?
    Greeting from Germany
    Ansgar

    Hello Ansgar,
    sounds like one of those faked 32GB Sticks.
    http://www.digitv-forum.co.uk/viewtopic.php?t=3680

  • What is the use of 'Convert to Formula' option available BEx Query Rpt?

    After refreshing the query in BI, when I right click on the query report, I am getting an option 'Convert to Formula'. Can you please tell me the use of this option, and how we can use this in our report.
    1) What does "convert to formula" do?
    2) After I click on "converting to formula" in the report , I am unable to paste the spreadsheet from i finance into excel. Below msg appears. What settings do I need to change?
    " Microsoft Office Excel cannot paste the data"

    Can anyone help me to get answers for the below questions

  • Is it wise to keep the Nikon camera files "DSC's"  after downloading them and converting to DNG files via Adobe converter for lightroom use. In other words do the DNG files have all the raw data I would ever need in processing or should I save the camera'

    Is it wise to keep the Nikon camera files "DSC's"  after downloading them and converting to DNG files via Adobe converter for lightroom use. In other words do the DNG files have all the raw data I would ever need in processing or should I save the camera's DSC files?

    DNG files do not contain some metadata supplied by the camera, which can be used by the manufacturer's software. Thus, if you don't keep the original Raw photo, you will lose this information.
    If your 1000% sure you're never going to use the manufacturer's software, then this isn't a problem. But who can be sure what software you will be using 10 years from now?

  • QuickTime Movie Files Won't Convert For iPod using iTunes and QuickTime Pro

    I've got a ton, and I mean a ton of QuickTime movie files of music videos that I want to convert to use on the iPod. I tried using "Convert Selection For iPod" in the Advanced Menu on iTunes, but got the following message trying convert a QuickTime file of U2's Beautiful Day:
    ""Beautiful Day" could not be converted because this file does not allow for saving or conversion."
    I purchased QuickTime Pro hoping that the features on Pro would convert the file. When I opened the same file to convert using QuickTime Pro, "Export" under the file menu was grayed out so I couldn't select it.
    You'd think that an APPLE QuickTime Movie file that can be played on APPLE'S iTunes and APPLE'S QuickTime Player would be able to be converted to be used in APPLE'S iPod player. (Anybody notice how APPLE is capitalized to point out that the the hardware, software and file formats are ALL Apple?)
    Instead I wasted money buying QuickTime Pro when it won't do what I specifically bought it for. Now I have all these QuickTime files which won't play on the iPod.
    Can anybody provide some help or assistance on how to accomplish what I'm trying to accomplish???

    If the file doesn't allow saving or conversions then it is protected by DRM (Fairplay).
    Nothing can help QuickTime Pro convert protected files.

  • How do you restrict web browsing to view only specified sites for business use?

    Hello, I need to restrict the use of Firefox and Internet Explorer to only specified websites that we use for business use.
    I have a problem with a number of employees using unauthorized and dangerous websites that have put my business computers at risk.
    Since it is impossible to police the employees viewing habits in real time, I need to restrict the viewing. How do I set up a list of only allowed sites that can only be overridden by admin privileges despite user accounts?

    You will have to block such unwanted sites in a firewall or router or proxy and only allow access via that proxy.<br />
    All other ways can easily circumvented, by starting Firefox in [[Safe mode]] if it is an extension or by using a portable Firefox version.
    Your above posted system details show outdated plugin(s) with known security and stability risks.
    # Shockwave Flash 10.0 r45
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/

  • Can I use Type -- 'convert to outline' in Illustrator on Typekit fonts I've 'designated for desktop use'? I've not been able to as of yet.

    I'm trying to print vinyl letters for a gallery I'm a member of and love the Cronos Pro regular font. i've designated this for desktop use and created 24 name files at 200pt. The person working with the vinyl asked if I could 'convert to outline' possibly to make the font a bit larger, I don't really know. When I tried to do this, I found that choice grayed out on the type menu. I am wondering if this means the Typekit fonts 'designated for desktop use' simply do not have the permission to be 'converted to outline'.

    Cutting always requires proper paths/ outlines. This has nothing to do with the font or large format printing per se. Beyond that there should be no limitation in using fonts - as long as you can mangle them in AI, it means that somewhere those outlines exist internal to the program so the type can actually be rendered. Whatever prevents this may more likely be inherent in how you treat your text. you would have to provide more specific info on that. Either way, ask in the AI forum for more detailed answers.
    Mylenium

  • Hello, what is the best way for me to convert RW2 raw format for use in Photoshop CC

    Hello, what is the best way for me to convert RW2 raw format for use in Photoshop CC. I would appreciate any help with this.

    Thanks for the quick help. I do have to leave for work. When I try to
    download the images from the camera they seem to only be in jpeg (I don't
    see any rw2 or raw files to download). If I select the jpeg file it seems
    to only download a jpeg file. I do understand that I do have the option to
    open the jpeg in RAW. In doing this, is all the extra information included
    in the RAW file there or is it lost coming from the camera
    Once again thank you for trying to make me understand how this works.
    Have a great day.
    On Sat, Sep 13, 2014 at 12:14 PM, ssprengel <[email protected]>

  • Which Event Classes i should use for finding good indexs and statistics for queries in SP.

    Dear all,
    I am trying to use pro filer to create a trace,so that it can be used as workload in
    "Database Engine Tuning Advisor" for optimization of one stored procedure.
    Please tel me about the Event classes which i  should use in trace.
    The stored proc contains three insert queries which insert data into a table variable,
    Finally a select query is used on same table variable with one union of the same table variable, to generate a sequence for records based on certain condition of few columns.
    There are three cases where i am using the above structure of the SP, so there are three SPS out of three , i will chose one based on their performance.
    1) There is only one table with three inserts which gets  into a table variable with a final sequence creation block.
    2) There are 15 tables with 45 inserts , which gets into a tabel variable with a final
    sequence creation block.
    3)
    There are 3 tables with 9 inserts , which gets into a table variable with a final
    sequence creation block.
    In all the above case number of record will be around 5 lacks.
    Purpose is optimization of queries in SP
    like which Event Classes i should use for finding good indexs and statistics for queries in SP.
    yours sincerely

    "Database Engine Tuning Advisor" for optimization of one stored procedure.
    Please tel me about the Event classes which i  should use in trace.
    You can use the "Tuning" template to capture the workload to a trace file that can be used by the DETA.  See
    http://technet.microsoft.com/en-us/library/ms190957(v=sql.105).aspx
    If you are capturing the workload of a production server, I suggest you not do that directly from Profiler as that can impact server performance.  Instead, start/stop the Profiler Tuning template against a test server and then script the trace
    definition (File-->Export-->Script Trace Definition).  You can then customize the script (e.g. file name) and run the script against the prod server to capture the workload to the specified file.  Stop and remove the trace after the workload
    is captured with sp_trace_setstatus:
    DECLARE @TraceID int = <trace id returned by the trace create script>
    EXEC sp_trace_setstatus @TraceID, 0; --stop trace
    EXEC sp_trace_setstatus @TraceID, 2; --remove trace definition
    Dan Guzman, SQL Server MVP, http://www.dbdelta.com

Maybe you are looking for

  • FI/MM report help!

    I want to run a report as per the selection parameters highlighted below! No of POs raised for Feb 2006 to 2007 Average time it took to have the goods received after PO was cut Average time it took for payment to be made to vendor I wanted to create

  • Images do not appear in mail messages

    After the recent combined update to OS 10.7.3 MAIL does not show images as part of received messages. Instead the messages are littered with square boxes with question marks inside them. This only happens on my MacBook Pro 2.93GHz Intel Core Duo with

  • Solution Manager 7.1 upgrade,j2ee_admin is locked

    Hello , I am in the middle of solution manager 7.1 upgrade and running into execution phase now. but my j2ee_admin password is locked. I want to unlock and reset the password  but this is what happening .: 1. I try to login with old j2ee_admin passwo

  • Can we run SQC and cobols via CA?

    Hi All, A couple of questions for you all. I am trying to test CA by creating manual steps. I have been able to run sqr and dms via CA. Here's what I am stuck on 1. Can we run Cobols in CA ? For Test batch cobols like PTPDBTST ? 2. How to run sqc fil

  • Can not open DMG file ... a Cautionary Tale

    Recently obtained a CD with a new OS X app.  I double-clicked on it, but nothing happened.  So I double-clicked on it again.  This time I got an error message saying: "Can not open a Windows program." Tried double clicking on it again.  Same message.