OLAP functions

Hi All,
I have written a query in oracle 10g, my query is having some rank (), OVER (PARTITION BY..) functions to perform some operation.
Are these OLAP functions?
I am asking this because we are getting some following message on server logs:
ORA-00604: error occurred at recursive SQL level 1
ORA-06512: at "SYS.OLAPIHISTORYRETENTION", line 1
ORA-06512: at line 15
ORA-12663: Services required by client not available on the server
ORA-36961: Oracle OLAP is not available.We are having an “Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi” license. (Might be without an OLAP functions.)
Can someone please suggest me the reason for getting above logs messages?
Are these because of rank (), OVER (PARTITION BY..) functions?
If these are an OLAP functions then, will it cause any penalty from Oracle for using these without license?
Edited by: Sumit Gujar on Dec 3, 2012 12:02 AM

But I think
1) rank ()
2) over(partition by..)  -  Analytical functionscomes under OLAP features. They are called Analytic functions because the result set is used for Analytical study purpose.
Then I am really surprised how comes my query is working with above functions without OLAP?I guess, this doesn't has to do anything with the Database being OLAP or OLTP.
Please check this... Re: How to Check Database  OLAP or OLTP
If these are an OLAP functions then, will it cause any penalty from Oracle for using these without license?No. It won't cause any penalty.
AFAIK, there's nothing called OLAP and OLTP functions. Yes, but we do have Analytic functions which helps in easier Data Analysis but is not restricted to only OLAP systems.
OLAP is just a system where it's more of Data Analysis whereas OLTP is more of Online Transaction of data.
But at the core, Database is used as Oracle in both.
Please rectify me if i'm wrong.
Edited by: ranit B on Dec 3, 2012 3:58 PM

