Passing values to Nested iview

Hi,
My requirement is to display a input form and get the Customer ID from the user and when the user clicks a Pushbutton then the details(ex:customer name, customer address,etc.) of that corresponding customer id should be displayed in a table in a nested iview .
Plz can anybody provide me a step by step solution.

Hi,
Please go through this link
http://help.sap.com/saphelp_nw2004s/helpdata/en/9c/ffdb4269b2f340e10000000a1550b0/content.htm
If helpfull ...please award points
Thanks & Regards,
P.Navakanth

Similar Messages

  • Passing values to IAC iview

    Hi all,
    any one have idea how to pass values to IAC iview from webdynpro...
    i have purchase order screen i hvae to pass purcahse order and item no as parameter to IAC iview...
    any one have any details document for creation of iAC iview

    Hi,
    WDPortalNavigation.navigateAbsolute should be solving the purpose.
    This link might be helpful to you
    http://help.sap.com/saphelp_nw04s/helpdata/en/c3/235a428a1e9041e10000000a1550b0/frameset.htm
    Regards
    Santhosh

  • Passing Data to Nested iViews

    Hi,
    I am trying to pass the data to nested iViews and not getting success.
    In my model I have 2 layers.
    Layer 1 - Input Form
    Layer 2 - Output Table and Nested iView
    This Nested iView I have made it a tabstrip. Now when I select any line item from the table I need to pass these line item values to the Nested iViews Tab1. I tried using the Signal Out in the Out port of the output table. Put in a Signal In in the Nested iView. I am not able to connect this SignalOut and Signal In.
    I read forums that the solution can be achieved through data store in the Nested iView and then connect the data store and Signal In. My problem is how will the Data Store and Signal In get the parameters.
    I also tried connecting the Out port of the Output table to the Signal In of the Nested iView but i am not able to do the mapping.
    Can someone pls help me here?
    Thanks,
    Nagarajan.

    Hi Nagarajan,
    I dont think you need a Signal Out here, you can directly link the output port of the table to the Input port of the nested iview and select the event as "SELECT".
    with the above setup in place, you need to assign all the fields with proper values in the connection links(both in the parent iView and nested iview). also check if you have created the field in the signal in and assigned it a value properly to the input port of the data service or query properly.
    Try this and let me know if this does not work.
    Regards,
    Rk.

  • Passing values to BSP iview in Portal

    Hello,
    We have a BSP iview created in the portal. We would like to pass a parameter to the end of the url.
    for example:
    name of bsp iview: MDM_VEND_REQ
    start page is:  start.htm
    parameter: ?mode='create'
    The first two are fine as there are place holders to enter that in the BSP iview properties page within the portal.
    i tried entering the parameter in the application parameter property within the bsp iview in the portal. no luck
    any ideas,
    Thanks,
    Sunil

    In "Application Parmeter" enter the value as "<mode>=<create>"
    Check out the following for further details,
    http://help.sap.com/saphelp_ep60sp2/helpdata/en/30/1b62799d786445a72ad85acb4fd55b/frameset.htm

  • How to pass values between nested i-views

    Hi All,
    I have created two nested i-views, one containing a form with a signal out and one with a table and a signal in. Once the form is submitted the values should be passed to the other nested i-view containing the table and the signal in.
    If I create the two i-views as primary windows and deploy the model, the values are passed between the two i-views. If I make the i-views nested windows and create another i-view that contains the two nested i-views, the values are not being passed.
    What am i doing wrong ? Any ideas ?
    Thanks
    Thomas

    Hi,
    Sorry for not explaining this before, i was in a bit of a hurry. What I did is the following. I have one main i-view containing two nested i-views. The nested i-views pass information using a signal out and a signal in.
    The thing I forgot was to connect the signal out with the signal in of the two nested i-views. After I had connected these, the values where passed correctly.
    Not sure if this is what you are after, but it worked for my scenario.
    Regards
    Thomas

  • Passing values from one iView to other iViews in the same page

    Hi all,
    I have one entry jsp+htmlb iView  and two other BW iViews( URL based). The entries made in one iView serves as the input for the other two iViews to generate BW reports.
    I know we should use EPCM event API but how do I dynamically change the URL (with application parameters) in the other two iViews?
    Thanks in advance.
    Rgds,
    Janvi

    Hi Janvi,
    look here:
    Permanent change of iView property programmatically
    Yoav.

  • Retrieve field value  from webdynproABAP iview into portal using studio

    Hi.
    I have to solve this problem.
    I have assigned webdynpro ABAP iview (iview created by webdynproABAP team people) into one roles.then  i assigned  that role to one user....
    now i want to pass  values  from  webdynproABAP iview  to portal using NWDS.
    how do to acheive thisone?
    i created normal JSP,JAVA class in NWDS...I dont know how to pass values in NWDS..
    but  i want to retrieve  fieldvalue  into  portal.....
    plz help to solve this problem....

    Hi Vinothini21,
    If you are using Webdynpro ABAP iview and want to modify it then you need to do in TCODE se80 in SAP system. I think not in NWDS. Please check it.
    Best Regards
    Arun Jaiswal

  • Pass variable value to Nested I-view

    Hi All,
    Short question:
    In a nested I-view, how can i refer back to variable value (selected value in dropdown box) located in main I-view?
    Detailed situation:
    In VC i have quite a large table presenting x/customer over a variable fiscal year. If a customer is selected in that table another query is triggered and will show a chart with some specific info regarding that customer over that same fiscal year.
    Thus: var. fiscal year --> first query --> table: x/customer --> action: customer selected --> second query --> chart: detailed customer info / var. fiscal year.
    In the connection between the table and the second query i can configure the input field (fiscal year) and assigned value easily by select the input form concering the variable fiscal year.
    However this construction works when i keep everything in one I-view. Regarding performance i've to split up my model into several nested i-views.
    Therefore the dropdown box where the fiscal year can be selected and submitted is detached. So now, in my main I-view i've various dropdown boxes and some nested i-views.And In one of those i-views i've a 'signal in' (containing var. fiscal year) and the continuation of the ealier mentioned construction.
    Now, when i'm trying to filter the connection between the table and the second  query i'm not able to refer back to the input form containing the var. fiscal year (because its not in that Nested I-view, but in the main I-View). Also i'm not able to refer to the input signal.
    Any suggestions?
    Kind regards,
    Bart

    Hi Bart,
    short answer
    You have to pass your value with a signal in into your nested iView.
    Best Regards,
    Marcel

  • Pass an event to outside nested iview (Flex 2.0)

    Dear all,
    As per note 1124906, the new Flex engine permit pass an event raised inside a nested iview to the outside iview.
    I just installed the SP 14, PL 1 and I couldn't find how to use this feature.
    Someone could help me?
    Thanks.
    Note 1124906:
    New Visual Composer features for Flex 2.0, enabled by this patch, include:
    Signal Names as Events: If you are working with nested iViews in a Flex-based model, you can use Out signals within the nested iView to expose EPCM events external to the nested iView, elsewhere in the same model. These signals can trigger transitions between layers and/or trigger events when received by the complementary In signals.

    I've found the problem:
    I forgot to select the correct compiler (FLEX 2) under Options menu.
    Select the correct compiler and it will work fine
    Regards,
    Alessandro.

  • How to assign Values to nested table and pass as parameter to procedure?

    How to assign Values to nested table and pass as parameter to procedure?
    Below is the Object and its type
    create or replace type test_object1 as object
    val1 varchar2(50),
    val2 varchar2(50),
         val3 varchar2(50)
    create or replace type test_type1 is table of test_object1;
    create or replace type test_object2 as object
    val1 varchar2(50),
    val2 varchar2(50),
         val3 varchar2(50)
    create or replace type test_type2 is table of test_object2;
    GRANT ALL ON test_object1 TO PUBLIC;
    GRANT ALL ON test_type1 TO PUBLIC;
    GRANT ALL ON test_object2 TO PUBLIC;
    GRANT ALL ON test_type2 TO PUBLIC;
    here is the table made of object type:
    create table test_object_tpe
    sl_num NUMBER,
    description VARCHAR2(100),
    main_val1 test_type1,
    main_val2 test_type2
    NESTED TABLE main_val1 STORE AS tot1
    NESTED TABLE main_val2 STORE AS tot2;
    here is the procedure which inserts values into nested table:
    PROCEDURE INSERT_TEST_DATA(sl_num IN NUMBER,
    description IN VARCHAR2,
    p_main_val1 IN test_type1,
    p_main_val2 IN test_type2
    IS
    BEGIN
    FOR rec in p_main_val1.first..p_main_val1.last
    LOOP
    INSERT INTO xxdl.test_object_tpe
    sl_num,
    description,
    main_val1,
    main_val2
    VALUES
    sl_num
    ,description
    ,test_type1 (test_object1(
    p_main_val1(rec).val1,
                                       p_main_val1(rec).val2,
    p_main_val1(rec).val3
    ,test_type2 (test_object2( p_main_val2(rec).val1,
                        p_main_val2(rec).val2,
                        p_main_val2(rec).val3
    END LOOP;
    commit;
    END INSERT_TEST_DATA;
    here is the anonymoys block which assigns values to the object type and pass values into the procedure:
    set serveroutput on;
    declare
    p_sl_num NUMBER := 1001;
    p_description VARCHAR2(50) := 'Testing Val1';
    inval1 test_type1 := test_type1();
    inval2 test_type2 := test_type2();
    begin
    inval1(1).val1 := 'testx1';
    inval1(1).val2 := 'testx2';
    inval1(1).val3 := 'testx3';
    inval2(1).val1 := 'testy1';
    inval2(1).val2 := 'testy2';
    inval2(1).val3 := 'testy3';
    CSI_PKG.INSERT_TEST_DATA(sl_num => p_sl_num,
    description => p_description,
    p_main_val1 => inval1,
    p_main_val2 => inval2
    end;
    Can anybody correct me.
    Thanks,
    Lavan

    Thanks for posting the DDL and sample code but whenever you post provide your 4 digit Oracle version (result of SELECT * FROM V$VERSION).
    >
    How to assign Values to nested table and pass as parameter to procedure?
    >
    Well you are doing almost everything wrong that could be done wrong.
    Here is code that works to insert data into your table (the procedure isn't even needed).
    declare
    p_sl_num NUMBER := 1001;
    p_description VARCHAR2(50) := 'Testing Val1';
    inval1 test_type1 := test_type1();
    inval2 test_type2 := test_type2();
    begin
    inval1.extend();
    inval1(1) := test_object1('testx1', 'testx2', 'testx3');
    inval2.extend();
    inval2(1) := test_object2('testy1', 'testy2', 'testy3');
    INSERT INTO test_object_tpe
    sl_num,
    description,
    main_val1,
    main_val2
    VALUES
    (p_sl_num, p_description, inval1, inval2);
    commit;
    end;
    /See Example 5-15 Referencing a Nested Table Element in Chap 5 Using PL/SQL Collections and Records in the PL/SQL doc
    http://docs.oracle.com/cd/B28359_01/appdev.111/b28370/collections.htm#CJABEBEA
    1. You don't even need the procedure since all it does is a simple INSERT into the table which you can do directly (see my code above)
    inval1(1).val1 := 'testx1';There is no element one (1) of 'inval1' since you haven't created any elements yet. You need to EXTEND the collection to add an element
    inval1.extend();And then there is an empty element but 'inval1' is a container for objects of type 'test_object1' not for scalars like 'val1', 'val2', and 'val3'.
    So you can't do
    inval1(1).val1 := 'testx1';You have to create an instance of 'test_object1'
    inval1(1) := test_object1('testx1', 'testx2', 'testx3');And so on for the other collection
    You don't need the procedure (as my sample code shows) but once you populate the variables properly it will work.

  • Pass Values between iViews in Portal

    Dear all,
    I created 2 dashboards in 2 different iViews in a same page using VC 7.0. However, in portal, I need to assign those iViews to 2 different pages but a same workset.
    The first one is sales summary and 2nd one is sales detail.  User needs to select or type in a plant number to run the sales summary page.  I wonder whether is it possible to pass the plant number to the 2nd iViews to run the sales detail iViews? It seems it works if they are in the same page in portal but it doesnu2019t work if they are not in the same page even I created those iViews in a same page in VC.
    I tried to use signal in from the 1st iViews and out in the 2nd iViews but it seems portal will re-initialize every time when I run the dashboard in a new page so probably the signal-out value is initialized so there is no signal-in value when I run the 2nd iViews even I select the plant number and signal-out in the 1st iViews. Is there any workaround in this case? Thanks  .

    Hi
    You can use GP CAF to pass the values from 2 iviews in VC
    Thanks
    Harsimran

  • Eventing between iView and nested iView

    I try to make an Event between an iView and an nested iView. I followed the instruction on page 164 in the reference guide and tried some other things, but it doesn´t work. I make an output Port on the one side, there i could select the fields to be displayed. But when I compose the Input Port , there are no field to see.
    So what make I wrong?

    Hello Marcus,
    the main thing about the desired eventing seems to be that when you have placed your data service in the nested iview you have to create a signal-in port<b> by pulling a data connection out of the input port of the data service</b> to create the input-port of your nested iView. Only this way, the port is filled with the input data of the data service.
    Back in your main iView you can connect the data flow to the newly created port of your nested iView the same way as you connect to a data service. You then should see the input fields of the data service that you placed in the nested iView and be able to assign values to the input fields.
    Hope that helps
    cheers
    Gerhard

  • Passing Values to a BW Template through Java - Dynpage

    Hello All!
    -I have one Java-Dynpage Application. I have created an
    Iview from that PAR file.
    -This Dynpage accepts some input from user(say his employee number) and displays some data from SQL server.
    -Now I want that when the user enters the input and clicks submit button, these values should be passed to a BW template to execute the BW report based on this input.
    -In other words, i want to display another Iview which will display a BW report based on the values passed from my Dynpage.
    <b>Is it possible to pass the values to a BW template from java?</b>
    If yes, how do i do it?
    Any suggestions are welcome....

    You can have two Iviews:
    1.Your existing Java Iview
    2. Standard BW Report as an Iview.
    when submit button is hit on Iview1. Use EPCF to pass values to Iview2.Then build your new bw url based on the values you get from iview1 thru EPCF.
    Search for EPCF on sdn.
    So , yes it is possible to pass values to a BW template from Dynpage or JSP using EPCF.
    regards,
    P.

  • Navigating values from one iview to another

    HI,
    We have created an Iview in Visual composer and has provided some "Name" and "EPCM Event".
    Now when i click on a button i shud pass a values called "Number" from this iview to another iview which is not a Visual composer iview.
    Can i know how can i link this 2 iviews and also how to capture that EPCM event to show the value in second iview.
    Regards,
    Raju

    Hi,
    The value is stored in cookies in the Client. EPCM databag APi should help you
    http://help.sap.com/saphelp_nw70/helpdata/en/68/322a9261c54e51b7965f86aac3dae2/frameset.htm
    save method writes to the cooke (from 1st iView) and load method gets the value from the cookie(from the 2nd iView).
    Event is required only if you have both the iViews in the same page and want to show the update immediatly
    http://help.sap.com/saphelp_nw70/helpdata/en/82/04b340be3dff5fe10000000a155106/frameset.htm
    Srini
    Edited by: Sinivasan Rajamani on Aug 11, 2009 9:23 PM

  • How to pass value between models?

    Dear all,
    I use VC 7.0 composer to create dashboards. That include one overview dashboard (model) to show seven KPI in one screen and I also have seven detailed dashboards (models) to show the detail of each KPI.  Each dashboard has their own iView .   User will only need to pick a plant once at the overview dashboard and I expect the plant value will be passed to other seven detailed dashboards.
    Since those dashboards are saved in different models, I just wonder is it possible I can pass the value from the overview dashboard model to the separated detailed dashboard models? The reason I donu2019t put all dashboards in one model because I need to have different reports assigned on the left of the screen for each dashboard in portal. If I need to accomplish this in portal, I believe I need separate iView(model) for each dashboard. Please correct me if I am wrong since I am new to portal development. Thanks.

    I think it is possible to pass values between models.
    Just creat on "Write-RFC" and one "Read-RFC"
    The RFC has just the function to write/read a value into an customer table...
    ^^ We have tried this scenario and it works perfect.
    Regards
    Florian

Maybe you are looking for

  • Screen/Computer does not Power Up when life the Display from being Closed

    Sometimes (not always), when i come back to my MacBook Pro and open the display after it has been closed for a bit, the screen and computer does not power back up or anything. If you look at the screen there is a very FAINT image on the screen of wha

  • Where's the portlet instance for each user?!? (delete a portlet)

    Hi! I'd like to know if there's a place (in WeblogicConsole or PortalAdministration or..) where i can see portlets available for a specific user. Why? Because, if a user permanently delete a portlet (With the delete button on the portlet title bar) b

  • Dunning not updating in Customer Master

    Dear All, We have an issue- once we completed F150, it did not update dunning level in customer master data. The customer have an overdue invoice and the number of days also reached Do suggest. Regards

  • Lenovo G550 - Keyboard Issue

    I'm not sure exactly what happened, but I must have accidently hit a wrong key.  It seems that there is something wrong with my SHIFT KEYS and with the CTRL KEY on the left side of my keyboard.  I have a feeling I hit a wrong combonation of keys beca

  • DataBaseMetadata.getAttributes - Problem with Exception

    I am Using Oracle 10g and have an exception when I run this code: public void getAttributes(String schema, String type){      try{           md=conn.getMetaData();           rs=md.getAttributes(null,"SYSTEM","TABLE1", null);           while(rs.next()