Inititilization parameter(STATIC/DYNAMIC)

HOW CAN WE KNOW THAT A PARTICULAR PARAMETER OF PAATMETER FILE IS STATIC OR DYNAMIC USING A SQL QUERY?
THANKX...

Look at V$PARAMETER
http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14237/dynviews_2012.htm#sthref3816
ISSES_MODIFIABLE VARCHAR2(5) Indicates whether the parameter can be changed with ALTER SESSION (TRUE) or not (FALSE)
ISSYS_MODIFIABLE VARCHAR2(9) Indicates whether the parameter can be changed with ALTER SYSTEM and when the change takes effect:
IMMEDIATE - Parameter can be changed with ALTER SYSTEM regardless of the type of parameter file used to start the instance. The change takes effect immediately.
DEFERRED - Parameter can be changed with ALTER SYSTEM regardless of the type of parameter file used to start the instance. The change takes effect in subsequent sessions.
FALSE - Parameter cannot be changed with ALTER SYSTEM unless a server parameter file was used to start the instance. The change takes effect in subsequent instances.

Similar Messages

  • Parameter with Dynamic prompt - bug encountered

    I am using CRD XI release 2 (SP2) against an Oracle 10 release 2 database
    I have a report fully working with a static parameter
    1. But I have an issue when trying to introduce a parameter with dynamic prompts
    I have a data source (PointofSale retrieving data from a database view)
    I am trying to have the newPointOfSale parameter to prompt the user for values taken out of the PointOfSale source.
    I set up the parameter as indicated by the Crystal RD210 Guide.
    But when I run the report I am prompted for Server Name(greyed out)/user name/password(something I have never had to do for this report until introducing the dynamic parameter)
    In doubt I enter these of the database user I am using as a source for this report
    I get a strange error message telling me there is a problem with another datasource on the report.
    'Prompting failed with the following error message: 'List of Values failure: fail to get values. [Cause of erro: The table 'DLEX_REPORT.DLEX_REPORT_RETRIEVE.AIRLEGSUMMARY_SUM' could noyt be found. UNKNOWN.RPT]'.
    Error source: prompt.ddl Error code 0x8004380D
    There seem to be  bug with parameters and dynamic list of values in Crystal as other people seem to encounter similar issue
    Is there a fix or a workaround?
    2. Also I believe this forum allows to escalate bugs with SAP/business objects. Does anyone know how to do this? As this is very obviously a bug....
    Thanks
    Philippe

    I am not sure whether this will solve your problem since you are using a different implementation of Crystal Reports , but I've received the same error using CR XI Developer Release 2 in conjunction with the Crystal Reports Server XI Release 2.  My solution was to go into the Business View Manager application and fix the Data Connection object associated with the problematic Dynamic prompt by supplying a user name and password for the data connection object and setting the "Runtime Prompt Mode" property to "Never Prompt".  For some dumb reason, the Crystal Reports client will publish the data connection object to the Business Views database without any login credentials associated with it.  So after creating such a prompt in a report, you have perform this extra step before running the report the first time.  The good news is that if you reference this dynamic prompt in other reports, it will work - so you only need to fix it when it is first created.

  • Class static/dynamic Vi icon invisible after clicking "Visible Items/Terminals"? Why?

    I created a class in LabVIEW 2014, then added a VI for Data Member Access; Static  Dispatch, & Dynamic Dispatch Template.
    I'm just using the default ICON.  All of these VI's have terminals connected by default to the class instance and error (In & out).
    I can connect up to these VI's, but when I right click and select "Visible Items/Terminals", the VI disappears.  It's still there on the screen, but I can't see it.  If I turn the label on, I can then locate it. 
    Seems like a good way to cause some real nasty debugging problems (an invisible code segment).
    What's special about the Static/Dynamic dispatch template VI's that they can be made invisible?  ...and why would you want to allow this?
    Note: I'm currently using a trial version of LabVIEW 2014.
     

    Since it's the trial version of LabVIEW, you can only try to look at the VIs, but they won't let you. Nah, just kidding!
    Can you share the VI you're having trouble with? Maybe the VI has no pattern set for the terminals, so it's not actually invisible it's just one big terminal.
    Re-read that you have error clusters and stuff wired. I use dynamic dispatch VIs and VIs from the data member access template all the time and haven't seen this before.

  • Determine whether parameter is dynamic or static?

    I'm having some challenges with applying connection information to my reports. I'm seeing that I need to use one method for reports that contain dynamic parameters, and another method for ones that do not. It's insane to me how difficult it's been to find a solid way to handle setting connection information, and there appears to be a million ways to do it, but I digress.
    What's the best way to load a report and determine whether or not it contains parameters that are dynamic or not? Any advice would be appreciated!

    Ok... I'll take you down the rabbit hole, which will probably slightly change the topic of this thread This all stems from a post I made back in 2011 which you and Don were active on:
    http://scn.sap.com/thread/1887128
    I never did quite figure out the issue described in that thread, and finally began to tackle it again. My CR viewer needs to support reports that utilize ODBC (RDO) and OLE DB (ADO) connection types. As it turns out, reports utilizing OLE DB (ADO) connection types were actually working as expected, no login screen was being shown prior to the dynamic parameter being displayed, it was only reports utilizing the ODBC connection type. So I downloaded the "CodeBuilder-RasConnectionInfo" utility and worked with the code it generated, which looked like an entirely different method of setting the connection info. After using this new method, my ODBC based reports began to work just fine, whereas my OLE DB (ADO) reports were now displaying the logon prompt prior to displaying the dynamic parameters. The code I've been using all along has been working so well and is very trusted that thought one approach I would take is to detect if the crystal report contained dynamic parameters, and only use the new connection code if it did, otherwise it would revert back to what I was always using. I'm now changing my tune on this, and don't think that's the right approach. I'm actually comfortable with making the statement that my viewer only supports dynamic parameters when utilizing OLE DB (ADO) connection types. But just in case you are curious, here are the two blocks of code:
    Here is what I was always using, where dynamic parameters show a logon prompt for ODBC connections types, but not OLE DB (ADO) connection types:
    http://resources.rock-pond.com/orig.txt
    Here is what I used from the code generator, where dynamic parameters do not show a logon prompt for ODBC connection types, but do for OLE DB (ADO) connection types (In this example, there are minor changes to the code depending on whether the report utilizes ole db (ado) vs ODBC... The example here is for odbc
    http://resources.rock-pond.com/new.txt
    Ideally I would find one method that work work against both connection types and display dynamic parameters without the logon prompt, but I haven't found the answer yet.
    I'm currently using 13.0.5.891 on the development system, and am testing the functionality against a 13.0.8 version of the runtimes. If you've got any thoughts or direction I might take, let me know.

  • How to hide/view a SSRS report parameter control dynamically at runtime?

    Hi,
    I am using SSRS 2005. I want to enable/disable or hide/view parameters based on another parameter selection.
    Say Suppose I have 5 parameters. User selects first value in first parameter I should show only Second parameter and hide remaining 3 parameters (Parameter 3,Parameter 4 & Parameter 5).
    If user selects second value in first parameter I should show third parameter and hide remaining 3 parameters(Parameter 2,Parameter 4 & Parameter 5).
    Similarly If user selects third value in first parameter I should show fourth and fifth parameter and hide remaining 2 parameters(Parameter 2 & Parameter 3).
    There is no relationship between these parameters except user selection.
    I can not see any Visible property for report parameters.
    Any "builtin" support in SSRS for this scenario.
    Appreciate your help.
    Regards,
    Bala

    Thanks for the tips.
    RDL is deployed in Report sever and the Report is integrated with .net application. End user view the
    Reports from Application.
    Currently I show the parameters as you mentioned in point 2.
    Based on my understanding on Point 1,  I want to create an independent web page in .net that has
    the entire parameters section and then a submit button that calls the report with the selected parameters.
    From SSRS side, I want to hide the parameters statically and make default values as NULL.
    Can I achieve Show/Hide parameter functionality by this way?
    Regards,
    Bala

  • Error while setting input parameter for dynamic process - GP

    Hi All,
    I am using CAF 7.1 GP.
    Here I have to start a process dynamically and it is working fine.
    But, when I tried to set value for input parameter of this process by
    IGPStructure params = GPStructureFactory.getStructure(process.getInputParameters());
    params.setAttributeValue("Val","MyValue");
    ( <b>Val</b> is the name of grouped input parameter ), it is giving
    com.sap.caf.eu.gp.exception.api.GPInvocationException: Structure with name input and namespace http://wwww.sap.com/nw/eup/gp does not have an attribute with name Val and namespace null.
    But no where I have mentioned http://wwww.sap.com/nw/eup/gp.
    I dont have any structures in my input and output.
    Here is my full code
           try
                IGPProcess process = null;
                IUser tl_user =UMFactory.getUserFactory().getUserByLogonID("fahad");
                     IGPUserContext userContext = GPContextFactory.getContextManager().createUserContext(tl_user);//, user.getLocale());
                     process =GPProcessFactory.getDesigntimeManager().getActiveTemplate("F5D76840A56F11DC983B001966243CAD",userContext);
                     wdComponentAPI.getMessageManager().reportSuccess("Title of process is "+process.getTitle());
                     IGPRuntimeManager rtm = GPProcessFactory.getRuntimeManager();
                     IGPProcessRoleInstanceList roles = rtm.createProcessRoleInstanceList();
                     int rolenum = process.getRoleInfoCount();
                     wdComponentAPI.getMessageManager().reportSuccess("Number is "+rolenum);
                     IGPProcessRoleInstance roleInstance=null;
                     IUser ho_User=null;
                     for (int i = 0; i < rolenum; i++)
                             wdComponentAPI.getMessageManager().reportWarning("Role Text is "process.getRoleInfo(i).getText()"  Role Name is "+process.getRoleInfo(i).getRoleName());
                             if(i==1)
                                  ho_User = UMFactory.getUserFactory().getUserByLogonID("poornendu");
                                  roleInstance = roles. createProcessRoleInstance(process.getRoleInfo(i).getRoleName());
                                  roleInstance.addRuntimeDefinedUser(ho_User);
                                  roles.addProcessRoleInstance(roleInstance);
                             if(i==2)
                                  ho_User = UMFactory.getUserFactory().getUserByLogonID("fahad");
                                  roleInstance = roles. createProcessRoleInstance(process.getRoleInfo(i).getRoleName());
                                  roleInstance.addUser(ho_User);
                                  roles.addProcessRoleInstance(roleInstance);
                     wdComponentAPI.getMessageManager().reportSuccess(""+process.getStructure().getItemCount());
                     IGPStructure params = GPStructureFactory.getStructure(process.getInputParameters());
                     wdComponentAPI.getMessageManager().reportSuccess("Title of process is "+process.getTitle());
                     <b>params.setAttributeValue("Val","MyValue");</b>                     
                     String pName=wdContext.currentContextElement().getProcessName();
                     IGPProcessInstance prInstance = rtm.startProcess(process,pName,"This process has been started using the GP public API",tl_user,roles,params,tl_user);
           catch(Exception e)
                wdComponentAPI.getMessageManager().reportException(""+e);
    Can anyone help me on this.
    Thanks,
    Fahad Hamsa

    Hi Experts,
    I solved it myself.
    The problem was, I have to make the input parameter as exposed. Thats all
    Anyway, thanks for the support.
    Regards,
    Fahad Hamsa

  • Static/Dynamic PDF problem with Forms 7.0

    Hi all
    I wonder if anyone has an answer to this?
    I'm having problems with getting the instance manager to work correct in a couple of forms. It works great if I preview in Designer (8.1) or render through ES 8.2, but since we haven't upgraded our production environments yet, I'm stuck with Forms 7.0 there. And when I try to render with that, the form is simply not working as it should...
    My guess is that Forms 7.0 chooses to make the form static instead of dynamic, but how to change this behaviour from the xdp? I've checked all the options of making it a dynamic xdp via Forms->Properties and checked just about everything I can come up with, but it's simply not working right now... anyone with ideas?
    What I'm trying to do is to hide subforms depending on what the user has chosen in a different form (html), so that the user won't see irrelevant data. It's been done before but now it seems like Forms 7.0 wants to run the forms static always.
    I've contacted Adobe support for a week ago but still haven't got anything from them leading me the right way. That's the reason I'm now asking here if anyone has any good idea...
    A bit more information about what I've tried:
    When I set min instances to 1, they are all visible but then they don't hide.
    If I don't set minimum instances to 1, they don't display at all in forms 7.0 when choice Repeat subform for each item is set.
    Using initialCount set to 1 do no good.
    Doesn't matter if I use setInstances, addInstance or removeInstance as far as I've been able to see. I have also tried using presence = "hidden"; but with no luck.
    If the prefill xml file is using appropriate xml syntax, it shows correct number of subforms but since I also wants to hide irrelevant subforms, it's not an acceptable solution.
    Thanks in advance for any tips.

    Yes. I could add an "Of course" but it has happened before that it's something that simple. Been scratching my head for at least 4 hours just today and at least the same amount of hours before so I think I've narrowed out all the simple stuff but I might have missed one..
    Any more tips? One strange issue is the fact that the form behaves different if the prefill xml file is structured in different ways. Nothing to do with prefilling, just how the PDF itself behaves.

  • Pass parameter from dynamic page to form

    I have a report that uses a link to pass a parameter (projno) to a dynamic page. This dynamic page calls a procedure which, using the projno, pulls information from four tables. Depending on who the user is and what phase the project is in, each heading can be a link to a form so that the proper user can update the project. For instance, the projetc manager can update the progress table during phases 2-9. So I want the Progress Heading to be a link to a form so that the project manager can update the progress for a specific project number. I tried to put the link in the procedure like this:
    if iPhase in (2,3,4,5,6,7,8,9) then
              htp.p('<TD><a           href="/pls/portal/PORTAL.wwa_app_module.link?p_arg_names=_moduleid&p_arg_values=6803259033&p_arg_names=projno&p_arg_values='||projno||'&p_arg_names=_projno_cond&p_arg_values=%3D&p_arg_names=_sessionid&p_arg_values=" target="_blank"><FONT FACE="VERDANA" SIZE="2">Progress</FONT></a></TD><TD width="10"></TD>');
         else
              htp.p('<TD><FONT FACE="VERDANA" SIZE="2">Progress</FONT></TD><TD width="10"></TD>');
         end if;
    But it brings up a blank form... no parameters are passed. Help!?

    when I use :projno I get a "bad bind variable" error. But really, I don't think that's the problem. Using the code in my last message, I can mouseover the link and see the correct information:
    http://spring.ous.edu:7778/pls/portal/PORTAL.wwa_app_module.link?p_arg_names=_moduleid&p_arg_values=6803259033&p_arg_names=projno&p_arg_values=14&p_arg_names=_projno_cond&p_arg_values=%3D&p_arg_names=_sessionid&p_arg_values=
    When I actually click on the link however, this is the URL now displayed in the address field:
    http://spring.ous.edu:7778/pls/portal/PORTAL.wwa_app_module.show?p_sessionid=2592
    It strips the url of the projno information.

  • Using a record as parameter in dynamic SQL

    Hi,
    I'm trying to pass a record (%rowtype) as parameter
    to a procedure which i call from inside a dynamic statement. This doesnt seem to work however, I get the reply "not a valid sql-statement".
    Apparently, Oracle does not allow for this since records are not a SQL-type but a PL/SQL-type.
    Have anyone found a way around this?
    (Except for the obvious to pass just the primary key and
    populate the record inside the procedure).
    The code looks like:
    declare
    v_rec employee%rowtype;
    v_stmt varchar2(500);
    begin     
    select *
              into v_rec
              from emplyee
              where rownum = 1;
    v_stmt := 'some_proc ( :param )';
    execute immediate v_stmt using v_rec;
    end;
    Any advice appreciated,
    Thanks
    Anders Grusell

    Hi,
    Here's a example of something similar which we had done for the data conversion excercise recently.
    The script uses dynmanic PL/SQL block and executes it using Execute Immediate. AAnd within the dynamic PL/SQL block, a procedure Pr_Pb_Test is called which takes in %ROWTYPE as ainput parameter.
    See if this helps.
    -- Shailender Mehta --
    Set ServerOutput On Size 999999;
    Declare
    i Number;
    lValue Varchar2(10);
    type rc is ref cursor;
    iVar1 Varchar2(10) := 'Test Var';
    l_cursor rc;
    ltest1 Mr_Test1%RowType; -- RowType Structure for Mirror
    lSql Varchar2(100);
    lNewTab Tb_Test%RowType; -- RowType Structure for the New System Table
    /* This procedure uploads to new system table the 1st time
    The table Test1 after successful upload will be taken Offline
    or deleted
    Procedure abc Is
    lSqlStr Long;
    Begin
    SQL> desc test1;
    Name Null? Type
    ID NUMBER
    COL1 VARCHAR2(10)
    lSqlStr := 'Declare
    ltest Test1%RowType;
    type rc is ref cursor;
    l_cursor rc;
    lNewTab Tb_Test%RowType; -- RowType Structure for new system Table
    Begin
    Open l_cursor For :lSql;
    Loop
    Fetch l_cursor Into ltest;
    Exit When l_cursor%NotFound;
    lNewTab.Id := ltest.Id;
    lNewTab.Col1 := ltest.Col1;
    -- Procedure which inserts into the new system
    -- table using %ROWTYPE
    Pr_Tb_Test (lNewTab);
    End Loop;
    End;
    Execute Immediate lSqlStr USING lsql;
    End abc;
    Begin
    Begin
    Select code_value
    Into lValue
    From DC_CODES
    Where code_type_cd = 'LASTRUNDT'
    And code_value Is Not Null;
    i := 1;
    Exception
    When No_Data_Found Then i := 0;
    End;
    If ( i = 0 ) Then
    Delete From Tb_Test;
    lSql := 'Select * from test1';
    abc;
    Else
    -- Subsequent uploads to the new system tables using MIRROR table : Mr_Test1
    SQL> desc mr_test1;
    Name Null? Type
    ID NUMBER
    COL1 VARCHAR2(10)
    ACTION_TYPE VARCHAR2(1)
    lSql := 'Select * from mr_test1 Where Action_Type = ''I''';
    Open l_cursor for lSql;
    Loop
    Fetch l_cursor Into ltest1;
    Exit When l_cursor%NotFound;
    lNewTab.Id := ltest1.Id;
    lNewTab.Col1 := ltest1.Col1;
    Pr_Tb_Test (lNewTab); -- Procedure which inserts into the new system
    End Loop;
    Close l_cursor;
    End If;
    Update dc_codes set code_value = sysdate;
    End;
    /

  • Having parameter in dynamic pl/sql

    Hi,
    I am writing a function that returns an integer. Inside the function body, I am having query string generated dynamically with some parameters :val1, :val2.
    let say
    sqlstring = 'Select count(client) from tblclients where client_rate = :val1 and client_performed = :val1 + :val2 and client_efficent > :val2';
    then I am using execute immediate state meant such that
    execute immediate sqlstring into total using 4, 3.
    My question is how would I know the parameters are being assigned properly. Lets assume I have more variables and few variables are repeated in many places in the query. Now in which order I have to assign the values or can I assign it in a way
    execute immediate sqlstring into total using :val1=3, :val2=4 ?
    thank you.

    Ravimaran,
    That being the case, you should be able to send a group of values to be evaluated by the IN operator, but you will need to format the values correctly. When you pass the values to your function, the function receives your value into a Parameter. The problem you are facing is that you loose the surrounding "Quote" on the individual values so you wind up with:
    where cities IN (city1,city2,city3) Oracle doesn't have an Escape character like other languages so where you could do" \' " in an other language and force the Single Quote to be part of the value. Instead, Oracle makes you use multiple Single Quotes to achieve the effect of the back-slash "\".
    Therefore, you code would like something like:
    DECLARE
       v_cities   VARCHAR2(100) := '''city1'',''city2'',''city3''';
       v_dummy    VARCHAR2(1000);
    BEGIN
       -- Note: v_cities now contains the value, " 'city1','city2','city3' "
       v_dummy := myShema.myFunction(v_cities);
    END;This example assumes that your myShema.myFunction handles the rest of the formatting of the query to be executed. For example:
    DECLARE
        myQuery    VARCHAR2(200);
    BEGIN
        myQuery := 'SELECT ......';
        myQuery := myQuery || 'WHERE cities IN ('||v_cities||')';
        EXECUTE IMMEDIATE myQuery;Note: this is just a code snippet - it is not intended to fully functional code. :-)
    Hope this helps.
    Craig...
    Message was edited by:
    CraigB

  • Adapter Modules: Set parameter values dynamic?

    Hi everybody,
    is it possible to set parameter values in adapter modules dynamic?
    Thanks Regards
    Mario

    Hi all,
    thanks for your replies.
    My problem is not solved.
    To make it clear,
    I want to set an attachmentName in Mail receiver adapter WITHOUT using the MailPackage.
    This is possible:
    ModuleName:        localejbs/AF_Modules/MessageTransformBean
    ModuleType:        LocalEnterpriseBean
    ModuleKey:        CHAN
    Parametername:        Transform.ContentDisposition
    ParameterValue:        attachment; filename="NameOfAttachment.txt"
    I want to set "NameOfAttachment.txt" dynamically. How can I achieve this? Thanks, regards
    Mario

  • Can static/dynamic LDAP (not posix) groups be nested?

    Does anyone here know whether the LDAP static or dynamic groups (i.e. not simple POSIX groups) can be nested inside of one another? Basically I just want to add groups to groups, but I'm not able to find out if this works (thus far it's not working for me).
    Patrick

    Groups can be nested. Use the attribute uniquemember in the objectclass groupofuniquenames. uniquemember's value is then the dn of another Group.
    Regards,
    Ingo

  • Static/Dynamic NAT Conflict

    My static NAT configuration is somehow conflicting with my dynamic NAT configuration. Am I doing something wrong?
    ip nat inside source list 1 interface GigabitEthernet0/0 overload
    access-list 1 permit 192.168.126.0 0.0.0.255
    access-list 1 permit 10.18.0.0 0.0.255.255
    ip nat inside source list 1 interface GigabitEthernet0/0 overload
    ip nat inside source static tcp 192.168.126.4 20 xx.xx.xx.19 20 extendable
    ip nat inside source static tcp 192.168.126.5 25 xx.xx.xx.19 25 extendable
    ip nat inside source static tcp 192.168.126.5 80 xx.xx.xx.19 80 extendable
    ip nat inside source static tcp 192.168.126.5 443 xx.xx.xx.19 443 extendable
    ip nat inside source static tcp 192.168.126.7 3101 xx.xx.xx.19 3101 extendable
    ip nat inside source static tcp 192.168.126.4 3389 xx.xx.xx.19 3389 extendable
    ip nat inside source static tcp 192.168.126.7 5901 xx.xx.xx.19 5901 extendable
    ip nat inside source static tcp 192.168.126.20 25 xx.xx.xx.20 25 extendable
    ip nat inside source static tcp 192.168.126.20 80 xx.xx.xx.20 80 extendable
    interface GigabitEthernet0/0
    description Outside Interface
    ip address xx.xx.xx.18 255.255.255.248
    ip access-group Incoming in
    ip access-group Outgoing out
    no ip redirects
    no ip unreachables
    no ip proxy-arp
    ip nat outside
    no ip mroute-cache
    duplex auto
    speed auto
    ntp disable
    no cdp enable
    hold-queue 32 in
    hold-queue 100 out

    Thanks for the help.
    I tried modifying the access list as you suggested but ran into problems. The host at 192.168.126.4 is my DNS server and the updates prevented it from forwarding queries to external DNS servers. I think I am running into problems because I dont' know general rules for configuring dynamic NAT to accomodate client PCs and static NAT to accomodate servers at the same time. From the issues I am having it seems there are general rules for dividing the two classes of hosts which I just don't know. My external interface has a .18 address which all my client PCs get NAT'ed through and then I have static NAT entries NAT'ing to .19 and .20 for internal services such as DNS, SMTP, HTTP etc. I thought that would divide the two however certain 'things' conflict, such as XBOX Live connections. If I remove my static NAT entries then I can connect to XBOX Live.

  • Change ITS parameter setings dynamically for one transaction iview

    Hi gurus,
    I have a configured ITS parameters and set ~webgui_simple_toolbar = 32
    But now in one transaction, only on the last R3 screen (in this transaction) we need standard 'Back' button, (custom back button cannot be configured as this view is a pdf, t-code developed in ABAP )
    I can configure 'Back' button by setting ~webgui_simple_toolbar = 40, but then it comes in all the transaction iviews and on all the screens.
    Is it possible to set the value of  ~webgui_simple_toolbar  dynamically, in my t-code in ABAP, so that only for this transaction standard toolbar is visible.
    thanks
    Nishu

    Hi Nishu,
    Where exactly have you set the parameter
    ~webgui_simple_toolbar = 32
    i.e in what Service? I believe from your description it is set in the WEBGUI service - which then all your transaction iViews are using to execute? Is this correct
    One workaround would be to create an IAC for this one transaction that you are calling. Which would then have the settings
    ~transaciton <my_transaction>
    ~webgui_simple_toolbar = 40
    ~webgui 1
    ~singletransaction 1
    Then setup the iView to be called as an IAC iView?
    Regards,
    Oisin

  • Smartform - Handling Static & Dynamic Windows - Very Important

    Hi,
    This is in regards to a 5 page smartform that I have been assigned to develop.
    One concern of mine in associated with the Static (non-moving, non growing) and dynamic (moving & growing) fields in windows.
    1.     In a smartform, how do you handle windows that grow to another or multiple pages, because of the growing content inside (table for example)?
    2.     How do you handle the following situation:
    a.     A page has 6 windows
    b.     2 are the header and are on every page, always the same size & never grow.
    c.     Then 2 dynamic tables, that could grow to occupy multiple pages.
    d.     Then 2 static windows, that are always the same size & never grow.
    Since the 2 dynamic tables are followed by 2 static windows, do you treat the static windows dynamically, since they could move to another page and occupy a different position? Should they all consist of 1 main window?
    Please help with any suggestions & methods of taking care of such situations.
    Thanks,
    Laura

    1. We need to put them in the MAIN window.
    2. Yes you are right they all should be a part of the MAIN window,
    Your structure for main window wood be like:
    MAIN
      > TABLE 1  (FOR FIRST INTERNAL TABLE)
        >> HEADER 1
        >> MAIN 1  (should contain the lines for data of the first intenal table)
        >> FOOTER 1
      > TABLE 2 (FOR THE SECOND INT TABLE)
        >> HEADER 2
        >> MAIN 2  (should contain the lines for data of the first intenal table)
        >> FOOTER 2
      > TEXT 11 (FOR THE WINDOW YOU ARE PLANNING AFTER THE SECOND TABLE)
      > TEXT 12 (FOR THE ANOTHER WINDOW YOU ARE PLANNING AFTER THE FIRST WINDOW)
    Regards,
    Naimesh Patel

Maybe you are looking for