Global Variables passing from standard form for use on custom form

Hi,
I'm trying to grab a value from a standard form, and pass it to a new custom form, which I am opening automatically from the standard form via personalizations. Is anyone aware of a way to send a value from one form to another? I was going to try using a global variable, which it looks like you can set through personalization. I tried doing it by passing the value as a form parameter, which works if I hard code a value, but it doesn't work if I refer to a value from the standard form.

in your E-Business-environment may exist some special codings, which you have to think of, when passing parameters through the application.
Copy the question to your EBS-Forum. They know ways using personalization and passing parameters

Similar Messages

  • Passing global variable values from databse to forms

    I am using forms 6i and database is oracle 9i.
    I am trying to run a form stand alone ( by pressing CTRL-R) without putting it in the application.
    since when this form is placed in the application menu it works fine as it has been passed global variables values from the database .
    now i am trying to run the form without menu and thus i want to pass the values of global variables .please let me know where should i pass these values in form .is it be WHEN-NEW-FORM-Instance trigger or in Pre-form trigger.
    i know what are the global variable values passing into the form from database.
    i can hard code any values to check if the form runs well or not.

    If you intend to do this sort of testing regularly you might want to consider creating a seperate form with a control block which allows entry of the name of the form you want to run, the names of the globals and their values, and do a CALL_FORM.

  • How to use parameter passed from standard page in VO query of custom page

    Hi everyone,
    I have a custom page which needs to be called from a standard page. Now this custom page is based on some parameters passed from standard page.
    How do I catch those parameters i my custom page .
    And how to use those parameters in the VO query of my custom page.
    Edited by: Bunny on Nov 11, 2010 9:16 AM

    Hi,
    Bunny wrote:
    I have a custom page which needs to be called from a standard page. Now this custom page is based on some parameters passed from standard page.
    How do I catch those parameters i my custom page .---If standard page the button style is :Button,Then u can set Destination URL in personalization.
    Destination UR:"OA.jsp?page=/xxx/oracle/apps/po/msg/webui/CustomUpdatePG&Flag=" +Value  ---Like u can pass params
    ---IF the button style is :Submitbutton ,Then u need to customization of the co.
    ---In co processFormReq call a cutom page like below.
    pageContext.setForwardURL("OA.jsp?page=/xxx/oracle/apps/po/msg/webui/customUpdatePG&Flag=" +Value, null, (byte)0, null, null, true, "N", (byte)0);
    ---In custom page co in processRequest u can get these value :String value=pageContext.getParameter("Flag");
    And how to use those parameters in the VO query of my custom page.---Get the vo and set where clause
    String where="valueAttr="+value;
    vo.setWhereClauseParams(null);
    vo.setWhereClause(where);
    vo.executeQuery();
    Regards
    Meher Irk
    Edited by: Meher Irk on Nov 11, 2010 11:53 PM

  • How to wrap an existing javabean for using inside a form

    I have an existing java bean(meterbar.jar) I would like to try and intergrate into a bean area of a form.
    I have looked at a bunch of documentation but am still lost. How can I use jdeveloper to "wrap" the bean for use
    inside a form. I am in totally new territory all around so please be specific. Thanks in advance.
    Linda

    I have an existing java bean(meterbar.jar) I would like to try and intergrate into a bean area of a form.
    I have looked at a bunch of documentation but am still lost. How can I use jdeveloper to "wrap" the bean for use
    inside a form. I am in totally new territory all around so please be specific. Thanks in advance.
    Linda

  • Is Ipad air who bought from USA compatible for use with European carriers?

    Is Ipad air who bought from USA compatible for use with European carriers?

    there is only 1 ipad air being made

  • Standard Transactions for looking at Customer list in 4.5 systems

    Hi Friends,
                     I need your help on this issue.
    Can anyone provide me the standard transaction for looking at Customer list for a company code and credit limit  overview for customers.
    Tables are KNKK AND KNB1

    Thanks buddy for the immediate reply but i want to make this question simple.
    I am now trying to pull out is there any Standard transaction code which has been used for the table KNKK AND KNB1.
    If so how to find that whether any tcode is associated to find the Customer list for both the tables
    Thanks in advance
    kishore

  • Forms Personalization on a Custom Form

    Hi All,
    I have developed a custom form and I have to do form personalization to make a field editable (made it non-editable in new record instance in data block of the form)..I couldn't do it...
    On same form, in same block, I can disable a button for inquiry responsibility...
    What could be the issue for making the field editable..?...
    -Sree

    I need apply some forms personalizations on a customs form (XX....fmb). Do you understand?Please see these docs/links.
    How To Do Forms Personalization [ID 468657.1]
    Information About the Oracle Applications Form Personalization Feature in 11i [ID 279034.1]
    Sample Testcase For Using Form Personalization In Oracle Applications [ID 744069.1]
    Limitations of Forms Personalization [ID 420518.1]
    Forms Personalization Document
    Forms Personalization Document
    In some forms (customs forms) that functions have no effect, but in others (customs forms too) yes. Does anyone know why?What do you mean? Please elaborate more.
    What are the requirements to use forms personalizations in a custom forms? Evidently some meet with that requirement.
    EBs Version 11.5.10.2See the docs referenced above.
    Thanks,
    Hussein

  • Form personalization in a custom form (.fmb) - Requirements

    Hi,
    I need apply some forms personalizations on a customs form (XX....fmb). Do you understand?
    In some forms (customs forms) that functions have no effect, but in others (customs forms too) yes. Does anyone know why?
    What are the requirements to use forms personalizations in a custom forms? Evidently some meet with that requirement.
    EBs Version 11.5.10.2
    Thanks in advance
    Regards.
    Andrés.

    I need apply some forms personalizations on a customs form (XX....fmb). Do you understand?Please see these docs/links.
    How To Do Forms Personalization [ID 468657.1]
    Information About the Oracle Applications Form Personalization Feature in 11i [ID 279034.1]
    Sample Testcase For Using Form Personalization In Oracle Applications [ID 744069.1]
    Limitations of Forms Personalization [ID 420518.1]
    Forms Personalization Document
    Forms Personalization Document
    In some forms (customs forms) that functions have no effect, but in others (customs forms too) yes. Does anyone know why?What do you mean? Please elaborate more.
    What are the requirements to use forms personalizations in a custom forms? Evidently some meet with that requirement.
    EBs Version 11.5.10.2See the docs referenced above.
    Thanks,
    Hussein

  • What is the difference between using a global variable,passing a valuee and using a reference?

    I have created a project that consists of several VIs.  Only the main VI has a front panel and the others perform functions.  The function VIs are dependent on controls on the main VI's front panel.  I have several ways of passing the value of the controls.  One is to use a global variable and just place it on the dependent VIs.  Another option is to strictly connect the terminal from the control to a VI connector block and pass the value directly.  My last option is to create a reference of the control and reference it inside the dependent VIs, but this would also require connections to be made to the VI block.
    What are the advantages/disadvantages of these options?
    -Stephen

    5thGen wrote:
    I have created a project that consists of several VIs.  Only the main VI has a front panel and the others perform functions.  The function VIs are dependent on controls on the main VI's front panel.  I have several ways of passing the value of the controls. 
    1) One is to use a global variable and just place it on the dependent VIs.
    2) Another option is to strictly connect the terminal from the control to a VI connector block and pass the value directly. 
    3) My last option is to create a reference of the control and reference it inside the dependent VIs, but this would also require connections to be made to the VI block.
    What are the advantages/disadvantages of these options?
    -Stephen
    1) Globals are evil and introduce race conditions.
    2) The sub-VI only get the value when it was called and updates that occur while the sub-VI is runing are not sensed by the sub-VI
    3) This uses property node "value" or "value signaling" both of which run the user interface thread which is single-threaded and you incur a thread swap hit to performance. You also have a potential for race conditions.
    The are various methods for sharing dat to/from sub-VI which include Queues and Action Engines.
    I hope that hleps,
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Buying iphone from Apple store for use with various carriers

    If I buy an iphone 4 from Apple store (not subsidized), can I use it with Virgin Mobile's no contract plan?  Or do I need to buy it from Virgin Mobile?
    And If, after a month or two, I decide not to use Virgin Mobile, can I switch to another carrier using the same phone? or do I need to unlock it or whatever?
    I guess what I am really getting down to is this:  I want to choose Virgin as carrier because there is no 2-year contract locked in, i.e. flexibility to switch, and I am willing to pay full price for the phone.  But if, for some reason I don't like Virgin's service, or they to raise their monthly fee so that it is no longer competitive to ATT, VZ, etc., I want to be able to switch to another carrier with the same phone, and not have to sell it on the 2nd hand market.
    I know I can just purchase the iphone 4 that Virgin offers for 350.  But if it only works with Virgin and no other carrier, then what is the point of not having tied into a contract?  The phone is useless unless I use it with that carrier.
    I have not asked Virgin this question yet, because what I really want to know is, if an iphone purchased in an Apple store can be used "universally" across all carriers.  I kind of understand there is a different standard that ATT use as opposed to all other carriers, but I am hoping to find the definitive answer about iphone compatibility for all carriers that offer the iphone.

    Spiral Aim wrote:
    3)  I assume VZ and S use CDMA.  So, an unlocked VZ CDMA iphone user can switch to S and vice versa, and that's it?
    You assume correctly that Verizon and Sprint are CDMA.  However, no CDMA carrier will activate a device sold for a network other than their own.  In the "CDMA world" there is no such thing as an unlocked device.
    Spiral Aim wrote:
    4)  ATT unlocked iphone users cannot use same phone with VZ, S, Virgin, or whoever else offering iphones at this time?
    An unlocked GSM iPhone can be used on TMobile and any other GSM carrier in the US, there are quite a few regional GSM carriers and resellers (like StraightTalk).  Not all features are supported/work and it's up to those carriers to get them working.
    Spiral Aim wrote:
    5)  VZ and S unlocked iphone users cannot switch to ATT, Virgin or whoever else offering iphones at this time?
    Now this is where it gets confusing, kindof.
    The iPhone 4 is GSM or CDMA only.
    The 4S and 5 are World phones meaning they have GSM and CDMA antenna's.  A CDMA 4S or 5 can be unlocked by the carrier (Sprint, Verizon, Virgin, etc) and activated on a GSM network.  Generally the carrier will only unlock for International carriers for the purpose of using GSM when the user is traveling and there is no partner CDMA carrier network for the user to roam on.

  • Replacing Adobe forms with Smart Forms for printing FPM based forms

    Hello All,
    This pertains to HCM Process and Forms with Floor Plan Manager (FPM) based forms.
    SAP has provided Adobe Forms as the standard print option for FPM based forms, as can be seen in the attached screenshot.
    We want to use the FPM based forms without using Adobe Document Services (ADS). I am checking the feasibility of replacing the PDF forms with Smart Forms, either through configuration or customization.
    System Landscape: ECC 6.0 EhP6
    Any inputs or suggestions would be greatly appreciated.
    Regards,
    Arun.

    Hi Ketul,
    Irrespective of the process or scenario, we would like to use Smart Forms instead of Adobe Forms. As seen in the screenshot, SAP has provided the default option of generating a PDF form. This requires installing and using Adobe Document Services. We would like to remove this dependency on Adobe Document Services.
    Instead, we would like to use Smart Forms for printing purposes.
    This requirement is not tied to any specific process or scenario, but to any business process implemented using HCM Process and Forms framework.
    Let me know if you need any further clarifications.
    Regards,
    Arun.

  • List of tables used in Custom Forms

    Hi All,
    I am working on forms . There are nearly 100 forms, I need to find all the tables used in these forms.
    Is there any way I can know the list of tables used in each form from backend.
    Or do I need to open each form and analyze the forms one by one?
    Thanks,
    Raj Kumar

    I am working on forms . There are nearly 100 forms, I need to find all the tables used in these forms.
    Is there any way I can know the list of tables used in each form from backend.
    Or do I need to open each form and analyze the forms one by one?You cannot get the list from the backend.
    You have 3 options here.
    Option 1) Open each form using Forms Builder and get the list of objects
    Option 2) Use Record History and LAST_QUERY
    Option 3) Enable trace
    How To Determine Table and Column Name from a Field in a Form in 11i [ID 259722.1]
    FAQ: Common Tracing Techniques within the Oracle Applications 11i/R12 [ID 296559.1]
    Thanks,
    Hussein

  • Function not available for this responsibility - Custom Form

    Hello All,
    We developed a custom form and was working fine in Testing instance.
    Last week testing instance was refreshed.
    After that all the custom forms are not working. Seeded forms are working properly.
    We checked the form setup(ie form, function, menu and we ran compile security and bounced the server).
    Custom reports under the custom top are working fine.
    Only the form functions throwing the error
    "Function is not available for this responsibility".
    Any ideas. Is the test.class having any impact on this.
    Regards,
    Kannan Balasubramanian.

    Hi,
    Last week testing instance was refreshed.your answer is that the refreshed has remove the custom top definition from your environment.
    Check this
    knick

  • Need standard BAPI for  Block/Unblock Customer

    Hi All,
    is there Standard BAPI for  Customer Block/Unblock .
    Thanks in Advance.

    Hi,
    below is a useful link which gives a list of bapi's,
    http://www.mysaphelp.com/blog/?p=122
    look out for   V02D                           Customer Master: Read/Block
    might be of some Help...
    Thanks,
    Naren

  • How to use a custom form

    Hi,
    I need to display the attributes of the currently logged in user.
    I plan to do this by displaying the attributes in a custom form which shud appear upon clicking on the End User Menu Form.
    I have already created the form and added the link in the End User Menu Form but am clueless as to how to display it.
    Can anyone help me as to how to go about with this task.
    thanks in advance,

    Point To Note:
    > > Go to your 'user' folder inside WSHOME and there's
    a
    jsp called 'customEdit.jsp' open it up and there
    should be a line that looks like this:
    req.setOption(UserViewConstants........
    uncomment this line and enter the name of yourform
    here like so:
    req.setOption(UserViewConstants.OP_FORM, "The
    "The name of your custom form");
    now edit your end user menu link to point to
    user/customEdit.jsp
    now when the user logins in thru the userinterface
    he'll click the link which should bring up theyour
    form with his info.
    ***NOTE rather than change customEdit.jsp make acopy
    of it, rename it, make the changes in it, andpoint
    your link to this new jsp......>
    The above solution is applicable to IDM 5.0 SP5
    And my solution below is applicable to IDM 5.0 without any patches.
    Thanks for the information ,however this is what i
    was trying earlier but it wasn't working ....i have
    figured out the problem now.
    There's a method wherein a object is created in the
    form
    RequestState reqState = new
    RequestState(session, request, response, _wsSesss,
    p); In the form there's a method
    String url = form.process(req);
    if ( url != null)
    LoginHelper.redirect (reqState, out, url);
    return;
    }However there's no object called req
    instead it should be reqState.
    Cheers,

Maybe you are looking for

  • My Facetime HD Camera is not working on my MacBook Pro 15" Retina Display.

    I pruchased Macbook Pro 15" Retina Display on 27 Aug, 2012. But the Facetime HD Camera is not wotking. It's black screen when turn on Webcam in Yahoo or Skype. With Facetime, the Facetime Icon just animated but also dimmed after that. For all cases,

  • Setting Image field in adobe form

    Hello Gurus, I have a question setting the image field dynamically. I have created a following context structure for DataSource(ValueNode Cardinality (1..1))->imagenode(Valuenode Cardinalty(0..n))->image(Value attribute)) I have binded the Datasource

  • I-tunes wont download and its really annoying

    whenever i try to download i-tunes, a tiny window comes up and it says page cannot be found

  • Transaction doesn't rollback

    Hello guys, I 've a trouble and I'm not able to solve it..Ineed your help... I have a jsf application. I need to execute several insert query into a mysql db in a transaction, so operation must be accomplished only if all query are successfully execu

  • Urgent help needed - writing japanese into the applet code from servlet

    Hi, I have a jsp file which writes an applet as well as a popup menu on the applet. All the menu items and applet text displays japanese character. Two menu items on this popup menu are written by the same jsp while three dynamic menu items are writt