Deactivation of POWL Query

Hi,
I have unchecked the activated checkbox for one query in POWL_QUERYR.
I do not want the query to become visible to users.
I have done the changes in Development and found that it becomes invisible to an user only if
I delete all entries for the particular user found in POWL_D01.
Do I need to execute the POWL_D01 report and delete all entries for all users
when I move the changes to Production?
Thanks
Arindam

Hi Arindam,
Your understanding is correct.
No matter what changes you have made for the powl query, you have to run POWL_D01 in order to make changes available.
If you want all the users to have this changes, please run this report with the following parameters:
APPLID: the application which you changed
USER: *
do not tick 'Display'
After this, the changes will be done for all portal users.
for transporting the changes to production system, this is a basis issue. And you may have a try to transport this. If not working, run the report again with same steps.
Regards,
Ivy

Similar Messages

  • How to use the same POWL query for multiple users

    Hello,
    I have defined a POWL query which executes properly. But if I map the same POWL query to 2 portal users and the 2 portal users try to access the same page simultaneously then it gives an error message to one of the users that
    "Query 'ABC' is already open in another session."
    where 'ABC' is the query name.
    Can you please tell me how to use the same POWL query for multiple users ?
    A fast reply would be highly appreciated.
    Thanks and Regards,
    Sandhya

    Batch processing usually involves using actions you have recorded.  In Action you can insert Path that can be used during processing documents.  Path have some size so you may want to only process document that have the same size.  Look in the Actions Palette fly-out menu for insert path.  It inserts|records the current document work path into the action being worked on and when the action is played it inserts the path into the document as the current work path..

  • How to add & fill custom fields in POWL Query

    Hi all,
    I have a requirement where I need to create a new POWL Query and should show the Defect data of each Issue ID. I looked for tutorials and threads about POWL queries but can't seem to find the information I needed.
    In details, I need a new query which should be available in NWBC -> Quality Issue Management -> Worklists. We already have one which is an overview of all Issues, but I need to create a new worklist which displays the Defect data of each Issue. (Please note, I am new to QIM and this is my first time handling QIM requirement.)
    May I ask if you can guide me or if you know some links where there are steps how can I extract the Defect data? I also looked at OSS Note 1865206, is the steps for "Additional result fields" all I need?
    Thanks,
    Leo

    Hi James,
    The above was cancelled, but now I need to look why the query is not automatically refreshing the data when I changed the worklist parameters. It doesn't also refreshes the data when I click "Refresh list" button below the table in NWBC QIM worklist view:
    But when I close the tab and reopen it, it now displays the updated list.
    I tried the refresh configs I found here, but still doesn't work.
    Thanks,
    Eo

  • POWL 'Query Name is already open in another session'

    Hi there,
    Our users are constantly getting the following error message when using POWL's in the Portal.
    Query <Name> is already open in another session' (POWL 016)
    The error occurs when a user tries to refresh a query and the query is locked in another session (ENQUEUE_EPOWL_QUERY_EDIT Exception foreign_lock).
    There are various root causes to why this error happens, system, application, communication etc. The one I am seeking help on occurs when the user abruptly terminates the browser session (forced or unforced) and the orphaned session is unable to close properly leaving the POWL query locked.
    We are currently informing the users to
    1.) close all windows and reload the worklist.
    and in certain circumstances
    2.) log off and log on again
    The above workaround doesnt always solve the problem. We are reluctant to give users access to SM12.
    Has anybody encountered something similar, if so were their specific settings, notes, code etc. which needed to be implemented?
    Cheers
    John P

    Try the following steps
    Please implement the note 1836401 and the prerequisites 1873487,1902580 .
    Identify the POWL Query name and set the refresh type as: 'refresh on every LIST VISIT'.
    Important: Run the report POWL_D01 and remove the result list of your POWL
    Application ID, it#s very important because the cache would still contain the old refresh type and will not recognize the new refresh type, please run the report at first for one user ant test the behaviour, if it works run it for all other user
    Pass the application parameter REFRESHA with value X to your POWL application. After that retest your issue, it should work. if not implement the note 1975395 and its prerequisites and test again
    Best regards,
    Robert.

  • Hideing a Column in ALV Table which is Displaying the POWL Query data

    Hi SDNers,
    I want to hide a column of ALV Table which is displaying my POWL Query data in it and hideing should be based on the Role as well. i.e few of the role the column shoudl be hidden and few of the roles should have the Column visible.
    waiting for the Valueble Answers.
    Thanks & Regards,
    Govindu

    Hai Kris,
        I took help from ur link and i declared a global attribute request_number.
    and i created an event handler ON_ALV_INSERT and did the follwing coding for giving default value wen ever am inserting new row.
    FIELD-SYMBOLS: <wa_row> LIKE LINE OF r_param->t_inserted_rows.
      DATA bill_details TYPE REF TO zdom_bill_detail.
      LOOP AT r_param->t_inserted_rows ASSIGNING <wa_row>.
        bill_details ?= <wa_row>-r_value.
        IF bill_details->REQ_NUMBER IS INITIAL.
      DATA lo_nd_bill_detail TYPE REF TO if_wd_context_node.
      DATA lo_el_bill_detail TYPE REF TO if_wd_context_element.
      DATA ls_bill_detail TYPE wd_this->Element_bill_detail.
    navigate from <CONTEXT> to <BILL_DETAIL> via lead selection
      lo_nd_bill_detail = wd_context->get_child_node( name = wd_this->wdctx_bill_detail ).
    lo_el_bill_detail = lo_nd_bill_detail->get_element( index = <wa_row>-index ).
          lo_el_bill_detail->set_attribute(
            EXPORTING
              name  = 'REQ_NUMBER'
              value = wd_comp_controller->request_number
    Wen am  setting the value of wd_comp_controller->request_number to my context attribute am getting NULL object ref error.
    lo_el_bill_detail->set_attribute(
        name =  `REQ_NUMBER`
        value = wd_comp_controller->request_number ).
    Pls give some suggestions,
    Thanks in Advance,
    Nalla.B

  • Schedule/Execute POWL Query in Background or via ABAP Program

    Hi all,
    I would like to know if there is any chance/possibilities to schedule/execute the POWL Query for example the Query ID
    "SAPSSRM_R_CENTRALCONFIRM_01_01" Confirmations Pending in the background to output report.
    Or perhaps there is anyway I can make use of the logic within the Query ID above in an ABAP program?
    The main reason is that I need create a Confirmations Pending report and sent out to relevant SC Creator and the quickest way is to make use of the existing query of above.
    Many thanks and regards,
    Hon Leong

    Hi Hon Leong,
    please first check POWL - Web Dynpro ABAP - SCN Wiki to understand, how POWL works.
    You need to find a Feeder Class of your query and execude GET_OBJECTS Method to get the result list.
    For example you can check report POWL_WLOAD or function module POWL_QUERY_REFRESH.
    Regards
    Konstantin

  • POWL  Query

    Dear Experts,
    Could you please list me the steps to create a new query in powl..Using the varios transcation availabe. kindly help me out here.
    Thanking you in advance.
    Best Regards,
    Tamanna.

    Basic Transactions
    POWL_QUERY u2013 maintain a queryu2019s default layout
    POWL_QUERYR u2013 activate new query; deactivate existing queries; assign new query to an Application I.D; restrict query access by Role
    Reports
    /SAPSRM/POWL_LOAD_CUSTOMIZING
    POWL_D01 u2013 execute after making POWL changes
    Relevant Notes
    1410793 - SRM Shopping Carts (SC) header POWL query
    Regards,
    Neeraj

  • Create POWL query for specific user (not self)

    Hello All,
    was wondering if anyone had an idea on how to create a POWL query for a specific user. Even the low level method in class CL_POWL_QUERY_ACCESSOR seem to assume that you either are creating an administrator query for any/everyone or just for yourself.
    One option is to create multiple queries (for each selection criteria that I want) and assign these directly to user (rather than the role) in the config - but that's config that I'd need to transport up - for what is essentially user level personalisation.
    My strong favourite at the moment is to throw a breakpoint in CL_POWL_QUERY_ACCESSOR and manually change the user name as I save new queries in directly in production - but that's not exactly the cleanest solution.
    Surely someone has had a need to actually create queries for users, not just delete them as per program POWL_D01?
    Many thanks for any hints and tips
    Cheers,
    Chris

    Well - I should point out that you don't have to transport those user assignment of queries - tables are production maintainable. However, you do have to transport up the query itself - so not ideal.
    Oh well - don't think this one has an answer => closing it to open another question.
    Cheers,
    Chris

  • E-Recruiting EhP4 -- Dashboard / POWL Query

    How you customize query in the recruiter dashboard. I register infoset as POWL query no, then I no see it in the dasboard?

    Hello,
    I assume what you mean is that you have included the query through report WDK_GENERATE_POWL_CUST or through IMG 'Display Own Queries in POWL'. The next node 'Include Queries in LaunchPad' is what you need to do to include the report in the dashboard. When you click the node, you ha ve to click on change in the column RECRUITER - REPORTS - Recruiter LaunchPad.  You can then create your own folder or include the report in the standard folder. To include your report you click on 'New Application' while highlighting the required folder. In application category you have to select Webdynpro ABAP. You can then enter the other parameters as per your generated report name. You can click on standard 'Activities with Requisition and Candidate' to see how the parameters are supposed to be entered, especially in the Parameter field. Once you save here and then go to the portal, the report should be appearing.
    Hope this helps.
    Regards,

  • POWL Query Column Sorting Disabled

    Hello,
    We are implementing MSS on Portal and using POWL for Time Approvals. For one query in POWL, the Sorting Option is disabled for all the Columns ,also when I goto the Settings Dialog -> Sort Tab , there are no Columns available under Unsorted Columns for this query,for all other queries it's there.
    Where do we Configure for which Query Sorting is Enabled or Disabled for it's Columns.
    Any help would be highly Appreciated.

    Hi Rohit,
    The filter appears after clicking the header of a particular column.
    The filtering behavior depend on the UI guidelines used.
    If you want to switch to old behavior you can switch to 1.1 version.
    Run WD application "WD_GLOBAL_SETTING".
    Go to Change mode and scroll down to section "Design" and select the "UI
    Guideline 1.1".
    Finally save the settings.
    Thanks
    KH

  • POWL - Query parameters doesn't open

    Hi Gurus,
    I configured a POWL for shopping carts based on SAPSRM_E_CHECK_STATUS.
    1. Create custom application ID
    2. Create a custom POWL type with the standard feeder (/SAPSRM/CL_CLL_PWL_A_SC_ESS)
    3. Create the link between application ID and POWL type (Tx. POWL_TYPER)
    4. Create the query with the POWL Type ID.
    At this last one if you click on button "Query parameters" any windows is opened.
    Can anybody help me?
    I double check the configuration but I didn't see any problem.
    Many thanks in advance.
    David.

    Hi Konstantin,
    I solved by myself.
    I didn't create the field catalog for POWL Type. For this reason I hadn't any field to show into the query parameters.
    Thanks,
    David.

  • POWL Query SAPSRM_OP_PURCHASING_03_01

    Hello,
    Some how after assigning all the "authorizations for Personal Object Work List (POWL) iViews" in /SAPSRM/EMPLOYEE Role when i execute the PO Query SAPSRM_OP_PURCHASING_03_01 i do not return any values.
    Does any one know if there is any authorization piece apart from the POWL iviews access.
    Thank you
    Ritesh

    Hello Laurent / Jason,
    I was able to put the break-point in EXECUTE_SEARCH_INTERNAL method from /SAPSRM/CL_SRC_SRV_DB_PO class as you mentioned. Earlier there was issue with Refresh of POWL.
    During the debug we have found out that there is FM BBP_PD_PO_GETLIST which do not return anything for User. When i execute with Admin users we are able to see the data for this function module in POWL.
    User have /SAPSRM/EMPLOYEE assigned as i mentioned above with authorization of POWL iView as All...
    Could you please advise if i am missing something.
    Thank you
    Ritesh

  • Time out error in POWL query

    Hello Experts,
    The user selected Purchase Order  ALL and ran the query with wild search, it contains around 40K POs showing in Active query list.  When he wants to access these POs by cliking on hyper link ALL (40451).  Its going to Time out error, because requestor number is missing.
    Kindly throgh some light how to clear this filter.
    Highly appreciated for prompt responses.
    Regards,
    Suneel Kumar

    Hi Poonam Patil,
    Try to provide BELNR and GJAHR in where condition...
    BKPF-DBBLG ==> BSAK-BELNR
    Also check
    BKPF-BLDAT ==> BSAK-AUGDT
    Check out above relation...
    If data is there in these fields of the table and both are matching then you can pass it and as they are in primary key of BSAK it will improve the performance...
    Hope it will solve your problem..
    Thanks & Regards
    ilesh 24x7
    ilesh Nandaniya

  • SAP POWL - set default query

    Hi,
    I am working on SAP travel and expenses component, and I want to set the default POWL query to All My Expense Reports instead of All My Travel Requests on the My Trips and  Expenses Page.
    The 'personalize' option provided will only change default query for my user, I want to personalize it for all end users. I tried Administrator personalization of Web Dynpro component but it won't work.
    Any idea how can we change the default query within POWL. I checked SPRO configuration too (POWL_QUERY, POWL_QUERYR, etc), but none of them provides functionality to set default query.
    Thanks,
    Deepa Balani

    Hi,
    This might be (I'm not completely sure) that by running it once for the user with the old order it has then saved this order in the user's personalisations/preferences. I remember having issues when I was adding queries to applications that user's that I had previously used were not getting them. I think I resolved this by deleting all the saved POWL references for the user, I think this may have been personalization, but it also may have been other tables (sorry was a while ago). After doing this the issue was fixed.
    To test if this is the case - I could suggest creating a new user id and logging on with that - check if the problem is sorted for that user first - if it is then go down the path of trying to remove saved preferences for your existing users.
    Hope this helps,
    Chris

  • Avoid POWL automatic query when clicking on it

    Dear all,
    We are trying to avoid a POWL query to refresh automatically when it is clicked for the first time.
    Is there any way to do it?
    (I mean, it's mandatory to press the 'apply' button for retrieving the results)
    Thanks and kind regards,
    Sergio

    Thanks for your answer, it partially solved the problem, but I still have an issue.
    The first time I open the POWL, the first query that is selected by default (In my case: Shopping Carts) is refreshed automatically without taking in account the /SAPSRM/POWL_NO_REFR parameter.
    Then when I select other queries, they are not refreshed automatically (As expected)
    Is there any way to avoid this behaviour? Or maybe we should create an OSS note?
    Thanks and kind regards,
    Sergio

Maybe you are looking for