Similar Messages

  • Returning values to PL/SQL from OLAP function

    We've recently migrated our express application into Oracle 9i. We need to call a function and return the value back to a PL/SQL procedure. I thought that DBMS_AW.execute would work, but the documentation and the actual code seem to differ. The documentation leads me to believe that there are two parameters to the execute procedure, one being the DML command, and the other being the output from the DML command. When I attempt to compile, I get an error as the DB thinks that only one parameter should be specified. Has anyone written any pl/sql that returns the values of an OLAP function?
    thanks in advance!
    btw, we are on 9.2.0.4.1

    Thank you for pointing me at this package. I've now tried it, but am seeing some 'odd' behaviour. I am using the packages as such:
    lv_res := dbms_aw.eval_text('aw attach aw_ceis_imp;call f_comp_v');
    when I review the results in lv_res, it echos the command that I sent 'aw attach aw_ceis_imp;call f_comp_v'. Are there any docs that show examples of using the dbms_aw.eval_text functions?

  • Deactive OLAP functions with right click

    Hi guys,
    I want to deactive "OLAP functions with right click" in thw workbooks to avoid some mis-operations from users. I tried to uncheck it from BEx toolbar (under "Settings") and saved the workbook. But when I reopen the workbook, it becomes active again. Does anyone know how to deactive it forever? Thanks a lot.

    Hello,
    Go to Business Explorer Menu, Select Settings, Uncheck OLAP Function with Right Click and save it as existing workbook.
    I have tried it. It works, when you reopen, it will be still disable..
    Hope it helps.
    San.
    Message was edited by: SAN

  • How to Remove "OLAP Functions with right-click" in Workbooks (By VBA?)

    Dear Experts:
    After we created workbooks, to prevent end users from using certain BEx functions, we greyed out some "icons"
    on SAP BEx Menu in the workbooks. But now we have one problems: because we also made "Setting" unable on the menu bar, now we are not able to remove one marked selection: "OLAP Functions with right-click". Is there any way we can disable "OLAP Functions with right-click", then users can only use the normal Excel functions in the workbooks??
    Thank you very much and BR
    SzuFen

    Hello,
    Go to Business Explorer Menu, Select Settings, Uncheck OLAP Function with Right Click and save it as existing workbook.
    I have tried it. It works, when you reopen, it will be still disable..
    Hope it helps.
    San.
    Message was edited by: SAN

  • OLAP functions for 8.1.7

    Are these files in the 8.1.7 Enterprise download, or do these come from some place else?

    XML XDK for PL/SQL for Oracle 9i works fine with Oracle 8.1.7.
    The installation instructions in xdkload script give the usage as:
    xdkload -u <username/password> [-s] [-noverify] [-dbver]
    Ex.: xdkload -u "system/manager" -s -dbver "816"
    I hope that would serve your purpose.

  • How to write ABAP code behind, the OLAP navigation functions

    Hi SDN Community,
    We have created an artificial hierarchy within BEx, using order structure elements, or characteristic key figures as SAP calls them.
    Now, the only feature that dosent seem to be present within the OLAP, is to expand all hiearchy nodes.
    It allows you to expand one hierarchy node, but not all the structure element nodes.
    I have tried command sequencing by specifying the technical id's of the the structure elements found via RSRT2, but this dosen't work.
    I have seen that when the nodes are expanded, that there is indeed standard SAP ABAP code executing back in the datawarehouse.
    Hence, do you know
    - Where to make ABAP enhancements for OLAP functionality
    - How to execute this ABAP (will it be by using Web API and javascript enhancements)
    - Is this possible, or has it been done by anyone?
    Thank you.
    Simon

    Hi Thomas,
    I have been working with a brilliant ABAP'er, and together we
    implemented a solution in the START method, that makes use of the
    following methods and expands all the hierarchy nodes at start.
    And this class can be omitted in the Print all view we have formulated
    as only a collapsed view has been specified there.
    thank you.
    Simon
    I found this all in that class interface CL_RSR_REQUEST
    for N_R_REQUEST
    for N_R_DATA_SET
    Initial Value: Set Drilldown State of a Hierarchy
    Description: 'SET_DRILL_STATE'
    this looks like the method that gets executed. what do you think?
    can you code this in the program
    constants C_CMD_SET_DRILL_STATE type RSRCMDID
    value 'SET_DRILL_STATE'. "#EC NOTEXT
    methods SET_DRILL_STATE
    importing
    value(I_AXIS) type RRXAXIS optional
    value(I_POSITION) type I optional
    value(I_FOCUS_IOBJNM) type RSIOBJNM optional
    value(I_DRILLSTATE) type RRXDRILLSTATE optional
    value(I_TOGGLE) type RS_BOOL default RS_C_FALSE
    !I_R_PARAMETER type ref to CL_RSR_PARAMETER optional
    exporting
    !E_KEEP_LAST_LINES type I
    !E_KEEP_FIRST_LINES type I
    !E_NEW_LINES_FROM type I
    !E_NEW_LINES_TO type I
    !E_NODE_POSITION_FROM type I
    !E_NODE_POSITION_TO type I
    exceptions
    NO_PROCESSING
    X_MESSAGE .

  • How do I view data from OLAP DML program or statement?

    Hi
    I'm struggling to find any information on this topic anywhere on the net:
    How to view data produced by an Oracle OLAP DML program or statement.
    Background :
    I am using the latest AWM to create and maintain dimensions, cubes and measures. However, I've noticed that AWM, Discoverer OLAP, BI Beans, Excel Plug-In et al only provide a fixed set of formula and expressions.
    For example, I wanted to created a Standard Deviation (STDEV) on measure. After much searching I learnt that I could do this by creating a custom measure in AWM by importing a measure defined in an XML dcoument as it's not provided by AWM. The output in Discoverer OLAP on the surface seems to give the correct results, however when drilling from high level to lower level of time time dimension hierarchy Discoverer includes the parent value in the calculation and renders the values incorrect.
    My alternative is to use OLAP DML, as it provides a richer range of formuale and calculations possibilities and I was hoping to use this functionality to do create the measures. I have the distinct impression, however, that OLAP Worksheet is the only interface out there to do this.
    It seems very primitive and limited with regards to data output, almost like SQL*Plus in many ways.
    The burning questions I have are :
    1) Do I need to write DML programs to perform these custom measure calculations and add them to cubes or do I import the custom measures via AWM and XML?
    2) If the answer to question 1 is DML programming, is there a way of viewing the OLAP data output through a GUI interface without embedding the statements in SQL.
    3) Has anyone experienced or noticed the same problem with Discoverer OLAP, AWM Viewer that I mentioned above? i,e, statistical functions performed on whole dimension hierarchy rather than lower levels.
    I'm hoping someone out there knows what I am trying to do or get at. Keith, any ideas or suggestions?
    Thanks
    Kind Regards
    Greg

    Hi Greg,
    There are two ways to achieve what you want. Both require the use of custom calculations which cannot be created via the calculation wizard within AWM. To do this the easiest way is step outside of AWM and use the Excel Calculation utility that is on the OLAP OTN home page:
    Creating OLAP Calculations using Excel
    http://download.oracle.com/otn/java/olap/SpreadsheetCalcs_10203.zip
    Readme
    http://www.oracle.com/technology/products/bi/olap/OLAP_SpreadsheetCalcs.html
    (Oracle OLAP DML Reference contains a list of all the OLAP functions that can be used to create a custom calculation. http://www.oracle.com/technology/products/bi/olap/OLAP_DML_10.2.zip)
    The Excel tool lets you assign your own formula to a measure and then uploads that measure definition into your AW. It is possible to import a custom calculation template into AWM using the menu option on the Calculated Measure node of each cube, but it is safer to use the Excel Worksheet as this directly uses the public XML API and is always best to use a public API rather than hacking XML templates.
    There are two types of custom calculation:
    1) Formula: using a formula you can directly call any of the OLAP functions. For example to create a measure that returns the standard deviation for a measure then you would enter the following as the formula for your calculated measure:
    stddev(sales_revenue, time)
    The easiest way to test if the measure is working as expected is to use the data viewer within AWM.
    2) Programs - if the function you need is not provided or you want to do special processing to return a result you can create an OLAP DML program which can return a result. To do this use OLAP Worksheet to define the program and add a datatype to the DEFINE statement, such as :
    DEFINE PRG_SD_SALES PROGRAM DECIMAL
    In the program return the value you have calculated within your program. Within the program you can do just about anything but be aware that your program is going to fire for every cell within your virtual cube so it must be efficient and fast to execute. For a measure then you would enter the following as the formula for your calculated measure:
    prg_sd_sales(time, products, geographies, channels).
    The actual program code would look something like this:
    DEFINE PRG_SD_REVENUE PROGRAM DECIMAL
    PROGRAM
    argument T_TIME TIME
    argument T_PRODUCT PRODUCTS
    argument T_GEOGRAPHY GEOGRAPHIES
    argument T_CHANNEL CHANNELS
    variable D_RETURN decimal
    TEMPSTAT TIME, PRODUCTS, GEOGRAPHIES, CHANNELS
    do
    limit PRODUCTS to T_PRODUCT
    limit CHANNELS to T_CHANNEL
    limit GEOGRAPHIES to T_GEOGRAPHY
    limit TIME to T_TIME
    limit TIME add descendants using TIME_PARENTREL
    limit TIME keep TIME_LEVELREL 'CAL_MONTH'
    D_RETURN = stddev(SALES_REVENUE)
    doend
    return D_RETURN
    END
    This code computes a standard deviation the all months within the specified time range, at year level for all 12 months, at quarter level for the three months within the quarter ans returns NA at the month level.
    As the code executes within a implicit loop you can only change the status fo dimensions that for part of that implicit by using the TEMPSTAT command. To test the program at the command line use the OLAP Worksheet and the SHOW command to just return one cell of data, DO NOT SIMPLY USE THE RPR COMMAND because you will have to wait for the whole cube to be returned. If you want to use the RPR command make sure you limit your base dimensions first! You can use PRGTRACE to debug your program code it is not working as expected. Again, the easiest way to test if the measure is working as expected is to use the data viewer within AWM, although this will not return debug information so send all your debug output to a file to capture any errors and/or trace the execution flow.
    Hope this helps
    Keith Laker
    Oracle EMEA Consulting
    BI Blog: http://oraclebi.blogspot.com/
    DM Blog: http://oracledmt.blogspot.com/
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    BI Samples: http://www.oracle.com/technology/products/bi/samples/

  • CAN i CALL OLAP DML THROUGH JDBC IN JAVA PROGRAM

    I HAVE ORACLE V 9.2.0.1.0 AND AFTER CREATING A CUBE FROM ENTERPRISE CONSOLE I HAVE TO GO WITH EITHER SQL PACKAGES OR OLAP DML PROGRAMS ,SO PLS GIVE ME PROPER WAY AND LINK OF SOURCES TO WORK WITH OLAP DML IN JAVA PROGRAMS
    CAN I USE AS PREPARED STATEMENT OR CREATE STATEMENT IN JAVA
    TO CALL OLAP DML? BECAUSE NORMALLY WE MUST USE OLAP WORKSHEET TO EXECUTE OLAP COMMANDS
    Message was edited by:
    user594151

    The access OLAP objects via Java you have two options. You can code directly against the OLAP API and I think someone has already provided you with the link to the supporting documentation. The OLAP API docs provide worked examples on access OLAP metadata and retrieving OLAP data. However, this is extremely low level coding. An alternative is to use the Business Intelligence Beans. Oracle Business Intelligence Beans enables developers to productively build business intelligence applications that take advantage of the rich OLAP functionality in the Oracle database. OracleBI Beans includes presentation beans - graph and crosstab, data beans - query and calculation builders and persistence services, which may be deployed in both HTML client and Java client applications. OracleBI Beans is seamlessly integrated into Oracle JDeveloper to provide the most productive development environment for building custom BI applications. For more information goto the the BI Beans home page
    http://www.oracle.com/technology/products/bib/index.html
    Specifically on executing OLAP DML see the following example:
    Developing a Dashboard Application with Oracle BI Beans:
    http://www.oracle.com/technology/products/bib/1012/viewlets/MS%20Developing%20Executive%20Insight.html
    Adding controls to execute OLAP DML      This viewlet demonstrates how to quickly and easily add the controls to execute OLAP DML models that can be executed to update the What If presentation.
    http://www.oracle.com/technology/products/bib/1012/viewlets/Pages/What_If_Analysis_Part_4_viewlet_swf.html
    Hope this helps
    Keith Laker
    Oracle EMEA Consulting
    BI Blog: http://oraclebi.blogspot.com/
    DM Blog: http://oracledmt.blogspot.com/
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    BI Samples: http://www.oracle.com/technology/products/bi/samples/

  • V4 - How to create OLAP objects?

    I would like to start using the OLAP functionality now built in to SQL Developer. I would like to create an Analytical Workspace, Dimensions, Measures etc. The help says
    To create an analytic workspace: 
    In the Connectors navigator under OLAP Option, right-click Analytic Workspaces, and select New Analytic Workspace.
    Complete the New Analytic Workspace dialog box and click OK.
    The new analytic workspace appears under Analytic Workspaces
    I am not seeing an OLAP Option. How do I access it? I do see it in the version 4EA2, but there are no functions attached to it. I do not see in the production release version 4. If it was removed from the scope of version 4, is it scheduled to be part of a future implementation?
    I have (per the help) gone to the About option on the help menu and clicked on Extensions. I see the OLAP extension listed, so if I understand correctly, it should be loaded.
    I am using  Windows 7 64 bit, and SQL Developer:
    Java(TM) Platform
    1.7.0_40
    Oracle IDE
    4.0.0.13.80
    Versioning Support
    4.0.0.13.80

    Hi Vin,
    If you read the OLAP section in the release notes, you will see SQL Developer provides this OLAP support for Oracle Database 12c Release 1 (12.1.0.1.0) or higher:
    SQL Developer 4.0 Release Notes&lt;/title&gt;&lt;meta name=&quot;Title&quot; content=&quot;SQL Developer 4.0 Release Not…
    The OLAP Option node should appear in the Connections navigator tree for a 12c connection. You can also verify in Tools > Features > Database that the OLAP feature's box is checked.
    Regards,
    Gary
    SQL Developer Team

  • What is the olap in bw ?

    hi experts,
        today i received an architect document which discribe the architect of the DW system .
       the architect shows below:
    some data sources -
    > ETL -
    >DW (SAP BW )   -
    > ETL -
    >OLAP -
    >some report display tools
        what makes me confussed is what the OLAP component is ? now i have create some cubes  and what should i do to implements the OLAP component ?
        i think the olap is just the drill down , filter function. can someone tell me what the olap is ? your help is appreciated and assign points if it helps!

    Hi,
    SAP Business Information Warehouse uses OLAP technology for the analysis of data held in the data warehouse. Online Analytical Processing (OLAP) characterizes BW as a Decision Support System. OLAP allows decision-makers to quickly and interactively analyze the multi-dimensionally modeled data appropriate to business Considerations.
    InfoProviders allow this data to be viewed.  As data is stored in InfoCubes optimized for the reading of data, InfoCubes and MultiProviders for InfoCubes should be the preferred InfoProvider.
    Check out this link for "OLAP Functions and Services "
    http://help.sap.com/saphelp_nw04/helpdata/en/7c/c3e60666cd9147bb6242dc6500cd77/frameset.htm
    Assign points if found useful,
    Regards,
    Mani.

  • Olap roadmap

    hi
    in olap oracle 12C, I did not see any new features.
    I wonder if Oracle continues to invest in oracle olap.
    what is the future of oracle olap?
    regards
    jean marc

    Hi Jean Marc,
    Have you looked at the new SQL Developer 4.0 (latest is 4.0.2), and the OLAP Option integration with SQL Developer
    for working with version 12c of the Oracle database? We are continuing to work on additional
    features for SQL Developer 4.1 such as multi-language support, data security, and further enhancements
    to specifying cube aggregation specifications, and dimension data validation among other new features for 4.1.
    Here is the information from the OLAP Blog, Oracle OLAP
    The OLAP Extension is now in SQL Developer 4.0.
    See http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/sqldev-releasenotes-v4-1925251.html for the details.
    The OLAP functionality is mentioned toward the bottom of the web page.
    What is new or improved:
    New Calculation Expression editor for calculated measures.  This allows the user to nest different types to calculated measures easily.  For instance a user can now create a Moving Total of a Prior Period as one calculated measure.  In AWM, it would have required a user to create a Prior Period first and then create a Moving Total calculated measure which referred to the Prior Period measure. Also the new Calculation Expression editor displays hypertext helper templates when the user selects the OLAP API syntax in the editor.
    Support for OLAP DML command execution in the SQL Worksheet.  Simply prefix OLAP DML commands by a '~' and then select the execute button to execute them on the SQL Worksheet.  The output of the command will appear in the DBMS Output Window if it is opened, or the Script Output Window if the user has executed 'set serveroutput on' before executing the DML command.
    Improved OLAP DML Program Editor integrated within the SQL Developer framework.
    New diagnostic reports in the SQL Developer Report navigator.
    Ability to create a fact view with a measure dimension (i.e. "pivot cube").  This functionality is accessible from the SQL Developer Tools-OLAP menu option.
    Cube scripts have been renamed to Build Specifications and are now accessible within the Create/Edit Cube dialog.  The Build Specifications editor there, is similar to the calculation expression editor as far as functionality.
    You will still need AWM 12.1.0.1.0 to
    Manage and enable cube and dimension MV's.
    Manage data security.
    Create and edit nested measure folders (i.e. measure folders that are children of other measure folders)
    Create and edit Maintenance Scripts
    Manage multilingual support for OLAP Metadata objects
    Use the OBIEE plugin or the Data Validation plugin
    Thanks for your input. Look forward to hearing from you in the future.

  • OLAP Enhancement request to support demographics

    Hi, I'd like to put in an enhancement request to better support demographics in OLAP cubes (see discussion here:
    Demographic Dimensions
    for an example).
    I'd like to request the following:
    1. Enable all attributes (not just long and short descriptions) to be displayed through the BI tools (BI Beans, spreadsheet add-in, etc.). Allow these to be used not only as items you can pick dimension values with (i.e. select all shirts with color attribute = green), but allow them to be used as full "mini-dimensions" - i.e. even through "color" is an attribute of product dim, allow me to use it like a dimension (product dimension going down a report, "color" mini-dimension going across...)
    2. Enable aggregation map technology to do calc-on-the-fly to solve totals for the demographic dimensions
    Having asked for all this, I'd like to find out if anything along these lines is in the works? I know there is functionality coming out (soon?) for "custom aggregates" - where you can take any random group of dimension values and have it calc on the fly and show up like a normal dimension value. That seems to me to be "very close" to some of the functionality needed (although it doesn't address it 100%...if I have 2 attributes on a dimension (say "color" and "size) - I'd like to put 1 as an across dim and 1 as a down dim....
    I know these are not probably "simple" or "quickly achievable" - but I really believe they would add a TON of value to the OLAP functionality.
    Thanks,
    Scott

    Deepak,
    I leave the ER in. Though the article explains how to include tiles, it requires lots of manual configuration, which I think can be automated.
    Functionality wise tiles are similar to the planned region feature (though not 100 % identical)
    Frank

  • OLAP vs OBIEE Cubes vs Data Warehouse Cubes

    Good afternoon,
    Could someone please tell me the difference between the cubes created using Oracle's Analytic Workspace Manager, the cubes created in OBIEE, and the ones created in Oracle Warehouse Builder? Do these all use Oracle's OLAP functionality, or are they different things?
    Thank you.

    I think by Datawarehouse cubes, you mean the traditional relational ROLAP cubes.
    It has been a long time now that OLAP engine was merged into Oracle database (starting with 9.2 version), so multidimensional MOLAP cubes can be created inside an Oracle-based DW as part of Aggregation strategy (in addition to MVs or instead of MVs) to improve query performance and simplify calculations.
    Some other points.
    (1). OWB can create both ROLAP cubes and MOLAP cubes. Even ODI has knowledge modules to create MOLAP (i.e., Oracle-OLAP) cubes.
    (2). OBIEE cannot create Oracle-OLAP cubes in the database. I think there is some new functionality to create Essbase cubes through OBIEE, but there is no out-of-the-box functionality to create Oracle-OLAP cubes through OBIEE.
    (3). The process to create Oracle-OLAP cubes using AWM and then import those into RPD is very simple. Starting with OBIEE 11.1.1.5, it understands oracle olap metadata in standard Oracle database dictionary. So when Oracle-OLAP cubes and dimensions are queried, obiee generates physical queries using OLAP_TABLE fuction, and that is how data is retrieved from OLAP engine into relational engine and then into BI server.
    (4). Oracle OLAP cubes are always created in Analytical workspace, which is a table prefixed by AW$. So one quick way is to check the tables in your schema and see if there is any table with AW$ prefix.
    You can also query Oracle-OLAP metadata to see what (if any) Aanalytical workspaces, MOLAP cubes and MOLAP dimensions exist in your database. Refer to Oracle OLAP Dictionary Views at http://docs.oracle.com/cd/E11882_01/olap.112/e17123/admin.htm#i1006325

  • BW Workbook as an iView in the Enterprise Portal

    I keeping getting a dialog box asking to select the appropriate program to open the workbook. When I select .xls it opens, and it shows the parameters I entered and not the workbook. The customer is on NW04 Stack 11.
    I followed ever step on help.sap.com site as listed below.
    BW workbooks are MS Excel workbooks with one or more embedded BW queries. You are able to display these workbooks in the Enterprise Portal as iViews.
    Features
    Workbooks are displayed in a separate MS Excel window. Opening workbooks within the Web browser window is not possible for technical reasons.
    BW workbooks require the BEx Analyzer, which requires a local installation of the SAP GUI for Windows with the BW front end.
    SAP recommends that you use BEx Web applications in the Enterprise Portal that run completely in the Web browser.
    You can use the function Export as Excel 2000 File from the BW Web application context menu as an alternative to using a local installation of the BW front end if you require Excel functions. See Context Menu Functions  and Exporting as a CSV File/Excel 2000 File.
    An iView with a workbook can be generated using the Portal Content Studio or Role Upload. For more information, see Generating Content from SAP BW for the Enterprise Portal.
    The iViews are of type SAP Transaction iView and have the code link com.sap.portal.appintegrator.sap.Transaction.
    The most important properties are System, Transaction (TCODE) and ApplicationParameter.
    ·The System property contains the alias on the BW system (see Creating BW Systems in the  Portal).
    ·The transaction code for every workbook is RRMXP.
    ·The value WBID= is in the ApplicationParameter property.
    You can determine the workbook ID with the BEx Analyzer:
    a. Open the desired workbook.
    b. In the BEx toolbar, choose ® OLAP Functions for Active Cells ® Properties. The Information tab page contains the Workbook ID (Server).
    Note that with BW workbooks as an iView, the AutoStart property contains the value True (process first screen) and the GuiType property contains the value WinGui.
    Anyone have a solution for this to work?
    Thanks,
    -Eli

    Dear Rasmesh,
    Please try to do this suggestion:
    3. How can I use SAP Application Integrator to access SAP transactions?
    There are two different ways to use the SAP Application Integrator transaction iView. In both cases please use a URL like 'irj://com.sap.portal.appintegrator.sap.Transaction' followed by your custom parameters like '?System=DEV&TCode=SE38&GuiType=WinGui &WinGui_Type=Shortcut&OkCode=SHOP'.
    The parameters are:
    System [mandatory]
    TCode [mandatory]
    GuiType (=WinGui / WebGui / JavaGui) [mandatory]
    WinGui_Type (=Shortcut ..if you want to launch the GUI in a new window)
    OkCode (The OkCode that you would like to be executed after the transcation is called by SAP GUI.)
    ApplicationParameter (Pass these values to your screen fields which needs to be be separated by
    AutoStart (true / false)
    UseSPO1 (true / false)
    For a complete list of parameters please consult http://help.sap.com.
    Taken of:
    http://www.sweetlets.com/my_favorites_faq.html
    I hope this highline can help you,
    Luis

  • Header and footer in a BW report

    Hi Gurus,
                          I need to create a reportin BEx  for which I need to have header information like Address of the customer and the remit to address. Can anyone please advice me as to how should I go about creating a header and footer  in a standard  Bex Report.
    Thanks in advance,
    Nip

    Hi,
    You can copy the sheet to another one (so the OLAP functionality is not there) and can insert a header and footer like you would normally do in a excel workbook. Hopefully this is helpful. If so, please assign points.
    Thanks.

Maybe you are looking for

  • Making a slide-show disk with music self-playable

    I have burned a slideshow disk with music through Keynote. In "Inspector", I made sure that zI selected "self-playable" before recording and saving it. However, when I put the disk in my iMac, the icon appears on my desktop, I click on the icon, a wi

  • N80 Firmware changelog?

    Is there a Nokia certified website or source where I can find a history of N80 firmwares and what changes took place in each one? A changelog would be absolutely fantastic to help verify that new firmewares really fix observed problems. Also, it coul

  • Ever since I downloaded OS X Mountain Lion I get and error message that says my start up disk is full.

    I downloaded Mountain Lion about a week or so ago. Ever since then I have constantlly been getting this very annyoing message saying: "Your Mac OS X startup disk has no more space available for application memory" And makes me force quit safari, mail

  • New RAM - Do I lose the Guarantee if I install 3rd party RAM on my own?

    Hello, I am thinking about a refurbished MacBook Pro 17" from the store. It has 1 GB of RAM. I would like to buy 2 GB, but this costs some 360 Euro. I find many shops online, offering no-name products for 150 Euro or Samsung for 200 Euro. The questio

  • What in the hell are all these friend requests?

    So about a week ago, I was getting friend requests from FirstName LastName, and was just deleting them. Now, ONLY LAST NIGHT, I have had 16 more requests. What the hell is this and apart from manually deleting ONE INDIVIDUAL REQUEST AT A TIME for the