Linking between views!!

Hi
I'm new to EP, I have an application which on clicking of links in one iView, different iViews should be opened in Content Area.
I have created the links iView containing:
1.open PDF file.
2.open iView (which is webpage containing some images and some input fields)
On click of this i should be able to open them in content area or full window.
how I'm gonna achieve this ?? can some one tell me the step by step procedure for this.
help required urgently..
Thanks in advance
Srikant

I'm facing the same issue.Has anyone worked on it?

Similar Messages

  • How can i navigate via navigational link between views in different windows

    hello
    i am using CRM_UI and have opened a popup
    gv_transcr_popup is a attribute referrring to if_bsp_wd_popup in my implementation class
    gv_transcr_popup = comp_controller->window_manager->create_popup(
        iv_interface_view_name = 'AIC_CM_TRANS/AssignTranspReq' "#EC NOTEXT
        iv_usage_name          = 'CUBAssignTransporReq'         "#EC NOTEXT
        iv_title               = lv_title ).
    get instance of BOL dynamic query
      lo_qs = cl_crm_bol_dquery_service=>get_instance( 'BTQAIC_CM_TRANSPORTREQ').
      gv_transcr_popup->set_on_close_event( iv_view = me iv_event_name = 'AssignTranspReq' ).
      gv_transcr_popup->set_display_mode( if_bsp_wd_popup=>c_display_mode_surrounded ).
      gv_transcr_popup->open(   ).
    through the iv_usage_name i will open in this popup a search view from another window
    in this window is a searchview implemented and now after selecting the line in the result view in want to navigate through outbound plug / inbound plug to the starting view .
    but i get the exception
    Target view AIC_CM_TRANS/TransportReq of the navigation is not assigned to the current window AIC_CM_TRANS/AssignTranspReq ( which is true)
    now the question: how can i navigate between views of different windows?
    Best Regards
    britta

    hi
    i have found a way : you have to use a outboungplug from the windows interface ..then it is working
    best regards
    britta

  • View link between view based on entity(table) and view based on stored proc

    I've created a view based on a stored procedure. I need to link this view to a view based on an entity which is based on a table.
    I can create the view without issue, but when I attempt to run the application module that contains the relationship I get this error:
    (oracle.jbo.InvalidOperException) JBO-26016: Cannot set user query to view "SalesentityModuleApiView2" because it is a destination in a view link
    One thing that may be notable about this is that this view started out based on a database view. I later overrode the select related methods using the example here:
    http://download-east.oracle.com/docs/html/B25947_01/bcadvvo008.htm
    Any ideas? I will gladly post some code if someone will let me know what might help diagnose this.

    Hi,
    I solved my problem with adding transient field, and changing the value of it (true | false) on set method of field that can be changed so I can get which row was updated. What exactly do you mean when you say not updateable, I'm using a vo with no entity, and I can add, remove rows, in fact I think it's a good solution because I don't want to write to database immediately.

  • Master Detail Linking between Views

    Hi All,
    I have checked that Master Detail linking works between an Analysis and a Graph etc. But is it possible to have a Master Detail Linking between a Gauge and a Graph such that when I drill down on a Gauge my Graph should reflect the same results.
    Thanks.

    I'm facing the same issue.Has anyone worked on it?

  • View Link between two query views

    Hi is it possible to create a view link between two views having the where clause bind variables.
    How you set the bind variables at the run time for the View objects. It is giving hard time for me to use the Master view in the XmlData bean to generate the Xml document.
    I am able to set the Master views bind variables, but for view link destination view
    where clause bind variables are not able to set ( link object link condition bind variables are binded run time but the views where chause bind variables of destination view are unable to setand bind)
    Thanks
    null

    Easiest way to do this is to add additional transient attributes to your master view object, and then include those additional transient attributes in the list of source attributes for your view link. This way, you can get BC4J to automatically refer to their values with no additional code on your part.

  • View link between 2 public view object(PVO)

    Hi,
    Can we create a view link between 2 Public View Object(PVOs)? Is as same as creating view link b/w normal VOs.
    Regards,
    Suresh

    Hi,
    whats mean Public View Object? do you use BI?

  • View link between VO from two application modules

    Is it possible to create view link between VOs from 2 different Application modules?

    Here is what it says:
    SymptomsYou have an ADF BC (BC4J) project and you are getting the following error:
    oracle.jbo.domain.Number; local class incompatibleA more detailed error looks similar to:
    oracle.jbo.domain.Number; local class incompatible: stream classdesc
    serialVersionUID = -7171468674200794918, local class serialVersionUID =
    -6507359405709672486
    CauseThis problem is caused by either that:
    You have inadvertently mixed two mutually exclusive domain libraries like "BC4J Generic Domains" (bc4jdomgnrc.jar) and "BC4J Oracle Domains" (bc4jdomorcl.jar).
    or
    You have added the "BC4J Datum" library (bc4jdatum.jar) to your middle-tier class path, and are trying to use a JDBC driver different from the one that ships with JDeveloper 10g in the box.
    The BC4J Generic Domains and the BC4J Oracle Domains are never meant to be used in the same application classpath. They contain different implementations of the same set of classes, one destined for use in Oracle JDBC driver environments, and the other for use with other non-Oracle JDBC drivers.
    The BC4J Datum library is designed for use in a thin-client Classpath that is remotely accessing an ADF Business Components middle tier deployed as an EJB Session bean. It contains only the domain classes (typically jar'ed up as part of the whole Oracle JDBC Driver JAR) without having to have the rest of the JDBC Driver JAR on the thin client. SolutionPlease check if any of the above suggested scenarios is applicable to your application.
    If you have the BC4J Generic Domains and the BC4J Oracle Domains in the same project despite that they are never meant to be used in the same application classpath you will get this error. They contain different implementations of the same set of classes, one destined for use in Oracle JDBC driver environments, and the other for use with other non-Oracle JDBC drivers.
    Goto the Project Properties for you project.
    Select Profiles -> <Profile Name> -> Libraries
    Check in the Selected list (to the right) if you have both BC4J Generic Domains and the BC4J Oracle Domains there. If so, remove the one not appropriate for your project.

  • Create view link between two view objects (from programmatic data source)

    Hi Experts,
    Can we create a link between two view objects (they are created from programmatic datasource ; not from either entity or sql query). If yes how to create the link; ( i mean the like attributes?)
    I would also like to drag and drop that in my page so that i can see as top master form and the below child table. Assume in my program i will be only have one master object and many child objects.
    Any hits or idea pls.
    -t

    Easiest way to do this is to add additional transient attributes to your master view object, and then include those additional transient attributes in the list of source attributes for your view link. This way, you can get BC4J to automatically refer to their values with no additional code on your part.

  • View link between calculated attributes

    Hi all,
    I'm having a problem with a view link. See, I'm linking two view objects on attributes that are calculated. The two view objects are result of sql query (not EO based) - plus, this attribute is present in the SQL query and in the db table for both view object.
    The SQL query is like, for both view object :
    select to_char(DATE_FO, 'dd/MM/yyyy), a, b, from ...
    And, as I said, I made a view link on these attributes. The cardinality is 1 to *.
    When testing the ApplicationModule, I'm getting
    (oracle.jbo.SQLStmtException) JBO-27122: SQL error during statement preparation. SELECT ....... ) QRSLT WHERE DATETOCHAR = :Bind_ToCharGdaCrahDateCrahDdMm
    ----- Level 1: Detail 0 -----
    (java.sql.SQLException) ORA-00904: "DATETOCHAR" : identificateur non valide
    DATETOCHAR is the alias of the calcultated attribute in detail vo.
    Please help ! Also I've been reading Steve's article : urlhttp://radio.weblogs.com/0118231/2003/11/13.html[url] ; what is jbo.viewlink.consistent property exactly ?
    Regards
    Luc

    Hi again,
    ok I found it ... I needed to add an alias in the SQL query and override the default sql where clause in the view link. Something weird btw, because the alias in the sql query seems to be not bind to the alias property in the attribute properties... and it add another attribute. But it works fine.
    Therefore, if Steve muench might explain jbo.viewlink.consistent property, I'm stil interested in knowing that :)
    Luc

  • Link between Invoice and Payments

    As I understand the link between the A/R Invoice table and the Incoming Payment table is OINV.ReceiptNum = ORCT.DocEntry. My question is when does the ReceiptNum field get filled in? We have many closed Invoices that have a payment linked (viewed by going to Applied Transactions when on the Invoice) but the ReceiptNum field is still NULL in the database. Shouldn't these invoices all have a linked payment if they are closed?
    Regards,
    Jeremy

    Hi Steven,
    The reciptnum field is populated when the payment is created and the Invoice is a part of that payment. If you do a manual reconciliation this field is not populated.
    Open the payments that you see in Applied transactions to see if the Invoices are in the rows.
    Hope it helps,
    Jesper

  • Link between SD & CRM

    Hi Forum,
    I am neither into SD nor CRM, but some how, i am keen to know that the link between these two, though i am into technicaL(NW-XI). 
    I know that CRM provides us with a 360 degree view of the customer. where as in R/3 System we have the departmentalised approach and so its not possible to get the details of a 15 year + customer requirements etc.
    Now, my doubt is whether  CRM & SD will be installed on the same basis level or there will be having any middleware, if so, wht type of middleware?  how the data transfer is happenign between them etc.. etc..
    plz provide me a gud link or a gud explanation. 
    Thanks in Advance
    regards

    Hi Lakshmi,
    CRM & SD both are different Plat forms, data exchange happens  between these two systems based on the Middleware settings , Middleware settings depends on the Adapter functionality, these Adapters (Online  R/3 Adapter for SD ) are converting the data into B doc format because CRM centarl server ( data base ) recognises  B doc format only ( It  is if Data moving to CRM from R/3 ) , vic versa the same  Adapter converts CRM B DOC formated data into R/3 I DOC  format and it will update in the R/3 ( SD ) data base tables.
    Middleware settings like Table mapping , field mapping , data type like char, length every thing needs to be maintain between these two data bases ( CRM, SD ),here  data can exchange permanently.
    Regards
    Naren..

  • Link between G/L Account and profit center

    Hello dear all,
    I have an issue in Intra-company process.
    I made 2 customer payment for 2 different company code:
    1/ Company 1000: i have 2 line items posted (in G/L View)
    2/ Company 2000: For the same Cash account and the same customer account used in my first case (with company 1000) i have 4 line item posted in the G/L view and with different " PARTNER PROFIT CENTER"
    I do not know wher can i find in customizing the link between G/L Account and Profit center ?
    Thank you in advance

    The document splitting is active in your company, at the same time, the "zero balance" for profit center is activated in your doc split characteristics. In order to balance the profit center in General View, it creates another line item for balancing it which is the zero balancing account or split the cash account according to profit center assignment. For some cases, they are split equally that is why it is best that you assign the profit center in the cash account upfront and create line item for each payment with different profit center assignment.
    For instance, there are two customer line items with different profit center assignment
    Customer Line Item 1 = Assigned to Profit Center 2000 amount 500
    Customer Line Item 2 = Assigned to Profit Center 3000 amount 500
    When I post a payment of 1000, the Entry View is
    Cash                 1000
        Customer                1000
    GL View
    Cash       PC 2000       500
         Customer PC 2000         500
    Cash      PC 3000        500
         Customer PC 3000          500

  • Link Between AP_INVOICE_PAYMENTS_ALL and AP_PAYMENT_SCHEDULES_ALL

    Guys,
    I am new to Oracle Financials, can you please let me know if my understanding of link between AP_INVOICE_PAYMENTS_ALL and AP_PAYMENT_SCHEDULES_ALL is correct or not?
    SELECT ai.invoice_id
    , ai.invoice_num
    , aps.due_date
    , aip.accounting_date
    , aip.amount, aip.payment_num
    FROM ap_invoices_all ai
    , ap_invoice_payments_all aip
    , ap_payment_schedules_all aps
    WHERE aps.invoice_id = ai.invoice_id
    AND aip.invoice_id = aps.invoice_id
    AND aip.payment_num = aps.payment_num

    plz look at seeded view AP_DOCUMENTS_PAYABLE
    FROM
    ap_invoices_all ai,
            ap_invoice_payments_all aip,
            ap_payment_schedules_all aps,
    WHERE
    AND aip.invoice_id = ai.invoice_id
    AND ai.invoice_id = aps.invoice_id
          AND aps.payment_num = aip.payment_num
    ...your code a bit different by
    AND aip.invoice_id = aps.invoice_idbut it's ok
    >
    AND aip.payment_num = aps.payment_num
    Is this correct?
    >
    yes

  • Link between PO and PR

    Dear Experts,
    I have one requirment where they need report based on Purchase order and in additional to that they need PR amount(PREIS) which is there n EBAN table and another field PO Asset number(ANLN1) which is in EKKN table.I am using the datasource 2LIS_02_SCL.But these two fields are not available here so decided to use EBAN and EKKN tables to create view by linking these tables and go ahead for Generic Datasource.
    But i couldnt find the link between these two tables as BANFN (Purchase requisition number) is there in EBAN but not in EKKN.
    So i have decided to Link these two tables by using EKET table where i have BANFN and EBELN(PO number) here.
    Still am finding problem with this table also.
    Could anybody help me in this regard.
    Thanks a lots n adavnce..Please help me out.
    Rgds
    Ace

    Hello ACE
    I will suggest you to create generic data source on EBAN and create an ODS object. Then you can create infoset to get the reports.
    Regards
    Baljit Singh

  • Link between EKKO and ARDC

    hi all,
    I AM CURRENTLY HANDLING A ERS FORM OBJECT.
    I NEED TO LINK BETWEEN :
    i>EKKO AND ADRC.
    ADRC IS FOR VENDOR ADDRESS.
    SINCE I CAN'T USE ANY MASTER TABLE FOR THIS OBJECT ACCORDING TO REQUIREMENT OF THE OBJECT.
    ii>IS THERE ANY WAY OF LINKING EKKO AND T001w EXCEPT THROUGH EKPO ITEMTABLE.
    Edited by: Alvaro Tejada Galindo on Feb 22, 2008 2:50 PM

    Try the query viewer in SQ01.
    goto sq01>quick viewer->give somename ZXX->create->
    small screen will come ....under the datasource select
    "table join ". dont forget to give title ....click green button 'ok'
    When the next screen comes press the insert table ....gove necessary table names  to view if there is any joins
    <REMOVED BY MODERATOR>
    Edited by: Alvaro Tejada Galindo on Feb 22, 2008 2:51 PM

Maybe you are looking for