RRI-Jump Queries for only Selected BPs

Hi, I have a BP Master data Report on which Iu2019m using RRI-jump to the Order detail Report for selected BPs. Iu2019m ok up to the point displaying Single or All BPs on the Jump target. But what I also trying to do is to run RRI report for only selected BPs. So Iu2019m expecting selected multiple BPs on the RRI Query Variable Screen (it is neither single nor all).
In the WAD report i have used two command: Set Filter Values Using Different Sources command (SET_SELECTION_STATE_BY_BINDING) and RRI.
There are  some post but i didn't find any solution. Could anyone please suggest. Thanks

Hi,
PLease check :
RRI Pass mutiple values using BADI
-Vikram

Similar Messages

  • F4 HELP FOR ONLY SELECTED FIELD VALUES

    Hi,
    I have to display the F4 help for the selection screen field parameter. From the ICON table, I need to display the field ID values. In the ICON table, I have lot of field values for the field ID, but I need to display only 3 field values into F4 help.(like say @07@, @08@, @0A@ only at the F4 help).
    Thanks in advance.
    Regards
    Ramesh mavilla.

    Hi,
    See the follwoing code example
    REFRESH: I_DYNPREAD .
    CLEAR : I_DYNPREAD .
    I_DYNPREAD-FIELDNAME = 'P_KAPPL'.
    APPEND I_DYNPREAD.
    CLEAR I_DYNPREAD.
    L_REPID = SY-REPID .
    L_DYNNR = '1000' .
    CALL FUNCTION 'DYNP_VALUES_READ'
    EXPORTING
    DYNAME = L_REPID
    DYNUMB = L_DYNNR
    TABLES
    DYNPFIELDS = I_DYNPREAD.
    IF SY-SUBRC EQ 0.
    READ TABLE I_DYNPREAD INDEX 1.
    P_KAPPL = I_DYNPREAD-FIELDVALUE.
    ENDIF.
    REFRESH: I_DYNPREAD .
    CLEAR : I_DYNPREAD .
    REFRESH: I_KSCHL.
    TRANSLATE P_KAPPL TO UPPER CASE.
    TRANSLATE P_KVEWE TO UPPER CASE.
    SELECT KAPPL KVEWE KSCHL VTEXT FROM T685T
    INTO CORRESPONDING FIELDS OF TABLE I_KSCHL
    WHERE KAPPL = P_KAPPL
    AND KVEWE = P_KVEWE
    AND SPRAS = 'EN'.
    IF SY-SUBRC <> 0.
    MESSAGE E001(ZZ) WITH 'No Condition Type exist for Application'.
    *p_kappl ' and Usage' p_kvewe.
    ELSE.
    REFRESH: I_FIELDS.
    I_FIELDS-TABNAME = 'T685T'.
    I_FIELDS-FIELDNAME = 'KAPPL'.
    I_FIELDS-SELECTFLAG = ''.
    APPEND I_FIELDS.
    I_FIELDS-TABNAME = 'T685T'.
    I_FIELDS-FIELDNAME = 'KVEWE'.
    I_FIELDS-SELECTFLAG = ''.
    APPEND I_FIELDS.
    I_FIELDS-TABNAME = 'T685T'.
    I_FIELDS-FIELDNAME = 'KSCHL'.
    I_FIELDS-SELECTFLAG = 'X'.
    APPEND I_FIELDS.
    I_FIELDS-TABNAME = 'T685T'.
    I_FIELDS-FIELDNAME = 'VTEXT'.
    I_FIELDS-SELECTFLAG = ' '.
    APPEND I_FIELDS.
    CLEAR: V_SEL.
    CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME'
    EXPORTING
    CUCOL = 0
    CUROW = 0
    DISPLAY = ' '
    SELECTFIELD = 'KSCHL'
    TITEL = 'Cond Type'
    IMPORTING
    IND =
    SELECT_VALUE = V_SEL
    TABLES
    FIELDS = I_FIELDS
    FULL_TABLE = I_KSCHL
    IF SY-SUBRC = 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    ENDIF. "SY-SUBRC.
    And also go throw the link which it clears more about F4
    Check the link below for creating collective search help
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee86446011d189700000e8322d00/content.htm
    Check the ink below for creating elementary search help
    http://help.sap.com/saphelp_erp2005/helpdata/en/cf/21ee5f446011d189700000e8322d00/content.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/3d/e53642e2a3ab04e10000000a1550b0/content.htm
    <b>Reward with points if helpful.</b>
    Regards,
    Vijay

  • Enable Flash for only selected sites

    Flash implementation sucks and will eventually be replaced by HTML 5 functionality.
    Most sites today work without Flash but a few still require them. The ones that do not need flash will in most cases use it anyway if Flash is enabled. To be able to use all sites one has to have Flash enabled for all sites.
    To speed Firefox up and be able to migrate away from Flash completely I would like the option to by default have Flash disabled and to manually enable it for certain sites only. This would both speed up the browsing experience and the general migration from Flash to HTML 5.

    You can inspect and manage the permissions for all domains on the <b>about:permissions</b> page or for the domain in the currently selected tab by clicking the "Site Identity Button" (globe/padlock) on the location bar and "More Information" to open "Page Info" and go to the Permissions tab.
    *https://support.mozilla.org/kb/how-do-i-manage-website-permissions
    *Tools > Page Info > Permissions
    You can disable click-to-play to be able to select which plugins are allowed on specific web pages (enable, disable, ask).<br />
    Set the <b>plugins.click_to_play</b> pref to <i>true</i> on the <b>about:config</b> page.
    *http://kb.mozillazine.org/about:config

  • Removing header, border for only single column in mx:DataGrid

    Hi,
        I am using Flex4 SDK and FlashBuilder4.
    I have a requirement where i need to remove column header, borders and grid lines for only last column in datagrid.
    It should look like there is no column present. This column will be used to show some icon for only selected row.
        Can any one suggest how to implement this. Please provide any sample if you can.
    Thanks

    hi Johnny, it was helpfull for me.
    With the given example i am still getting the grid line gaps with the selected row or hover color between verticle cells of the column.
    As gridlines can only be removed for complete datagrid not for a single column. is it possible ?
    Thanks

  • Standard Queries for CFM module

    Hello Experts,
    I m implementing the CFM module standard objects. Now i want to know what standard queries are available for CFM.
    In business content i can find standard queries for only Analyser.No queries for Transaction Manager are available.
    can anyone help me know if some standard queries are available for CFM in Transaction Manager.
    thanks in adv.
    Bhavna.

    Attached; sample bridge, routed and one arm mode configs as well as config quickstart for ace 4710
    http://preview.cisco.com/en/US/products/ps7027/products_installation_and_configuration_guides_list.html')">http://preview.cisco.com/en/US/products/ps7027/products_installation_and_configuration_guides_list.html

  • BI RRI for Jump Queries

    Hi,
    We configured BI Jump queries from BW to ECC systems. When BW jumps on to ECC system it uses remote user configured in the Source System and it launches ITS url on ECC system which gives the results after passing user ID and Password.
    My question here is:
    1. Is it possible to configure such a way that it will not use Remote user configured in Source System. I am OK with creating another source system for the same SID and System. I need to know how to create additional source system for same SID and System if this helps.
    2. Even if we use Remote user is there a possibility of not prompting for user ID and Password when it jumps to ECC system?
    The query goes in to ECC like this
    End user from BW Bex ---> ECC Remote user on ECC (How SSO will work in this case)
    Is it possible to user current user by creating one more source system and a seperate RFC?

    Please search the forum and you will find lots of good info on both of your questions.

  • Multiple select queries for JDBC sender

    I am working on JDBc to IDOC scenario.
    I need to process two select queries in PI where output of 1st query becomes the input of second.
    Now i need to map the output of second to IDOC through XSL mapping also i need to use BPM to process(without using the stored procedure) the scenario.
    In my JDBC communication channel i have option for only one select query and second query should fetch the data through BPM.
    In BPM i have used the following sequence mentioned below:
    Start --> Receive step ( receives all the header lines) --> Transformation (to split the header messages to single message) --> Block Start( To processEachRecord) --> Send Syn (to map the request message i,e. output of first query with Response i,e. structure of the second query)  --> Send Asyn (to send the output of second query to XSLT mapping) -->Block End --> stop
    Output of XSLT mapping is the input for IDOC
    Now i need to understand how to process the second query?

    >> I need to process two select queries in PI where output of 1st query becomes the input of second
    Use SQL Nested Queries. 
    Example:
    SELECT Model FROM Product WHERE ManufacturerID IN (SELECT ManufacturerID FROM Manufacturer
    WHERE Manufacturer = 'Dell')
    Here first table is Manufacturer .. we do select query in manufacturer to return data and pass it to the first table Product.
    >> Now i need to understand how to process the second query?
    You dont need at all. In your sender jdbc channel, write sql statement nested query and you will get only output of the second table. you map the second table output to the idoc.
    Note: Dont know why do you need BPM for this case..
    Jdbc sender adapter  help links
    http://help.sap.com/saphelp_srm40/helpdata/en/7e/5df96381ec72468a00815dd80f8b63/content.htm
    Check this thread for update statement in jdbc cc
    Re: sender jdbc adapter

  • Warning "Source selection for is incompatible for target selection" in RRI

    Hi Friends,
    I am getting the following warning message while jumping from one query to another(RRI) :
    Source selection for is incompatible for target selection
    I have also found one SAP Note : Note 1265027 - Incompatible selection for a variable in the target query which states that it is a program error and we have to Import Support Package 04 for SAP NetWeaver BI 7. 01 (SAPKW70104) into your BI system for SAP NW BI 7.0 Enhancement Package 1.
    But the problem is we are already in Support Package 04 .After that also we are facing the same problem.
    Can anyone please let me know how to fix this issue?Is anyone faced such an issue.
    Thanks in advance.
    Regards,
    Debjani..

    check if the correction instruction given in the note is present in your system.

  • Transport Request for Jump Queries

    Hi,
    When i try to create a transport request for the jump queries using the transport connection button in rsbbs tcode i am able to create only for the sender query but
    my jump query has one sender and two receiver queries.
    Could anyone of you tell me the process of creating a transport request for the jump query,
    regards,
    vamsi

    Hi,
    the request for the jump queries contains for sure the jump queries. Edit the request and double click on the entries and you will see that it transports the contents of tables rsbbsquery, rsbbsqrydir, rsbbsqrymapping... for the key arguments <your sender query> or <your sender cube>. Those table entries will contain also the information about the receivers.
    regards
    Siggi
    Message was edited by:
            Siegfried Szameitat

  • In OBIEE mobile apps designer there is no option for multi select prompts?The navigation page gives option only for single select?Is there a work around for this?

    In OBIEE mobile apps designer there is no option for multi select prompts?The navigation page gives option only for single select?Is there a work around for this?

    Nic, for me the iTunes window looks like this, when I connect my iPad 3:
    I select the iPad in the "devices" section of the Sidebar (use: "View > Show Sidebar" if the sidebar is hidden).
    Click the "Apps" tab in the "Devices" pane.
    Scroll all the way down in the Devices pane to "File Sharing" "Apps" section.
    Then do I click "GarageBand" to select the documents in the right panel.
    Which part is different for you? Perhaps you could post a screenshot?
    Regards
    Léonie

  • Filter in adobe bridge to only select Raw files for DNG conversion

    Here's my problem - I have a new DMC TZ70 camera and Lightroom 5.7 doesn't recognise the .RW2 files. I would need to buy LR6! Perhaps later.
    So I thought I will import via bridge and convert to DNG.
    So I open bridge and select the camera - fine - BUT there are files for the Raw images, the same number of JPEGs and some .bdm, .TDT etc files. (e.g. 3 raw + 7 others).
    I can set up a filter to view only the Raw files when I see what files are there in the card folder in Bridge but when I select "get photos from camera" I can either select them all OR deselect and then I need to MANUALLY select the raw files. There doesn't seem to be a way of setting up a filter in the Downloader screen so that Bridge only selects the Raw files for conversion.
    If I let it select all, Bridge converts the RW2 files to DNG but also brings in the jpgs and other files. I can delete these afterwards but this seems an inefficient way to do it.
    Is there any way to manually select the raw files in the photo downloader screen?
    Advice please, thanks, Mel

    Not sure I follow completely, Mel, but Bridge allows you  to View > Sort > Type... which would allow you, after sorting, to click on the first image with a specific extension, then hold down the Shift key to select the last in  the series and  handle them independent of the other files presented.

  • When trying to Airplay from my Macbook Pro Retina, to AppleTv3 it plays for only a few minutes, and then jumps back to the Mac. It seems to do this no matter what I play, music, movies or pictures. I just bought a new router. This could affect it

    When trying to Airplay from my Macbook Pro Retina, to AppleTv3 it plays for only a few minutes, and then jumps back to the Mac. It seems to do this no matter what I play, music, movies or pictures. I just bought a new router. This could affect it.
    I have been playing whole movies before from VLC without problems.
    Any Ideas?

    Welcome to the Apple Community.
    Yes it's network issues or settings that cause these types of problems most of the time.
    The following article(s) may help you.
    Troubleshooting AirPlay
    Troubleshooting Wi-Fi networks and connections
    Recommended Wi-Fi settings
    Wifi Diagnostic Software (for Mac users)
    You may also find some help on this page, where I’ve collected some of the more unusual solutions to network issues.

  • How to restrict a vendor to be used only for purchasing selected materials?

    A source list and purchasing info records allow us to restrict the source of supply (vendors) for the selected material masters / material groups. However, my task is the opposite: I need to restrict the material masters / material groups that can be procured from a particular vendor. E.g. Vendor 12345 can only be used for raising purchase orders for Material A and Material B. No other materials should be allowed in POs for that vendor. Is there a way in standard SAP to do this?

    Sorry for not properly understanding your requirement. Now one option comes to mind which you may explore. Create an Outline Agreement for a material group with Item category W and here enter the materials group from some materials which you do not want to be purchased from this vendor .But these materials must belong to the material group for which the contract is created .Than creat Source list on these items of the contract through the Item Overview screen of the contract & check the exclusion Indicator  . This will block these materials from being procured refering this contract . Also go through the documentation on "Maintaining a Source List for an Outline Agreement Item with a Material Group" .
    Dhruba
    Edited by: Dhruba Charan Behera on Jul 13, 2011 3:07 PM

  • How to transport Jump Queries (RRI) from DPW to QPW

    Hi,
    I need to transport the Jump Queries from D to Q.
    I have one sender Query and 2 Receiver Queries. I would like to transport them to Q. In the transport connect I can able to select the sender Query and The receiver Queries are not found.
    Please let me, If I transport my sender Query will the receiver Queries will be automatically transported.
    Regards,
    Reddy

    How have u been transporting all ur queries?
    Its the sameway how u generally transport queries but make sure u find all ur 3 queries with whats underlying beneath in the flow.
    In RSBBS open the assignment n on top ull see a Truck Icon - Collect & Transport.

  • SAP Tables for Bex Jump Queries

    Hello Everyone,
    Need to know, is there any SAP table which stores the list of jump queries in the system.
    Can you share your inputs.
    Regards,
    John

    Thanks all for the reply. I can able to get the query name using two table rsbbsquery and rszeltdir table...but i just able to get the query tech name which i dont know whether it is a summary query name or the detail query name... so how can identify ???
    I have one more follow up question with reference to the SAP table...
    Lets say we are creating a jump query from summary query " Query 1 " did the jumpto config on the plant characterstic and jumping to detail query " query 2".
    I would like to see the query 1 to quer 2 relationship in the table.
    Do we any table which stores this information, after creating the config in RSBBS.

