Execution of POWL Queries through ECC EHP5

Hello,
I am an SAP BW Consultant, new to the Power list concept. I would like to have information on the following stuff related to POWL queries:
1) In POWL_QUERY transaction, i got the list of all the available POWL Queries as per EHP5. Please let me know if there is any possibility of executing these queries directly from ECC, without being re-directed to Portal or NWDS? This is because we don't have Portal or NWDS in our current landscape.
2) I have seen that POWL queries are generally the InfoSet queries. This gives me an option of leveraging POWL queries by executing directly as InfoSet queries from SQ01. But I found some POWL queries like "/KYK/OP_FI_VENDOR_ITEMS_ALL" which are not available in SQ01. How can I execute these queries from ECC? What needs to be done to make them available as normal InfoSet queries in SQ01? I have seen an option of registering InfoSet query as a POWL query, but here i want something just opposite.
Would appreciate immediate response.
Thanks.
Regards,
Prateek

1. POWL queries are WDA applications.  Therefore they can be ran by adding them to the user's role or even directly in the Web Browser if they know the URL.  There is absolutely no connection to the NetWeaver Developer Studio at all and they can't be edited there anyway since they are ABAP based.  Now POWLs can often contain Portal API based navigation, however.  This is why we do make the general recommendation that you should run POWLs within the NetWeaver Business Client or the NetWeaver Portal.  Otherwise the navigation from the POWL to the detailed transaction might not work.
2. These are probably feeder class based POWLs.  There would be no options to convert these back into InfoSet Queries.  I believe you are confusing two subjects here.  The purpose of POWL isn't to enable InfoSet queries.  Infoset Queries are just one of several possible sources of creating POWLs.

