Opening Sap Form(cfl) on top of windows form added in an adddon

Hi
On a click of sapForm button,I have opened a windows form containing a buton on it .
Now on a click of this button I have opened the Cfl created on Sap form.but its opening at the back of the Windows  form .I need to minimize my Windows form to view the Cfl opened .I want this cfl to be open on top of windows form on whose button click i have opened it.
your suggestions are urgently required.
Regards
Mandeep

Hi Mandeep,
This thread may be a useful reference for you: Why the open file dialog form goes to SAP background.
Regards
Aravind

Similar Messages

  • Open Enrollment Form, adding new coverage level

    Hi All
    We have recently added Domestic partner level as an option in our Health Insurance Plans. I believe I have correctly added the new plans etc because they are showing up on the open enrollment form. The problem is the new plan is only showing up with the old coverage options (i.e. single, ee & spouse, family etc) and is missing the new Domestic Partner and Spouse coverage option that I added. Please advise on how to get it to show up on the form.
    Thanks in advance

    Hi Ken,
    What i understand is... you have done the following
    Health Plans: IMG ->Personal Management->Benefits- >Plans->Health Plans
    1. You have setup the config in Define Health Plan General Data.
    2.  IMG >> Personal Management->Benefits- >Plans->Health Plans->Define Dependent Coverage Options
    Set up your Domestic Partner option here  i.e. E+DP  (Min: 1 / Max: 1)
    3.  Setup the Cost Variants in the node IMG->Personal Management->Benefits- >Plans->Health Plans->Define Cost Variant
    4. Setup the Cost Rules in the node IMG->Personal Management->Benefits- >Plans->Health Plans->Define Cost Rule
    5. Assign the health plan attriubtes in the node IMG >>Personal Management->Benefits- >Plans->Health Plans->Assign Health Plan Attributes. I guess this is what you missed.
    One question here......are you using Adjustment reasons for adding new coverage???
    Kumarpal Jain.

  • Opening SAP Transactions in a Maximised New Window

    Hi,
    I have an SAP Transaction iview that should open an SAP WinGui Transaction in a maximized new window.
    I have set the following properties
    Launch In =1
    Height Type = FULL_PAGE
    Height of External Window = -1
    Width of External Window = -1
    The new window is opened and the correct transaction is run, but the window is not maximised, and changinging the values of the properties of Width/Height of External Window has no effect.
    The portal version is EP6.0 SP2 Patch 4 Hotfix 7
    Thanks Hugh

    Hi Nalla,
    I suggest you the below points to achieve your requirement
    Create a view V_FPM_APP and insert an iFrame ui element
    Create an attribute FPM_URL as string and bind it to the source of iFrame ui element
    Create a window, W_FPM_APP and embed the view V_FPM_APP
    Now, you can use method CREATE_WINDOW of interface IF_WD_WINDOW_MANAGER to open the FPM application and pass parameter MODEL = ABAP_TRUE
    You can register the onClose action of popup window to your own action on view as below
              data lo_view_ctrl type ref to if_wd_view_controller.
              lo_view_ctrl ?= wd_this->wd_get_api( ).
              lo_window->set_on_close_action(
                   exporting
                        view = lo_view_ctrl
                        action_name = 'ON_CLOSE'
    Create an action ON_CLOSE in view from where the popup window is called
    Now, you get the control when user closes the popup window, so, you can refresh the main view
    Also other way, you can use the concept component usages to achieve your requirement
    Hope this helps you.
    Regards,
    Rama

  • How Can i Get the reference of currently opened System form

    Hi Experts,
    I have a scenario in which i need the reference of currently opened SAP form The code is like
                                                SAPbobsCOM.ProductionOrders op = null;
                                                op = (SAPbobsCOM.ProductionOrders)SBO_Company.GetBusinessObject(BoObjectTypes.oProductionOrders);
    now i want some logic like
    op=currently opened production order in sap
    so that i can edit the fields of that order
    Thanks Amit

    Hi Amit
    You can access the currently opened form using this
    for getting the active form
    Dim oForm As SAPbouiCOM.Form= Sbo_Applicaion.Forms.ActiveForm
    for getting the form using form type and count
    Dim oForm As SAPbouiCOM.Form= Sbo_Applicaionl.Forms.GetFormByTypeAndCount("133", 0)
    Hope this helps
    Regards
    Arun

  • Opening a form in a POP UP window from report

    I would like to open a form in a new window from a
    link on a field in the report .
    Parameters should be passed from the report to form.
    Is it possible to do this with a portal link?
    Also After modification of the form & on click of save is it possible to close the newly opened window(form) & refresh the report to reflect the changes as both refer to the same table.
    Any Idea pls reply,
    Thanks in Adv,
    Sajith.

    Hi,
    You can achieve this using by sql based reports. Here is a sample code snippet
    select ''||
    to_char(empno)||'' empno
    from SCOTT.EMP
    Please dont forget to change the display type of the column to HTML in the column formatting section of the reports,
    otherwise the report will render the html code.
    You can have a close button on the form on which you can write a javascript which closes itself. You can write this
    on OnClick
    self.close();
    Hope this clarifies you doubt :-)
    Thanks,
    Sharmila

  • VS 2013 SP4 crashes when opening a Form with large Numbers of elements on Windows 8 32-Bit

    Hi, I have made a C#-Project, which is fully functional but opening the main form causes VS 2013 Sp4 to crash. I can build the solution an open all Files. Only when i open the form in Designer, VS crashes and want to restart. There are no Log-Entrys. Only
    in the event-log there is an Event-Id 1000 with code 0x0000409. I can open the form on two other Windows 8.1 64-Bit machines without Problems. Looking on "free Mem" while opening in Resourcemonitor it crashes when at least are around 190 MB free.
    How can I investigate this Problem?

    Hi Frank,
    If the same solution works well in other machine, I doubt that it is your Environment issue.
    Of course, to make sure that it is not the project files issue, please create a blank solution, and then add all project files to this new solution, test it again.
    Maybe you could delete .suo file in your solution folder, and then re-open your .sln file, test it again.
    If there are many projects in the same solution, I suggest you create different solutions for them, test it again.
    But as your previous description, I doubt that it would be related to your VS/Windows Environment.
    Please disable all add-ins in your VS, maybe you could run your VS in safe mode, test it again.
    http://msdn.microsoft.com/en-us/library/ms241278.aspx
    To make sure that it is not the account issue, please run your VS as the admin.
    In addition, the most important issue is that we have make sure that it is not the Window Configuration issue.
    For example, when you run your windows for a long time, or your task manager is so busy, or other processes take high CPU and so on, I think they will impact your VS or other software performance.
    Please restart your PC, close other processes which take high memory, please also close third party tools like firewall or the Anti-virus. If you open a few VS Editors, just close them, and then just open one, test it again.
    Best Regards,
    Jack 
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Itunes is on my desk top on windows 7 and I can not open it I have just loaded it up for the first time

    Itunes is on my desk top on windows 7 and I can not open it, I have just downloaded it again and hit repair to see if this helps as well but it still won't open

    Okay, launch iTunes... does it work?
    If so, in Edit > Preferences > Advanced is the option to "prevent syncing of iDevices" selected?
    Another possibility, in Control Panel > Default Programs > Change Auto Play Settings > what is the system set to do when an iPhone is connected?

  • To Open 11g Forms output on a seperate popup window

    Hi,
    Anybody help me, how to Open 11g forms output on a seperate popup window. Now it is comming in browser itself.
    regards
    Ahamed Rafeeque CH

    This is controlled in the Forms Services configuration. You will need to modify the "separateFrame" configuration setting using the WebLogic Server interface. You could also modify the formsweb.cfg using a standard text editor, but it is not recommended. The default value for separateFrame is FALSE. By setting the value to TRUE it instructs Forms Services to use a seperate browser window for the Java Applet.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Windows 7 64Bit. APPCRASH on opening a Form

    hi,
    I am setting my Windows 7 64Bit environment to work with Oracle Developer Suite 10.1.2.0.2, connected to a 10.2.0.1.0 DB. Everything seems to work with Reports Builder, but not yet with Forms. When I double click on a .fmb file, a appcrash raises. Here you are the details
    Problem signature:
    Problem Event Name:     APPCRASH
    Application Name:     frmbld.exe
    Application Version:     10.1.2.0
    Application Timestamp:     42d63632
    Fault Module Name:     KERNELBASE.dll
    Fault Module Version:     6.1.7601.17651
    Fault Module Timestamp:     4e211319
    Exception Code:     ebad198c
    Exception Offset:     0000b9bc
    OS Version:     6.1.7601.2.1.0.256.48
    Locale ID:     1040
    Additional Information 1:     200e
    Additional Information 2:     200ec500b6815f859e4322ac3e81ebf6
    Additional Information 3:     f0ad
    Additional Information 4:     f0ad4513401e148000010c6a2d5dde8a
    to workaround this problem, I must to open Forms Builder, connect to the DB, then open the form. In this way, I can work. But it would be better if I could have the option to open the form by double click. How can I resolve this issue? thank you

    Obviously you didn't read the instructions on metalink how to install forms 10gR2 on windows7; there are a number of patches which need to be applied in order > to have iDS working successfully on windows7. The forum search is useful in this case, as this question is asked almost once a week.
    (amongst other threads): Is Oracle 10g Dev Suite compatible with Windows 7 version - urgent
    If you don't have a valid support contract then the only option is to use a virtual XP. Windows7 64 bit isn't certified btw. so you might or might not get it to work > in any case.obviously i didnt read the instructions on metalink because they have blocked our account, despite on we have upgraded our contract to golden licence (and regularly paid)... damn on them!
    I will keep reading the forum, thank you

  • Opening a Form in a popup window

    Hi,
    What's the easiest way to open a Form in a popup window? Do I use Javascript or is there another way? Is there a documented example either in Technet or Metalink?
    Thanks,
    Steve West

    Hi,
    For further information you can see the following reply
    Re: Fax and voice solution technical details!
    Thanks
    Vineet

  • Unable to open same form with Multiple logins on Windows IE8

    Hello All,
    We recently upgraded our instance from Jinitiator to Java Plugin Version 1.6 U18.
    After that we are unable to open same form from different logins on a same windows machine.
    the following is scenario.
    1) Login as X user into EBS and open a sales order form. -- Every thing is fine.
    2) On the same machine in another browser window, login as X user again and open Sales order form. --- No issue here also,
    3) On the same machine in another browser window(Keeping the above forms open), login as Y user and open sales order form ---> Form opened from Y user is fine, but, both forms of X user are exiting Oracle applications with message" Your logon session become invalid. Exiting Oracle applications".
    we have encountered issues with opening an attachment from a form, and it is resolved by Unchecking "Enable the next generation java plugin" option in Java control panal --> Advanced -> Java plugin. This workaround done according to note: 290807.1
    But the multiple login issue is not resolved.
    THis isssue is in our PROD and we are loosing customers. Please Advice ASAP.
    THanks.
    Rama Krishna N K J

    Hi Rama;
    It was working before? If yes what have you been changed on your system?(patch etc) You have same error on IE 7 or firefox? Did you check apache log file for more details? You have any FRM error code?
    Please check those settings on your IE8:
    1 - Go to Tools > Internet Options > Security > Select Sites > click on button "Sites": add the url of ebs.
    2 - Go to Tools > Internet Options > Security > Select Sites > Custom Level > Disabled XSS filter.
    Also check:
    Recommended Browsers for Oracle E-Business Suite 11i [ID 285218.1]
    Regard
    Helios

  • Alert window on opening a form with dup. program unit in form and PLL

    Can anyone help here? I'm upgrading a large system from forms 4.5 to forms 6i (yes, we're behind). I use an attached library for about two dozen procedures. In some cases, some of the procedures have been overriden in the Form. When I open the form in the forms designer, I get the alert message: "A Program Unit XXXXX already exists. Continue creation?"
    This happens where the program unit in the library was overriden in the form. I presume since the form program unit will be found first at execution time that this message is nothing to worry about. Indeed, I have had no failures related to this yet.
    Can anyone verify that this is the normal functioning of Forms 6i? Or is there a way to turn this off?
    Thanks,
    Jim

    Hi
    If you are using SAP Business One PL 19 or above you can try the following for opening a form
    Dim formType As SAPbouiCOM.BoFormObjectEnum
                'default: fo_None
                Dim strUDOObjectType As String
                Dim strObjectKey As String
                'For UDO objects, set the system form enum to be "fo_UserDefinedObject" at first.
                formType = BoFormObjectEnum.fo_UserDefinedObject
                strUDOObjectType = "myUDO"
                'UDO type
                strObjectKey = "udoKey"
                'Code
                Dim oForm As SAPbouiCOM.Form = oApp.OpenForm(formType, strUDOObjectType, strObjectKey)
                'For system objects. set system form enum for "BusinessPartners" at first.
                formType = BoFormObjectEnum.fo_BusinessPartner
                strUDOObjectType = "testUDO"
                'Will be ignored in this case.
                strObjectKey = "C00001"
                'primary key of "BusinessPartners" object.
                oForm = oApp.OpenForm(formType, strUDOObjectType, strObjectKey)
                If oForm Is Nothing Then
                    'No form opened with the input parameters, add your own logics here...
                Else
                    'Form opened successfully, do your own work here...
                End If
    Summary Column is available in 8.81 only
    Hope this helps
    Regards
    Arun

  • Open each form in different IE window

    I need a help from you in forms 9i, reg if user select a menu item, i want to open the corresponding form in a new internet explorer window. Now its open the form in already existing ie window. Any Idea ?

    I thinck that you can use web.show_document,with the url of the new form,instead of call_form...

  • How can i open oracle forms in windows 7

    Dear Members
    i was install windows 7 professional edition and install oracle database and forms 10 last edition from oracle.com
    now , when i open the forms application and open any form message appear inform me that stopped working and windows can check online for solution
    i am trying to open any form by many ways but all my tries failed
    can any one help me .
    Regards

    The picture you provided is so small it cannot be seen. So, it does not help.
    There are numerous reasons why a module would not be able to open, but because you are on an unsupported platform it may be difficult to determine as this may be the cause. Other reasons might include the following:
    1. You can only open source files. You cannot open compiled modules. In other words, only FMB, MMB, PLL, and OLB files will open in the Builder. FMX, MMX, and PLX will not.
    2. Files are of an new version. Meaning, you cannot open a version 11.1.1 FMB in a version 10.1.2 Builder
    3. Attempting to access files stored on network shares (mapped drives) may sometimes fail due to delay access times (timeout). This is most common in Windows networks.
    4. If the module has dependencies on other modules, but those modules cannot be found or accessed, a failure to open may occur.
    There are a variety of other causes, but these are the most common. However, the fact that you are using an old Forms version on a new Operating System, which we know to have problems is not a good idea.

  • Dual G5 Pro with OS X v.5.8 and Safari 4.0.2.  When Safari is open, there is no customary URL address at top of window -- no way to enter an address -- nothing!  What gives?! - is there something basic that I am not aware of?

    Dual G5 Pro with OS X v.5.8 and Safari 4.0.2.  When Safari is open, there is no customary URL address at top of window -- no way to enter an address -- nothing!  What gives?! - is there something basic that I am missing?

    Choose Show Toolbar or Customize Toolbar from the View menu and put it back.
    (68254)

Maybe you are looking for