Maybe you are looking for

  • I do NOT like when I click "Find" that it opens in a separate window. I liked it being at the bottom left of the page and staying there. It's irksome the way it is.

    I do NOT like when I click "Find" that it opens in a separate pop-up window. I liked it being at the bottom left of the page and staying there. It's irksome the way it is. Would you please put it back on the bottom left so it will stay open. It is so

  • Unable to edit parameter in cr viewer

    Hi All, I have a report having parameter.I selected show in viewer panel as Editable. When I run in cr viewer 2011 But I am unable to edit the parameter value. Please suggest

  • Sender port in an Outbound IDoc

    Hi Can someone please mention where is configuration for IDoc sendor port. We generally give Receiver port information in outbound parameters in partner profile(WE20). But there is no place where we give the Sender port information. When an outbound

  • Loose hinge on 30" ACD

    Hi, I just opened up my brand new 30" ACD. I noticed that the foam packing was broken on one side, indicating that it had been handled a bit roughly in shipping. However, the display seems to be OK. The only problem is the hinge on the stand. My olde

  • Multiple Broken DCs - ESS MSS

    Hello All, We are working on Netweaver Portal 2004s SP15. We have deployed ess, mss and pcui_gp patches of SP12. We have also installed the NWDI. We have created new track, and added ess,mss and pcui_gp software components to it. We have checked in a