Similar Messages

  • POWL Queries

    Hi,
    We had defined POWL Queries by role wise in EHP4. These queries have been refreshed with EHP5 upgrade. In EHP5, there is no role based approach towards POWL queries. Can some one help me out in understanding on how we can restrict queries in EHP5 role wise?
    Regards
    Savitha

    Hi Savithat,
    You just assign the queries/applications you want to be called with that role in POWL_QUERYR (column 'role') with your custom role you created.
    Regards
    Nicole

  • Reconcile Inventory BI Content Queries with ECC

    Hi Folks,
    I have a question regarding reconciling Inventory Management BI Content reports based on cube 0IC_C03 with ECC.
    We implemented IM in BI, and now try to reconcile the queries with ECC. Specifically, I have one query, 0IC_C03_Q0008 - Stock in Transit.
    We ran the report by Plant, in BI, it only showed one material with #, but people from ECC side use T-Code MB5T in ECC and saw many materials with Stock in Transit for that Plant; and for the material showed on BI report, the # doesn't match between BI and ECC.
    What is the right way to reconcile the report with ECC? is there any other report/Tcode in ECC we can use?
    Any insight ideas would be much appreciated!
    Thanks,
    Freda

    Hi Freda,
    For me, it is the typical nightmare to try to reconcile the cube to your ECC transactions since the cube summarizes and doesn't include your material documents.
    So, to make it a bit easier to match MB5T or MB51, add an ODS with a material document and Material item key and all of the fields and key figures necessary for reconciliation (I usually look at the datasource's delivered fields and add whatever sounds reasonable to look at).  To fill records in this ODS, only fill them from 2LIS_03_BF, because BX and UM do not contain material documents.
    While I was writting this, I think I realize what is happening in your situation.  If memory serves me correctly, MB5T is Cross-Company SIT, which is not part of the 2LIS_03* datasources.  They only account for Intra-Company (Plant-to-Plant within the same company code) SIT.  For that, there is a White Paper you can have an ABAP'er implement for you.
    Here are two good documents you should read and be familiar with:
    How to .... Report on Cross Company Stock in Transit: https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/92c0aa90-0201-0010-17b1-bf5b11c71257
    How to .... Handle Inventory Management Scenarios in BW: https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f83be790-0201-0010-4fb0-98bd7c01e328
    Also, when comparing my cube data to ECC/R/3, I use transaction MMBE in the ECC to identify stock quantities and stock in transit (SIT).
    Brian

  • Punchout Catalog through ECC

    Hi,
    We are using Punchout catalogs through ECC sytem, how do i monitor incoming log foe Punchout in ECC 6.0? Normally in SRM if i go to SLG1 i should be able to see all the parameters which are passed from Catalog to SRM system, i cant do the same in ECC, i dont get any log for Punchout Catalog.
    Am i looking at a wrong place?
    Please let me know
    thanks
    ronnie

    Hi Ronnie,
    unfortunately the option you are looking for is not exists in R/3, only in SRM.
    Please keep in mind that calling Catalog from Preq or PO has several limitations. this is one of them.
    br, gabor

  • CRM integration possibility with gATP through ECC

    Hey Gurus,
    We would like to setup the integration between CRM (731), ECC (606) and gATP.
    But I will NOT setup gATP integration directly with CRM. But rather CRM sales order replicated in ECC, ECC should perform the ATP check by calling gATP. Afterwards the ECC sales order replicates back to CRM. Then CRM get the ATP result from gATP indirectly.
    And it should not requires performing ATP check manually in VA02 after CRM order replicates to ECC.
    Has anyone experience such indirect integration between CRM and APO/gATP?
    Thanks,
    Br,
    Ying

    Hi Bala,
    Thanks for the input.
    While we have the RFC and Logical setup between ECC<->SCM.
    And data exchange between CRM and ECC has also been established.
    Currently we can run ECC-APO gATP integration.
    The thing is we want to integrate CRM into this gATP check through ECC.
    As you mentioed: RFC and connections between ECC - APO- CRM, do you mean besides ECC <-> SCM/APO connection, we should also setup the RFC and logical system connection in bi-direction between CRM <-> SCM/APO?
    From CRM side, there is one customization about ATP check - "ATP Profile", it can be set as "ECC ATP check" or "No ATP check". (we do not want to use "APO ATP check" profile in CRM).
    Based on your experience, which one of the scenario/ATP check possibility would work out for the delayed ATP check scenario?
    Looking forward to your further input.
    Thanks,
    Best regards,
    Ying

  • Running SQL queries through Xpress code

    Hi,
    Please give an idea to run the sql select, update queries through Xpress code.
    The code may be there in workflows or rulelibs...
    Any ideas are appreciated
    Thanks,
    Santoshanand

    There is a set of JDBC methods in the class com.waveset.util.JdbcUtil which certainly allows for selects to take place.
    check out the javadocs from the BFE especially the queryList and queryRecords methods.
    I guess the sql method could be used to run any sort of sql statement you like if you want to modify the database.
    From XPress these methods are invoked
    e.g.
    <invoke name='queryList' class='com.waveset.util.JdbcUtil'>
    </invoke>

  • Refreshing POWL Queries in e-Recruiting

    Hi All,
    I need some help regarding POWL Queries.
    If I switch from one link - My Open Requisitions to other link My New Applications, then REFRESH is not happening.
    Could you please help me to solve this issue.
    Thanks,
    Anil

    You can schedule the refresh by running a background job, please have a look at the following link for more information:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/42/d6652b755c1630e10000000a1553f7/frameset.htm
    The following text is qouted from the above SAP documentation link:
    POWL_WLOAD (Refresh Active POWL Queries)
    You can use this report to update queries.  If you schedule the report as a background job, for example, you can update the queries overnight. Users then have access to the updated data when they start work, without having to refresh the data themselves. This is a way of controlling the server load.

  • Cluster Error SAP ECC EHP5 using DB2

    Hi, I´m installing SAP ECC EHP5 over Windows Server 2008 R2 in MSCS using DB2 as Database.
    I follow the steps in the installation guide and the first node was sucessfully installed. My problem is that when I execute the second step of the installation (database installation), in the sub-step "Now cluster the database" , after installed the database in the second node and run the utility db2mscs the following error occurs when I tried to initialize the DB2 service:
    "An error occurred while attemping to bring the resource ''DB2 Server' online"
    Error code: 0x8007138f
    The cluster resource could not be found
    Could you please give any hint to continue the installation?
    Thanks a lot.
    Kind regards

    I made a mistake and opened the thread 2 times. The other one was answered.
    Cluster Error SAP ECC EHP5 using DB2
    Edited by: Esteban REyes on Oct 18, 2011 10:32 AM

  • Execution on safari Browser Through Remote in UFT 12.0

    Execution on Safari Browser through Remote - We are trying to execute our script on safari browser through remote. The HP UFT Connection Agent has been installed successfully and the agent is also running. The UFT opens the browser with the specific URL of the website also but after that the execution stops and nothing happens.Can you let us know that why this issue is coming and what needs to be done for resolving this issue.   

    Hi, Double post. Please use:      http://h30434.www3.hp.com/t5/Other-HP-Consumer-Products-and-Technologies/Execution-on-Mobile-iPhone-safari-browser-in-UFT-12-0/m-p/5184906 Thanks. 

  • How to execute sql-queries through shell scripting in linux?

    How to execute sql-queries through shell scripting in linux?

    http://www.oracle.com/technology/pub/articles/saternos_scripting.html
    Two simple examples:
    #!/usr/bin/env bash
    set_orafra () {
       orafra=`echo 'set heading off
       select name from v$recovery_file_dest;
       exit' | sqlplus -s / as sysdba`
    set_orafra
    echo $orafra
    #!/usr/bin/env bash
    export ORACLE_SID=instance_name
    export ORACLE_HOME=/path_to_oracle_home_directory
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib
    export PATH=/$ORACLE_HOME/bin/$PATH
    $ORACLE_HOME/bin/sqlplus -s <<EOF
    connect scott/tiger@my_instance_name
    INSERT INTO table VALUES (sysdate);
    exit
    EOFEdited by: Markus Waldorf on Sep 17, 2010 12:19 AM

  • ECC EHP5 upgrade:is i mandatory to upgrade netweaver portal & BI systems

    Hi Gurus,
    Currently we  are having landscape of :
    1.SAP ECC6.0 SP stack at 17
    2.Netweaver Portal 7.0  SP stack at 17
    3.Netweaver BI 7.0  SP stack at 12
    Currently, viewing BI reports using Portal.
    We are planning to upgrade our ECC 6.0 system only  to EHP5
    My questions are:
    1. Is it mandatory to upgrade netweaver portal and BI systems also.
    2. We are very less dependent on BI.  So, can we continue with the same old BI system with ECC6.0 upgraded to EHP5?
    Please shed some light on this.
    Thanks in Advance.
    Regards
    Balaji Nampally

    There is no any specific details available for the same.. But it seems some BPs need to be upgrade on portals side..
    SAP ESS 603(SP06)                                 BP ERP05 ESS 1.41
    SAP MSS 600(SP17)                                 BP ERP05 MSS 1.51
    SAP PCUI_GP 603                                 BP ERP05 COMMON PARTS 1.51
                                                          BP ERP05 HR ADMINISTRATOR 1.51
                                                          BP ERP05 SELF-SERV ADMIN 1.0
                                                          BP TECHNICAL INFORMATION 1.51
    Pl provide if any has more details.. we are also looking for the same..
    Thanks

  • Queries through ODBC using MS Access Frontend

    Hello,
    I am working as data analyst in Business Finance team of a large company. Our team uses Oracle as back-end server for data warehousing needs. We have been provided ODBC connections to pull out data from oracle. We use MS-Access as a front-end to access data from Oracle. I am quite comfortable in writing macros in VBA and we have written a lot of code to format our reports once data is in Excel. The only problem we face is that queries in MS Access take very long to return data (sometimes we run the queries and go home. the next day when we come to office, data is pulled out, hopefully). I tried to use pass-through queries in Access, they provide some performance enhancement but they have their own problems.
    Is there a solution to this riddle, which is cost effective and efficient? Also I am interested in learning Oracle SQL. What is the best way?
    Thanks
    Anant Basant

    Since you have posted on the BI forum why not consider the following;
    1. Oracle Business Intelligence suite Enterprise Edition (OBIEE) integrates with Microsoft Office;
    i) MS Office plug-ins give you an extra menu option in Excel and PowerPoint to connect to a single view of your information using the common enterprise information model on your Business Intelligence Server.
    ii) Answers allows you to save your ad hoc querys as a web query for MS Excel (*.iqy).
    iii) Publisher allows you to "Analyse in Excel" your data for your reports. Publisher Desktop allows to to build report layouts using template builder plug-in for MS Word.
    2. Oracle Hyperion Smart View for Office is also a tool for accessing content from Microsoft Office products. This works with Oracle Hyperion Essbase OLAP server as well as Oracle BI Server.
    On the rodamap, in the next major release due out this year, Oracle Business Intelligence 11g, I believe these 2 products, OBIEE office plug-ins and Smart View for Office will be merged into one comprehensive end user tool.

  • How to handle the unsuccessful execution of a procedure through exception

    I have to run a sequence of procedures through a procedure. The execution of a succeeding procedure depends on the successful execution of the preceding procedure.What i want is that a procedure is only executed when the preceding
    procedure is successful.

    I wonder which is the best practice ...
    1) to pack all exceptions - occured in the sub-procedures - in the main procedure
    or
    2) to pack all exceptions - occured in the sub-procedures - locally , in the body of these sub-procedures....???
    In other words....
    procedure main
    as
       begin
          procA;
          procB;
          exception
             when ......
             when .....
             when .....
        end;
    procedure A
    as
      begin
          return;
      end;
    procedure B
    as
      begin
          return;
      end;
    OR
    procedure main
    as
       begin
          procA;
          procB;
        end;
    procedure A
    as
      begin
          exception
            when ...........
            when ...........
          return;
      end;
    procedure B
    as
      begin
          exception
            when ...........
            when ...........
          return;
      end;Thanks...
    Sim

  • Relational queries through JDBC with the help of Kodo's metadata for O/R mapping

    Due to JDOQL's limitations (inability to express joins, when relationships
    are not modeled as object references), I find myself needing to drop down to
    expressing some queries in SQL through JDBC. However, I still want my Java
    code to remain independent of the O/R mapping. I would like to be able to
    formulate the SQL without hardcoding any knowledge of the relational table
    and column names, by using Kodo's metadata. After poking around the Kodo
    Javadocs, it appears as though the relevant calls are as follows:
    ClassMetaData cmd = ClassMetaData.getInstance(MyPCObject.class, pm);
    FieldMetaData fmd = cmd.getDeclaredField( "myField" );
    PersistenceManagerFactory pmf = pm.getPersistenceManagerFactory();
    JDBCConfiguration conf = (JDBCConfiguration)
    ((EEPersistenceManagerFactory)pmf).getConfiguration();
    ClassResolver resolver = pm.getClassResolver(MyPCObject.class);
    Connector connector = new PersistenceManagerConnector(
    (PersistenceManagerImpl) pm );
    DBDictionary dict = conf.getDictionary( connector );
    FieldMapping fm = ClassMapping.getFieldMapping(fmd, conf, resolver, dict);
    Column[] cols = fm.getDataColumns();
    Does that look about right?
    Here's what I'm trying to do:
    class Foo
    String name; // application identity
    String bar; // foreign key to Bar
    class Bar
    String name; // application identity
    int weight;
    Let's say I want to query for all Foo instances for which its bar.weight >
    100. Clearly this is trivial to do in JDOQL, if Foo.bar is an object
    reference to Bar. But there are frequently good reasons for modeling
    relationships as above, for example when Foo and Bar are DTOs exposed by the
    remote interface of an EJB. (Yeah, yeah, I'm lazy, using my
    PersistenceCapable classes as both the DAOs and the DTOs.) But I still want
    to do queries that navigate the relationship; it would be nice to do it in
    JDOQL directly. I will also want to do other weird-ass queries that would
    definitely only be expressible in SQL. Hence, I'll need Kodo's O/R mapping
    metadata.
    Is there anything terribly flawed with this logic?
    Ben

    I have a one point before I get to this:
    There is nothing wrong with using PC instances as both DAO and DTO
    objects. In fact, I strongly recommend this for most J2EE/JDO design.
    However, there should be no need to expose the foreign key values... use
    application identity to quickly reconstitute an object id (which can in
    turn find the persistent version), or like the j2ee tutorial, store the
    object id in some form (Object or String) and use that to re-find the
    matching persistent instance at the EJB tier.
    Otherwise, there is a much easier way of finding ClassMapping instances
    and in turn FieldMapping instances (see ClassMapping.getInstance () in
    the JavaDocs).
    Ben Eng wrote:
    Due to JDOQL's limitations (inability to express joins, when relationships
    are not modeled as object references), I find myself needing to drop down to
    expressing some queries in SQL through JDBC. However, I still want my Java
    code to remain independent of the O/R mapping. I would like to be able to
    formulate the SQL without hardcoding any knowledge of the relational table
    and column names, by using Kodo's metadata. After poking around the Kodo
    Javadocs, it appears as though the relevant calls are as follows:
    ClassMetaData cmd = ClassMetaData.getInstance(MyPCObject.class, pm);
    FieldMetaData fmd = cmd.getDeclaredField( "myField" );
    PersistenceManagerFactory pmf = pm.getPersistenceManagerFactory();
    JDBCConfiguration conf = (JDBCConfiguration)
    ((EEPersistenceManagerFactory)pmf).getConfiguration();
    ClassResolver resolver = pm.getClassResolver(MyPCObject.class);
    Connector connector = new PersistenceManagerConnector(
    (PersistenceManagerImpl) pm );
    DBDictionary dict = conf.getDictionary( connector );
    FieldMapping fm = ClassMapping.getFieldMapping(fmd, conf, resolver, dict);
    Column[] cols = fm.getDataColumns();
    Does that look about right?
    Here's what I'm trying to do:
    class Foo
    String name; // application identity
    String bar; // foreign key to Bar
    class Bar
    String name; // application identity
    int weight;
    Let's say I want to query for all Foo instances for which its bar.weight >
    100. Clearly this is trivial to do in JDOQL, if Foo.bar is an object
    reference to Bar. But there are frequently good reasons for modeling
    relationships as above, for example when Foo and Bar are DTOs exposed by the
    remote interface of an EJB. (Yeah, yeah, I'm lazy, using my
    PersistenceCapable classes as both the DAOs and the DTOs.) But I still want
    to do queries that navigate the relationship; it would be nice to do it in
    JDOQL directly. I will also want to do other weird-ass queries that would
    definitely only be expressible in SQL. Hence, I'll need Kodo's O/R mapping
    metadata.
    Is there anything terribly flawed with this logic?
    Ben
    Steve Kim
    [email protected]
    SolarMetric Inc.
    http://www.solarmetric.com

  • Query Execution is very slow through Froms

    Hello Friends
    I am facing a problem with D2k Forms. when a run a Query through SQL its execution speed is very fast. the same Query when i run through Forms, like create basetable block and
    set_block_property and execute it is very slow. How do i overcome this problem.
    what are the various steps to keep in mind when writing code in forms.
    thanks in Advance

    Hi,
    In order to gather schema statistics in EBS, you will have to login as Sysadmin and submit a request named as "Gather Schema Statistics"
    Refer below link:
    http://appsdba.info/docs/oracle_apps/R12/GatherSchemaStatistics.pdf
    Also ensure to schedule the respective request so as to have your statistics up to date, either weekly or monthly as per your system environment.
    Please refer note:
    How Often Should Gather Schema Statistics Program be Run? [ID 168136.1]
    How to Gather Statistics on Custom Schemas for Ebusiness Suite 11i and R12? [ID 1065813.1]
    Hope this helps!
    Best Regards

