RRI via Command button

Hi all,
I want to put the RRI interface in a Command button you can create in the WAD. It is not clear to me how the functionality works. I have made a sender/receiver assignment via transaction RSBBS. The functionality is now available via the context menu, as ever. But, when I use the command RRI in the command wizard to put the function in a push-button this does not work at all. Can someone explain to me how this function works.
Regards,
Machiel

I am not sure whether we can do it..however
might want to check below links...
http://help.sap.com/saphelp_nw2004s/helpdata/en/71/8a784226d1d242e10000000a1550b0/content.htm
Hope it Helps
Chetan
@CP..

Similar Messages

  • How to assign a macro to a command button in 2007

    I apologize, I know this is on the web somewhere, but I've spent the last 2 1/2 hours fishing for answers on Google and forums and everything I find either assigns a macro command to the quick bar or in text, but I want to assign it to a command button,
    or anything that can be clicked to run a macro.  In Excel I can just right click on a macro button and use the option "Assign Macro", but I've not been able to find anything similar in Word.  I'd think being another Office product it would
    be a similar option in Word, but I guess not. 
    So my project is taking information from Excel via linked information to fill out a Word document, so I need to use CTRL-A to select all text, then hit F9 to update the fields, then print as a PDF and send to the customer, and it works beautifully. 
    Now I need to share this with my team and I'm trying to make it as foolproof as possible so I was going to do all of this via macro and assign it to a macro button, or I guess it would be a Command Button in Word? 
    I also don't want the command button to show when I print the document.  Is all of this fairly simple to do in Word?
    Thank you in advance for your help!!!

    Hi Arun ,
    Thanks for the reply,
    This is the actual scenario,
    I need to allow user to querying using a particular atrribute say A1 but applying A1 directly as a criteria on my base query along with other criteria will not fetch any details.
    Instead
    I need to fire the same query with A1 alone initially and on top of the fetched results i need to apply the other criteria
    OR
    I need to get the A1 from user and fetch some other attribute let's say A2 corresponding to A1 and this A2 has to applied as the new attribute along with the other attributes.
    Can this be achieved.
    Regards
    Siva
    I am using jdev 11.1.1.6

  • How to get the page request parameters in Command Button code

    Hi everyone,
    I am new to JSF and working on some Command Buttons. I put my java code via Edit Event, it works fine. But I don't know how to get some parameters from HttpServletRequest.
    Can anyone give some guidance? It would be much appreciated.
    Mike

    Thanks a lot for your tip. Unfortunately I could not open the link you provided due to some network issue.
    Yes, I intend to get some parameters from URL. I did try to put your code and get the parameters predefined in the URL, however I got the null returned. By the way, I put the following code in the page source part and it works. Just don't know how to get the value being passed to the command button event code.
    <%
    String userID = request.getParameter("u");
    System.out.println("this is from head - the userID is :: " + userID);
    %>
    Thanks again and hope you could give me further advice.

  • Open Report From a Command Button - Script Instruction

    I want to open a report from a dashboard via a command button.
    What would be the script to do that?
    Also, how would I get back to the dashboard from the report once it's opened?

    Console.Writeln("cmdRpt")
    ActiveDocument.Sections["Report"].Activate()
    The code above is for a command button with the script to navigate to a particular "report".
    To navigate back to Dashboard, simply select the dropdown menu below the menu icons.
    Good luck.

  • Data View with customized command buttons

    I would like to show data from a table in browse window and place customized command buttons such as search key, filter, etc.
    Please advise.

    What you describe is a form. And you don't want a browse window, but a grid inside this form. The only thing you set in a grid in the first degree is the recordsource, and then it will display the same data view as a browse.
    The rest of your idea can be placed into the same form as controls, textboxes, buttons, etc. and you might make use of the idea sketched by Alaa Mukhtar.
    In the second degree, right click on controls you put on a form while designing it with the form designer, and you can get a help via a builder you get offered in the context menu.
    Bye, Olaf.
    Olaf Doschke - TMN Systemberatung GmbH
    http://www.tmn-systemberatung.de

  • Popup Command Button - ActionListener not accessed

    Hi there, I'm working with the JDeveloper 11.1.1.6.0.
    I have a view in a popup. Which creates a new empty row, if there could not be found any data in the database. So far so good.
    When i know enter some values and then click a command button the values should be filled into the VO and EO, and also commited to the DB.
    I have to do that in a ActionListener, beacuse i have to set some value programmatically, because they come from the calling page, and could not be seen by the user.
    So, when i now click the button, the popup dissapears, but the ActionListener was not entered. I tried it via breacking points and debuging and via some Outputs, but neither they are reached. Do I have to make something more to reach the listener to perform my actions?
    Thanks in advance.
    Alex.

    John Stegeman wrote:
    Show us the code for the af:popup.
    Have you read about the auto cancel behaviour in af:popup?
    JohnNo, i haven't read about it.
    <af:popup id="p1" binding="#{viewScopeMyBB.popup}"
                    contentDelivery="lazyUncached">
            <af:panelWindow id="pw1" title="MyPopUpTitle">
              <af:panelGroupLayout id="pgl6" layout="scroll">
                <af:panelHeader text="MyPanelHeaderText" id="ph4">
                  <af:panelLabelAndMessage label="Label 1" id="plam4">
                    <af:panelGroupLayout id="pgl8" layout="horizontal">
                      <af:inputText label="Label 7" id="it8"
                                    simple="true" columns="3"
                                    value="#{bindings.att1.inputValue}"/>
                      <af:outputLabel value="Std" id="ol1" for="it8"/>
                      <af:inputText label="Label 8" id="it7"
                                    value="#{bindings.att2.inputValue}"
                                    simple="true" columns="2" autoSubmit="true"/>
                      <af:outputLabel value="Min" id="ol2" for="it7"/>
                    </af:panelGroupLayout>
                  </af:panelLabelAndMessage>
                  <af:inputText label="Label 9" id="it9"
                                value="#{bindings.att3.inputValue}"
                                binding="#{viewScope.MyBB.inputText1}"
                                rendered="false"/>
                  <af:inputText label="SID" id="it10"
                                value="#{bindings.att4.inputValue}"
                                binding="#{viewScope.MyBB.inputText2}"
                                rendered="false"/>
                  <af:selectBooleanCheckbox text="MyText"
                                            label="My Label" id="sbc3"
                                            simple="true"
                                            value="#{bindings.boolVal}"/>
                </af:panelHeader>
                <af:panelGroupLayout id="pgl7" layout="horizontal" halign="center">
                  <af:commandButton id="cb7" textAndAccessKey="&amp;Ok"
                                    actionListener="#{viewScope.MyBB.test}"/>
                  <f:facet name="separator">
                    <af:spacer width="10" height="10" id="s5"/>
                  </f:facet>
                  <af:commandButton id="cb8" textAndAccessKey="&amp;Cancel"/>
                  <af:commandButton id="cb9" textAndAccessKey="&amp;Help"/>
                </af:panelGroupLayout>
              </af:panelGroupLayout>
            </af:panelWindow>
          </af:popup>For testing in the ActionListener i just print the values and some text.

  • Command button to get next value?

    i am new to j2me
    i have this code which just shows 2x10=20 for now
    Code:
    import javax.microedition.midlet.*;
    import javax.microedition.lcdui.*;
    public class TestMidlet extends MIDlet {
    private Form form;
    private StringItem testTable1;
    private Command testTable1Command = null;
    public void startApp() {
         Display.getDisplay(this).setCurrent(getValue(2));
    public void pauseApp() {
    public void destroyApp(boolean unconditional) {
    // form.addCommand(getExitCommand());
    //form.setCommandListener(this);
    private int getValue(int val){
    int total=val*10
    return total;
    what i want is add a 'NEXT' button(Command button) in the main display or canvas
    which clicked shows value of (value+1)x10 and so on
    for eg
    on first 'NEXT' click it should show 30(ie 3x10)
    again pressed shows 40 and so on
    i actually want to implement it to a calendar code
    next i press on next on january display calendar of feburary should come
    suppose calendar is being displayed in getValue function
    I want to make concept clear through above simplified example
    thanks

    Thanks for the encouragement; I am going through the tutorials and also own two books, the Easy HTML-DB book and the Pro Oracle Application Express book. I do find it odd that the books and tutorials don't assume one has already created the database and then wants to create an application after that- such as that they all begin with creating an application from a spreadsheet and talk about uploading data, things I would expect to be done via PL/SQL or some other approach (such as pushing from SAS to Oracle). So these tutorials spend a lot of time on the loading of data as opposed to actually creating a front-end application, which is frustrating to me because I've already got my database all loaded and modeled.
    But I will be more specific in questions in the future. If any of you need any SAS help, please ask at the SAS forum (google SAS-L, hosted by Univ. of Georgia).
    Thanks :-)
    -Mary

  • Is there some way I can insert and play these additional audio files, accessible via separate button

    I am converting a CD-ROM course to an online format with that software.
    In the majority of slides created I have used the Import Audio function to insert a primary audio file containing important curriculum information.
    This file typically activates the moment you open the slide.
    So far so good.
    However, in many slides I also need to insert some secondary audio files.
    While the Import Audio function permits me to splice several files into one, this isn't what I want.
    Instead, I need to insert one or more additional audio files that can be activated independently via separate buttons on a given slide.
    I can in fact do this with the Insert Button function, but in the process a Windows Media Player file opens when I convert the project into HTML.
    My question:
    Is there some way I can insert and play these additional audio files, accessible via separate buttons, without creating and opening a Windows Media Player file?
    Thanks

    It is hard to assess the situation without sitting at your computer and having a look myself.  First, if you're seeing space savings I doubt all your files are a compressed format.  Frequently if you try compressing a compressed format file such as AAC (don't confuse with AIFF) you will actually find the file gets larger because there is overhead to compression and if it cannot compress any more then you end up just adding overhead on top of no savings.  Second, normally if you zip the iTunes library it would basically make it inaccessible to iTunes and iTunes would make you a brand new library or at least flag all your tracks as missing (as you are seeing ain part).
    I don't know what computer you are running, which operating system, which version of iTunes.  Unless they have done something radical in Lion in terms of letting you zip your iTunes folder and still have it functional, you either didn't zip the whole thing, or... I don't know.  One scenario is that somehow your media have been split up and you have them in several locations.  One isn't really part of your library except for 80 tracks, so when you compressed it (and I still am puzzled by the compression unless it was AIFF files you were no longer using), it didn't really make much difference to the playability.  Then you have an untouched library elsewhere.
    Use the Reveal In Finder command to see where some of those problem files are located vs. where the playable files are located.

  • Assessing Command 'Analyze Source Files' via Command Line when running TestSTand Deployment Utility

    Our Software Configuration Manager is running the TestStand Command Line Deployment Build Tool (Ref: https://decibel.ni.com/content/docs/DOC-38947).
            When he builds the application,  the code will not be at the same location it was in development. 
    If you are Manually running the TestStand Deployment Utility, This is not a problem because everything is relative in the workspace.   Simply go to the Distributed Files Tab (of TestSTand Deployment Utility) and hit the, "Analyze Source Files" button.  This finds the required files and apparently creates an updated hard path to be used during the build (probably in the *.tsd).
    PROBLEM:  We auto-run the Command Line Deployment Build Tool (Command Line), and we do not have access to the, 'Analyze Source Files' command.
                As a result, our build consist of many warnings and the output is missing many files (the location of the files have not been updated).
    If we could access the 'Analyze Source Files' Command via command line, that would fix the issue. 
    FYI:  We use an automatic builder called Quick Build as our builder.
    Attachments:
    TestSTand Deployment Utility-Distributed Files Tab.PNG ‏76 KB

    Unfortunately it looks like Analyze Source Files does not have a command equivalent for the command line based on this article and attached PDF:
    https://decibel.ni.com/content/docs/DOC-38947
    That may be a good post for the TestStand Idea Exchange for consideration in future versions of TestStand.
    Michael K.

  • Command button remains disabled after a request redirect to a PDF Servlet

    Hi All,
    I've a command button to generate PDF on the fly and used to work in JDev 10.1.3.3.
    When we migrated to 11g, it works for the first time on a page, and the file Open/Save dialog will come up.
    But then the command button remains grayed out, and clicking doesn't generate a server call.
    If I do something on the page which does a partial or full submit, then the button will get enabled again.
    Any suggestions?
    Thanks,
    Jaimon
    Sample code:
    Facelets:
    <af:commandButton text="Create PDF" action="#{fs02.createPDF}" />
    Java:
    public String createPDF() {
    //Validation checks here. If there are any errors, it gets added to FacesMessages to display on the same page.
    if(!validate()) {
    //sf.addInfoMessage('message here..');
    }else {
    FacesContext ctx = FacesContext.getCurrentInstance();
    HttpServletRequest request = (HttpServletRequest)ctx.getExternalContext().getRequest();
    HttpServletResponse response = (HttpServletResponse)ctx.getExternalContext().getResponse();
    RequestDispatcher rd = request.getRequestDispatcher("/pdfdownloader");
    rd.forward(request, response);
    ctx.responseComplete();
    return null;
    pdfdownloader is mapped as a servlet, which writes the actual PDF content as a stream.

    Herewith the code which is triggered with the post-forms-commit trg. As far as I can see it, there is no code to disable/enable the save button in the menubar.
    ===
    PROCEDURE validate_enbr_records IS
    CURSOR c_enbr
    IS
    SELECT exlb.exlb_length
    , enbr.enbr_ind_break
    FROM dog_envelop_breaks enbr
    , dog_extrnl_labels exlb
    WHERE enbr_appl_cod = :flow_appl_cod
    AND enbr_flow_cod = :flow_cod
    AND enbr_sort_seqnr <> :enbr_sort_seqnr
    AND enbr_appl_cod = exlb_appl_cod
    AND enbr_exlb_cod = exlb_cod;
    CURSOR c_exlb
    IS
    SELECT exlb_length
    FROM dog_extrnl_labels
    WHERE exlb_appl_cod = :flow_appl_cod
    AND exlb_cod = :enbr_exlb_cod;
    l_lengte_break_label NUMBER := 0;
    l_lengte_sort_label NUMBER := 0;
    l_length NUMBER := 0;
    l_aant NUMBER := 0;
    r_enbr c_enbr%ROWTYPE;
    mi_id MenuItem;
    BEGIN
    FOR r_enbr in c_enbr LOOP
    IF r_enbr.enbr_ind_break = 'Y'
    THEN
    l_lengte_break_label := l_lengte_break_label + r_enbr.exlb_length;
    ELSE
    l_lengte_sort_label := l_lengte_sort_label + r_enbr.exlb_length;
    END IF;
    l_aant := l_aant + 1;
    END LOOP;
    OPEN c_exlb;
    FETCH c_exlb INTO l_length;
    CLOSE c_exlb;
    IF :enbr_ind_break = 'Y' THEN
    l_lengte_break_label := l_lengte_break_label + l_length;
    ELSE
    l_lengte_sort_label := l_lengte_sort_label + l_length;
    END IF;
    IF l_lengte_break_label > 48
    THEN
    qms$errors.show_message('DOG-10194');
    END IF;
    IF l_lengte_sort_label > 50
    THEN
    qms$errors.show_message('DOG-10195');
    --set_record_property(3,'enbr',status,changed_status);
    END IF;
    IF :system.record_status = 'CHANGED' THEN
    set_menu_item_property('FILE_MENU.SAVE',ENABLED,'YES');
    END IF;
    END;
    ===
    After the message has been throughn and the OK-button has been clicked, the code is never reaching the code:
    IF :system.record_status = 'CHANGED' THEN
    set_menu_item_property('FILE_MENU.SAVE',ENABLED,'YES');
    END IF;
    The save-button remains disabled.
    Best regards
    John.

  • I just statred Flash CC for the first time and it seems that the text within the pop-up window (dialog box) is mis-aligned and not allowing me access to the command buttons, nor all the text. (ie: the NEW Template Box, can't see but 2/3 of the content)

    I just statred Flash CC for the first time and it seems that the text within the pop-up window (dialog box) is mis-aligned and not allowing me access to the command buttons, nor all the text. (ie: the NEW Template Box, can't see but 2/3 of the content) is there a fix to this problem? using 8.1, Monitor is a high res.2560x1440.

    Another View.
    the GUI is so hard to read (so small) I enlarge my Ps UI by the instructions below...which helped a lot.

  • I am attempting to upload multiple photos on a macpro from a cd.  I am used to a pc.  I tried using the command button to select multiples but it does not work.  Please advise

    I am attempting to upload multiple photos on a mac pro from a cd.  I have tried holding the "command"button down to select multiple photos but it does not work.  Please advise.  Thanks,John

    why not sort by (name, date, etc) and Click on 1st and Shift-Click on last.
    Might work better to copy or import to a project folder.
    https://discussions.apple.com/community/ilife/iphoto
    http://www.apple.com/support/iphoto

  • How to open new browser window on click of command button

    Hi,
    We have a requirement to open an image in new window when a command button is clicked. Is there any sample explaining how to do that?
    Thanks in Advance,
    Pradeep

    Hi,
    I have to load an applet viewer in the new browser window. I have URL to the PDF.
    I ma able to load the applet viewer in new browser window using javascript. But I have to load the new PDF if the same window in already opened.
    The issue here is , i am loosing the window handle if the parent page is refreshed. I want to store the window handle in session scope variable and use the same.
    How do i update the session scope variable using javascript?
    Thanks and Regards,
    Pradeep

  • Adf faces command button, bindings and ejb 3.0 persisting problem

    When mapping the persist method to an adf command button it got this error:
    1. JBO-29000: java.lang.IllegalArgumentException: PERSIST impossible sur l'objet détaché : hr.entity.Departments@1b21.; nested exception is: java.lang.IllegalArgumentException: PERSIST impossible sur l'objet détaché : hr.entity.Departments@1b21. -
    2. java.lang.IllegalArgumentException: PERSIST impossible sur l'objet détaché : hr.entity.Departments@1b21.; nested exception is: java.lang.IllegalArgumentException: PERSIST impossible sur l'objet détaché : hr.entity.Departments@1b21. -
    Is that because Departments are serialized by the container when the session bean is accessed by the data control to catch the data when the form is populating and entities are detached from the persisting context ? or something else ?
    I bind the button to the current row data provider for the departments. Is it correct, isn't ?

    When mapping the persist method to an adf command button it got this error:
    1. JBO-29000: java.lang.IllegalArgumentException: PERSIST impossible sur l'objet détaché : hr.entity.Departments@1b21.; nested exception is: java.lang.IllegalArgumentException: PERSIST impossible sur l'objet détaché : hr.entity.Departments@1b21. -
    2. java.lang.IllegalArgumentException: PERSIST impossible sur l'objet détaché : hr.entity.Departments@1b21.; nested exception is: java.lang.IllegalArgumentException: PERSIST impossible sur l'objet détaché : hr.entity.Departments@1b21. -
    Is that because Departments are serialized by the container when the session bean is accessed by the data control to catch the data when the form is populating and entities are detached from the persisting context ? or something else ?
    I bind the button to the current row data provider for the departments. Is it correct, isn't ?

  • I cannot update my Apps from iTunes store message says unable to connect but can connect via iTunes button not apps button ?

    I. Am unable to update Apps from iTunes via the apps button messages says unable to connect but can access iTunes directly via iTunes button on iPad
    Cheers

Maybe you are looking for