How do I navigate to a report and select a row to return to a form

I'm using APEX 4.0.
My scenario is that I have a list of associations between Customer and Merchant called Shopper. From my Customers list report page when I click the edit icon, I navigate to a detail page. On this page, I want to be able to select one or more Merchants to associate with the Customer. The Merchant list needs to include multiple columns (not a simple LOV).
How do I add a multi-select multi-column list to my detail page? And, how do I link the selection(s) to the action button ("Associate")?

The Previous Import collection up at the top left of Library in the Catalog section will show the set of photos most recently imported, but as soon as you’ve done another import that collection updates to the new set.
I always import my photos into a separate folder so I can go back and find them, later.

Similar Messages

  • How to Freeze Headers of tabular report and Forms - and Column Alignment

    I have executed the solution listed in the following thread in my tabular form.
    Re: How to freeze Headers of tabuar report and Forms in APEX 4.1
    This works pretty well in my tabular form, but I do have a question and was wondering if the forum users can shed some light.
    The tabular form has some display only fields and some editable fields. For example, columns A - G are display only fields (Display as Text - escape special characters, does not save state) and other fields that come after are editable. When there is data in the display only filed, every thing looks fine - column headers are aligned with the tabular form column data. But when there is no data in, one or more of, these display only fields, the tabular form columns/data shift to the left and now the column header does not align with the column data.
    Following are the specifics
    Full APEX version - 4.0.2.00.07
    Full DB/version/edition/host OS - 11g
    Web server architecture (EPG, OHS or APEX listener/host OS) - HTTP Server OAS
    Browser(s) and version(s) used - IE 8
    Theme - Sand-10
    Template(s) - was using the Standard Report (then created the one found in the thread listed above and substituted with the new one)
    Region/item type(s) - Chart Region
    Links to related posts and threads (using the methods in the FAQ) - Re: How to freeze Headers of tabuar report and Forms in APEX 4.1
    How do I set the column widths so the column header aligns with the column data?
    Thanks,
    DP
    Edited by: DP on Dec 13, 2012 3:09 PM

    Hello DP,
    >
    The tabular form has some display only fields and some editable fields. For example, columns A - G are display only fields (Display as Text - escape special characters, does not save state) and other fields that come after are editable. When there is data in the display only filed, every thing looks fine - column headers are aligned with the tabular form column data. But when there is no data in, one or more of, these display only fields, the tabular form columns/data shift to the left and now the column header does not align with the column data.
    Full APEX version - 4.0.2.00.07
    Browser(s) and version(s) used - IE 8
    How do I set the column widths so the column header aligns with the column data?
    >
    As right now I don't have the APEX and browser versions mentioned, I will set up the environment and look for the issue faced by you.
    Regards,
    Kiran

  • How to block user create personal view and select ALL VIEW?

    How to block user create personal view and select ALL VIEW?

    Hello,
    >create personal view
    To restrict creating personal view, you need to modify your existing permission level or create new one. Login with admin account to your site and open role.aspx page (http://siteurl/_layouts/role.aspx). Then click on existing permission or add new permission
    level-->and move to "Personal Permissions" section-->uncheck "Manage Personal Views - Create, change, and delete personal views of lists" option. Later you can assign this permission to all users, whom you don't want
    to allow to create.
    >and select ALL VIEW
    Since SP does not supports view level permission directly so you have to use custom solution or use below designer solution to restrict user to open any view.
    http://www.codeproject.com/Articles/433486/How-to-set-view-level-permissions-out-of-the-box-i
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Open system form and select a row number on matrix by click on button

    Hi experts,
    I have to open the purchase order form and select a specific row number from the matrix by clicking a button on sales order form.
    is it possible ?
    can anyone help me to achieve it?
    Thanks in advance.
    Best regards
    Andrea

    Andrea,
    To Do? Clicking on a Button on Sales Order -> Opens a PO form, and selects the row?
    In the eventhandler of a button click if the PO is not linked to SO by SAP B1 standard functionality
    step 1. call ActivateMenu ("2305") of Sbo_application , this opens the PO form
    step 2. Change the form to Find mode
    step 3. enter po number to the Item UID "8" which is the document number.
    step 4. Send enter key, or Clikc On button UID "1" which finds the PO
    step 5.read the value from SO form, from matrix "38" line where you selected
    step 6. use the code above to locate the line in PO (use # column for position numbers which UID is 0)
    at step 5, i think you should select a line from SO matrix which you would like to open.
    IN sales order, If you used PO chekcbox on logistics tab to create the PO, you can find a direct link between PO and SO (only in docentries are linked not positions) on sales order,  Column UID 158 field name: potrgnum.  If this connection is exists, you have an easy way:
    SO form, when a user clicks on COlumn 158 (po number), you can implement an eventhandler, which
    step 1.read the value from SO form, from matrix "38" line where you selected
    step 2. use the code above to locate the line in PO (use # column for position numbers which UID is 0)
    By processing theses steps, you can build up you solution.
    Regards
    János

  • How to use url to open report and refresh report's data,but the report's toolbar haven't "refresh data" button

    Post Author: madbird
    CA Forum: WebIntelligence Reporting
    HI,
    scenario is
    I hope use url to open the report,and refresh the report data,but I didn't the user use the "refresh data" button to refresh the report's data.How to do that?
    regards

    Post Author: madbird
    CA Forum: WebIntelligence Reporting
    Thank you for your attention, amr_foci .
    I created a Web Intelligence report,there will be more than 30 companies use.The company only allowed to see the Company Data. I want to use the url of the way, from my company in the development of the system to open report, and refresh reported Table data.but do not want users to use the toolbar of "data refresh" button to refresh the data .
    Now the question of identity authentication system, as well as statements by url open the question of Has been resolved, but it can not shield statements through the pages of "data refresh" button.
    In addition, I now used by the business object XI system is posted on the JAVA environment.
    Regards,

  • How to show view tab Main Report and all of Sub Report in one action through Visual FoxPro

    How to show all view tab (Main Report and all of Sub Report) in one action.
    I already know how to show Main Report with this code sample:
    oRptRun=createobject("CrystalRuntime.Application")
    oRptView=this.Parent.oleRptViewer
    oRptOpen=oRptRun.OpenReport('MyReport.rpt')
    oRptView.ReportSource=oRptOpen
    oRptView.ViewReport
    Inside the 'MyReport.rpt' it has 2 subreports:
    1. MySubReport_1
    2. MySubReport_2
    I try to show MySubReport_1 and MySubReport_2 together with their own Main Report with this code sample:
    oRptRun=createobject("CrystalRuntime.Application")
    oRptView=this.Parent.oleRptViewer
    oRptOpen=oRptRun.OpenReport('MyReport.rpt')
    oRptSub1=oRptOpen.OpenSubreport('MySubReport_1')
    oRptSub2=oRptOpen.OpenSubreport('MySubReport_2')
    oRptView.ReportSource=oRptOpen
    oRptView.ViewReport
    Did I miss something because there was only view tab 'Preview' (Main Report) shown without view tab MySubReport_1 and MySubReport_2.
    Thank you.

    Your right, there is only one tab to view the report.
    To open the subreports you will need to click on them in the main report. I don't know of a way to open them programmatically like you are doing here
    http://diamond.businessobjects.com/robhorne</a>

  • Navigate between 2 reports and pass values between 2 different columns

    Hello
    I have a question about navigating from 1 report to another while passing the value from column 1 to column 2 in the second report...
    In OBIEE 11G, I create action link on report 1, column 1 and this action link is navigate to BI Content and the destination is report 2. Now report 2 has column 2, which is an alias of column 1 from report 1, from user's point of view they are the same, but from OBIEE point of view they are different.
    My action link is able to navigate to report 2, however, the value in column 1 which I clicked to execute the navigation, does not get passed to column 2 in report 2..
    Is there a way around this issue?
    Let me know if I need to provide more clarification
    Thanks

    Thank you Anirban
    I think this is the best solution you just provided.The current post and the post at below looks same
    Navigate from report to dashboard and  pass values between different column
    is it not answered?
    Thanks :)
    Edited by: Srini VEERAVALLI on May 7, 2013 3:07 PM

  • How to create logical link for report and make that available in webui

    Hi All,
    Please  mention the steps to creae logical link for standard report(BI) or customized report and assiging it to work center,
    Thanks,
    priya

    There is a good guide available from SAP: service.sap.com/crm-inst
    It goes into most details you would want to know on including BI reports.
    The path is SAP CRM > SAP CRM 2007 > CRM WebClient UI
    cheers Carsten

  • Apex IR how to know which default alternative report was selected

    I'm using apex 4.1 and create a page with Interactive report with one default primary report and several default alternative report. when i selected one alternative report, how do i know which one is i picked up? it looks obvious to the user but my point is when the user switches to another page, or there are something should change based on the selected report, i want the user see the new page with-in the context of what have selected for that IR report. for example, i have a "summary" report based on year, so the alternative report will be year-2011, year-2012, etc, when user selected this year, 2012, on the same IR page, there is another report based on year 2012, when user selected 2011, that report should show 2011 report. is there anyway to do this? thanks in advance!

    Hello
    From your description, it seems that the message flow is as follows:
    ECC -> Sender proxy -> PI -> <unknown> Receiver adapter -> Legacy
    Run the scenario and use transaction sxmb_moni in ECC and PI to monitor the message. You will see the names of the Repository configuration objects here (Sender/Receiver Service, Name, Namespace etc).
    You can use the monitoring tools of the Runtime Workbench to track the message and find out what adapter is being used. Here you can use the Message Monitoring to track the message ID, check the Audit Log where you should be able to see the name of the adapter that is being used.
    Regards
    Mark

  • How to make new scop of list and selection parameter in ME2L or ME2M

    Hi,
      As there are many reports avaliable ,  in ME2L and ME2M  there is scope of list and selection parameter on the selection screen,  i want to know how we can create new scope of list and new selection parameter.
    regards,
    zafar

    IMG ---> Material Management ---> Purchasing ---> Reporting ---> Maintain Purchasing Lists ---> Scope of List ---> Define Scope of List

  • How to Copy a Custom DBI Report and Modify It

    Hi Every one..
    If AnyBody worked on Customizing DBI Reports please help me.
    My Requirement is to add a new Column to an Existing DBI report. It is a Custom one. I have to modify that.
    If anybody worked on DBI customizations please help me..
    Please....please..Urgent...

    Hi,
    can you please post this question to one of the Apps forums if your main concern is to deploy applications in the context of Oracle Apps?
    It seems that you don't have a problem in creating the EAR file in JDev.
    Frank

  • Regarding reports and selection screens

    Hi,
    I have to call one report program from anthoer report program . But the ohter report
    program has a selection with radio buttons and check boxes and parameters.
    we have to fill that selection screen from this program with the data
    and we have to skip that screen.
      How we have to do this ?

    Hi
    I believe you need to skip the selection screen of the report you call... please chk out the code below for the same
    *-- Company Code
      IF NOT us_bukrs[] IS INITIAL.
        LOOP AT us_bukrs INTO ls_bukrs.
          ls_rspar_line-selname = 'S_BUKRS'.
          ls_rspar_line-kind    = 'S'.
          ls_rspar_line-sign    = ls_bukrs-sign.
          ls_rspar_line-option  = ls_bukrs-option.
          ls_rspar_line-low     = ls_bukrs-low.
          IF NOT ls_bukrs-high IS INITIAL.
            ls_rspar_line-high     = ls_bukrs-high.
          ENDIF.
          APPEND ls_rspar_line TO lt_rspar_tab.
          CLEAR: ls_rspar_line,
                 ls_bukrs.
        ENDLOOP.            " us_bukrs
      ENDIF.                " us_bukrs
    *-- Business Entity of SU
      IF NOT us_swenr[] IS INITIAL.
        LOOP AT us_swenr INTO ls_swenr.
          ls_rspar_line-selname = 'S_SWENR'.
          ls_rspar_line-kind    = 'S'.
          ls_rspar_line-sign    = ls_swenr-sign.
          ls_rspar_line-option  = ls_swenr-option.
          ls_rspar_line-low     = ls_swenr-low.
          IF NOT ls_swenr-high IS INITIAL.
            ls_rspar_line-high     = ls_swenr-high.
          ENDIF.
          APPEND ls_rspar_line TO lt_rspar_tab.
          CLEAR: ls_rspar_line,
                 ls_swenr.
        ENDLOOP.            " us_swenr
      ENDIF.                " us_swenr
    *-- Get the Total costs from the report zrfreexposting_cc
      SUBMIT zreexposting_cc
             USING SELECTION-SCREEN '1000'
             WITH SELECTION-TABLE lt_rspar_tab
             WITH p_begin EQ uv_fdate
             WITH p_end EQ uv_tdate
             AND RETURN.
    Santosh

  • Modifing Exiting report and selection criteria

    hi,
    I am Facing some problems. i am using SBO 2004 2B.
    1) Is is possible to modify exiting reports?
    Can i add a column (user defined or system defined) other than columns which are available in "Form Setting"?
    If so how can I?
    2) Is it possible to add more criteria on reports selection criteria window?

    Mayur,
    If you are asking if you can use the Business One SDK to modify existing Business One reports in SAP Business One 2004 ... the answer is that you cannot. There were no reporting objects exposed in 2004A, B or C.
    There is some functionality with the Business One 2005A SDK for reporting.  You may want to download and look at the documentation on this.
    HTH,
    Eddy

  • How do I change object layer options and select visible psd layers for an image?

    Hello
    I have a plugin that replaces images in an indeisgn document. When a user has selected to show one object layer in a psd but not another layer, Indesign looses this information when I replace the old image.
    I can store the layers that are visisble before I replace the image, but I have not been able to change the visibility of tha layers back in a correct way.
    When the image is replaced, all the layers becomes visible, but if I open the "Object layers options" dialog, only the layers I want to be visible is marked as visible in the list. What I see in the dialog does not correspond with what is shown on the screen.
    I use the folowing code to store info about the visible layers:
    K2Vector<int32> PnlTrvUtils::GetGraphicLayer(UIDRef imageRef) {
        ErrorCode    result;
        K2Vector<int32> visibleLayers;
        InterfacePtr<IGraphicLayerInfo> iGraphicLayerInfo(imageRef,IID_IGRAPHICLAYERINFO);
        if ( iGraphicLayerInfo != 0 ) {
            if ( ! iGraphicLayerInfo->GetIsInitialized() ) {
                InterfacePtr<ICommand> iInitializeGraphicLayersCmd(CmdUtils::CreateCommand( kInitializeGraphicLayersCmdBoss ));
                if ( ! iInitializeGraphicLayersCmd ) {
                    result = kFailure;
                } else {
                    iInitializeGraphicLayersCmd->SetItemList( UIDList( imageRef ));
                    result = CmdUtils::ProcessCommand( iInitializeGraphicLayersCmd );
                    if ( result == kSuccess )
                        if ( ! iGraphicLayerInfo->GetIsInitialized() )
                            result = kFailure;
            int32    i;
            int32 iLayerCount = iGraphicLayerInfo->GetNumberLayers();
            for ( i = 0; i < iLayerCount; i++ ) {
                if (IGraphicLayerInfo::kVisibilityShowing ==iGraphicLayerInfo->GetNthLayerCurrentVisibility(i)) {
                    // CAlert::ErrorAlert("visible");
                    visibleLayers.push_back(i);
        return visibleLayers;
    And I use the folowing code to select the layers I want to be visisble:
    void PnlTrvUtils::SetVisibleGraphicLayer(UIDRef imageRef, K2Vector<int32> visibleLayers) {
        ErrorCode    result;   
        InterfacePtr<IGraphicLayerInfo> iGraphicLayerInfo(imageRef,IID_IGRAPHICLAYERINFO);
        if ( iGraphicLayerInfo != 0 ) {
            if ( ! iGraphicLayerInfo->GetIsInitialized() ) {
                InterfacePtr<ICommand> iInitializeGraphicLayersCmd(CmdUtils::CreateCommand( kInitializeGraphicLayersCmdBoss ));
                if ( ! iInitializeGraphicLayersCmd ) {
                    result = kFailure;
                } else {
                    iInitializeGraphicLayersCmd->SetItemList( UIDList( imageRef ));
                    result = CmdUtils::ProcessCommand( iInitializeGraphicLayersCmd );
                    if ( result == kSuccess )
                        if ( ! iGraphicLayerInfo->GetIsInitialized() )
                            result = kFailure;
            InterfacePtr<ICommand> setLayerCmd(CmdUtils::CreateCommand(kSetGraphicLayerInfoCmdBoss));
            if (setLayerCmd) {
                setLayerCmd->SetItemList(UIDList(imageRef));
                InterfacePtr<IGraphicLayerInfo> setLayerCmdLayerInfo(setLayerCmd, UseDefaultIID());
                // copy over the new settings
                setLayerCmdLayerInfo->Copy(iGraphicLayerInfo);
                int32    i;
                InterfacePtr<IGraphicLayerInfo> resetLayerInfo(setLayerCmdLayerInfo,IID_IGRAPHICLAYERINFO);
                if (resetLayerInfo) {
                    int32 iLayerCount = resetLayerInfo->GetNumberLayers();
                    for ( i = 0; i < iLayerCount; i++ ) {
                        bool16    visible = false;
                        for(int32 j = 0; j < visibleLayers.size(); j ++) {
                            if (i == visibleLayers[j]) {
                                visible = true;
                        if (visible) {
                            resetLayerInfo->SetNthLayerCurrentVisibility(i, IGraphicLayerInfo::kVisibilityShowing);
                        } else {
                            resetLayerInfo->SetNthLayerCurrentVisibility(i, IGraphicLayerInfo::kVisibilityHidden);
                    // clear out the flag
                    int32 currFlags = static_cast<int32>(setLayerCmdLayerInfo->GetGraphicLayerFlags());
                    currFlags &= ~IGraphicLayerInfo::kValidationFailed;
                    setLayerCmdLayerInfo->SetGraphicLayerFlags(static_cast<IGraphicLayerInfo::GraphicLayerFla gs>(currFlags));
                    // process the command
                    CmdUtils::ProcessCommand(setLayerCmd);

    Hello,
    Did you get this to work?
    Thanks.
    P.

  • How do I create a Search Help which selects some rows from a table?

    Well, I'm trying to be specific.
    I have a parameter with a search help that shows columns BUKRS and BUTXT for ALL rows form the table T001. What I need is restrict the search help to show only three Values: BUKRS = 1000 BUKRS = 2000 BUKRS = 3000. This is like a search help with a SELECT sentence. How do I do it?

    Hi.,
    you can go through thomas sir's suggestion. But my suggestion is If you are working in a custom Report , dont change it at Table level or Domail Level., Instead, use Function Module for Custom F4 help.,
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_bukrs.
    CALL FM F4IF_INT_TABLE_VALUE_REQUEST.
    check this help for your reference: http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbaac935c111d1829f0000e829fbfe/content.htm.
    If you are using Standard Report Check for Exits.
    hope this helps u.,
    Thanks & Regards,
    Kiran

Maybe you are looking for

  • Why will photoshop not download on my mac

    why will photoshop not download on mac

  • Header with Gui_download

    Hi, I am downloading the data into excel using GUI_DOWNLOAD. I have header information. When i checked the data the header information is condensing with respect to data. Even i increased the  length specification still it is condensing with respect

  • Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

    keep getting this error: Firefox has detected that the server is redirecting the request for this address in a way that will never complete. I've also tried in IE and got this page can not be displayed. Cleared cache, deleted cookies. I'm trying to a

  • Inbound delivery for a STO ??

    Hi What are the steps to do a Inbound delivery for a STO so that I can do Goods Receipt using that Inbound delivery in receiving plant.?? Pls tell me the configuration steps involved and other relevant steps involved. Also give me any SAP help link t

  • Project Team System Authorization Standards

    hi i am new guy to security. we are in prepare preparation phase(Technical requirements design) of the implementation project. i want to prepare documentation for "authorisation standards for project team". and i have to define standards, policies fo