Maybe you are looking for

  • OR operator in places query. Can't get it to work.

    I got the follow and neither work. How do I get OR to work? place:terms=word1 OR word2&domain=www.google<i></i>.com&domainIsHost=true&expandQueries=true&queryType=1<br /> place:terms=word1ORword2&domain=www.google<i></i>.com&domainIsHost=true&expandQ

  • Error 1335. The cabinet file "itunes.cab' is corrupt......

    I was having the same problem that a lot of people are having after upgrading to 6.0 or whatever the new version is. iTunes would not open. It hope sof alleviting the problem, i unistalled itunes and quicktime and downloaded a new copy. Now I get the

  • How to upload a Excel document in background mode

    Hello there, how are you? I am doing an interface program that needs to upload an excel document into an internal table, to do this I used the FM ALSM_EXCEL_TO_INTERNAL_TABLE. The problem with this FM is that only works in foregroung mode, If I run t

  • Connected Ips or host name for last week

    Hi How can we find the IPs connected to apps for last 1 week,Whether error_log or access_log will give any picture rgds shrey

  • RSNAST00 Concern?

    Hi.. I want to know how RSNAST00  calls the respective function module in the ABAB Coding.? For Example in case of say any Delivery Document Number, when we run RSNAST00 for it giving the proper message type(say in our case LD00 with ALE as a medium)