Form error when I press button

I have a main form which has two buttons. one button should display if parameter.UB= YES and other button should display if parameter.UB=NO depending upon the two responsibilities. I was able to display the button.
when I go for UB=YES related responsibility and click the button , It is going into another form.
But for UB=NO related reponsibility, I am getting below error -
"Function not available to this responsibility.change responsibility or contact system administrator". Please guide me this regard.
Note: Both the buttons invoking the same form.
appreciate your help.

Your error message sounds like you are working on a Custom Form for Oracle E-Business Suite (EBS). If this is so, you should post your question in the EBS forum. If the responsibility assigned to the user does not have permissions to the Function you are calling, you will get this error. Check with your SysAdmin to ensure each of the Responsibilities that can use the form have permission to execute the Function you are calling. If any of the responsibilities are not allowed to call the Function, you should call the appropriate EBS function to check this before you attempt to execute the function so you can display a "nicer" error message to the user rather than the default "EBS Error Message". Sorry I can't help you with the "EBS Function" to check if the Responsibility has permissions - it's been a while since I've worked with EBS and I don't remember the function name. Someone in the EBS Forum should be able to tell you though.
Hope this helps.
Craig...

Similar Messages

  • How can print a report from form 6i,  when I press a button?

    hi Friends,
    How can print a report from form 6i, when I press a button?
    When i press a button from Form 6i, the report should print through printer.
    I have done it by using report parameter DESTYPE Printer but problem is that when I press a button printer dialogue box appear and then I give command Print to printer, I don’t want to show Printer dialogue box.
    I want when I press a button form Forms 6i , printer will print my report directly.
    Please send me the solution of this problem.
    Best regards,
    Shahzad

    Hi
    If You are using Client server application then to passing to Add all Print Parameter in the Host Command.
    Means Print command in unix to Host(lp.............) and Other Parameter to file name of the report to print.
    If You not Use Client Server Application the Also Passing a Host Command in Button-Pressed Event and Run.

  • Why cant I create a form? When I press the + tab it instantly creates a new sheet

    Why can't I create a form? When I press the + tab it instantly creates a new sheet

    you must have a table with a header row for it to know what to make a form from. Thats the key, with a header row.
    Jason

  • Unexpected form error when saving as PDF

    I created a form and when I tried to save as PDF for offline input, I get an unexpected form error message. I only added open ended questions and name, email in the form. I used an existing template form and modified it (Market Research template)

    Hi,
    Thanks for sharing it.  I was able to save the PDF form. I think I might know the issue.  We've heard from other customers that they get an error when trying to save to disk (either from saving a PDF form, or exporting the submission).  When we've heard this in the past, uprading to the latest Flash Player seemed to fix the issue. 
    Can you check and see what version of Flash you have?  You can do this by going to here - http://www.adobe.com/software/flash/about/
    Then try installing the latest version of Flash, from here - http://get.adobe.com/flashplayer/
    Thanks,
    Todd

  • I have purchased numbers with a gift card for my iPad, but have problems doing the same for my iMac. it keeps on telling me unknown error when i press "buy zoo"

    I have purchased numbers for my ipad with a gift card and have sufficient credit. I wanted to aslo buy the version for the imac, but it keeps on telling me "unknown eror" when i press buy app.

    Credit from a gift card is tied to your Apple ID & can be used in the iTunes Store or the Mac App Store. I'm not sure if it works in the online Apple Store, though. You do need to be running at least Snow Leopard 10.6.6 to access the Mac App Store. Click on the buy link on this page to open the Mac App Store to Numbers.

  • JavaScript in  error when using radio buttons

    I'm using CS3 with ASP to insert a long form into an access database.
    When I try to get DW to build the INSERT statement, I get the following error:
    "While executing onLoad in Insert Record.htm, the folloing JavaScript error(s) occurred:
    At line 1202 of file C:\Program files .....\Shared\EditOperation.js: TypeError:tagList[j].type has no properties"
    I've narrowed it down to a problem with radio buttons. I've commented out all the radio buttons, and the build goes smoothly. Uncomment just one radio button, and the error comes back. I've checked the EditOperations.js file and that section does deal with radio buttons.
    The problem seems only to occur on this page.
    I'm tempted to just use yes/no dropdown boxes instead, but that's clunky.
    I've done all the recommended fixes: deleted the user config file, rebuilt the site cache, deleted all extensions. I've removed all javascript functions from the page etc.
    Any ideas or suggestions?
    Thanks, bill

    You almost certainly have a corrupted cache file. See Deleting a corrupted cache file.
    By the way, you could have found this information much more quickly by visiting the Dreamweaver FAQ.

  • Errors when using Spark Buttons in dynamically loaded modules loaded by dynamically loaded modules

    Ok ... I have to admit this issue is rather special ;-)
    I have a flex application that loads a list of modules after the user logs in, depending on the permissions of the user.
    One of these modules contains a component, that allows the user to configure settings for different types of objects.
    For each object type (can be extended) there exists one module swf.
    The strange problem I am having now is that as soon as a Spark Button (or anything derived from one ... CheckBox) inside the settings-module. I get the following error (unfortunately in german ... but I'll try to translate).
    This error happens when using a spark CheckBox (Which is derived from Spark Button):
    ArgumentError: Error #2004: Einer der Parameter ist ungültig.
    at flash.display::Graphics/drawRect()
    at mx.graphics::RectangularDropShadow/drawShadow()[E:\dev\4.x\frameworks\projects\framework\ src\mx\graphics\RectangularDropShadow.as:575]
    at mx.skins.spark::BorderSkin/updateDisplayList()[E:\dev\4.x\frameworks\projects\sparkskins\ src\mx\skins\spark\BorderSkin.mxml:174]
    at mx.core::UIComponent/validateDisplayList()[E:\dev\4.x\frameworks\projects\framework\src\m x\core\UIComponent.as:8709]
    at mx.managers::LayoutManager/validateDisplayList()[E:\dev\4.x\frameworks\projects\framework \src\mx\managers\LayoutManager.as:663]
    at mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.x\frameworks\projects\framewo rk\src\mx\managers\LayoutManager.as:718]
    at mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.x\frameworks\projects \framework\src\mx\managers\LayoutManager.as:1072]
    When having a look at the problem the cause is that width and height are not set (NaN).
    If I use a plain Button I get the same error in "drawRoundRect".
    As soon as I change back to a mx-Button/Checkbox, everything is fine.
    In my current Case I wanted to use a custom TreeItemRenderer to display a CheckBox in the tree. This tree Item renderer is included in a custom Lib that is used by all modules.
    I have one Second Level module using this renderer. I have one Third Level Module thas uses the exact same tree definition. If I use the MX CheckBox I get CheckBoxes in the Second- and Third-Level Module. If I use the Spark-CheckBox I get a CheckBox in my Second Level Module and the above Error in the Third Level Module.
    To make everything even stranger: I have a custom component loading my modules and I use this in the Top Level Module to load the Second Level Modules and in my Second Level Module to load my Third Level Modules (So I would guess If my loader is broken, then the Second Level Modules should not work either).
    Help is greatly appreciated :-)
    Regards,
          Chris

    Ok, I managed to find out what was going wrong and to get my stuff working again. I have to admit that I have no idea why my application / flex was showing this behaviour. The only way I could track this down was by undoing the Subversion checkins one by one. Finding out what was happening using common sense seems to be out of the question with this issue.
    My application is built up of a main application swf that loads module swfs and a library swc that contains common stuff and is used in the main application and the modules.
    I now had some custom TreeItemRenderers in my modules. The problem was caused by moving a custom TreeItemRenderer from one module to the library-swc. I could successfully reproduce this. If I add only one class extending TreeItemRenderer to my library (I don't even have to use it), the entire flex system goes haywire. As soon as I remove that class, everything is ok. I checked, if there might be a problem with third party libs containing flex core classes which might be used instead of the sdk ones, but after looking at the catalogs of the third party swcs I couldn't find a reference to TreeItemRenderer.
    Any Ideas? I sort of dislike the idea of being able to run into such strange problems. Is there a tool that allows me to check for class compatibility issues?

  • ESS Leave Request - Portal Runtime Error when the "Cancel" button is hit

    We have configured the Leave Request application, created a custom workflow, created security roles, and we are now testing in our quality environment. 
    We are encountering a very strange "Portal runtime error" which we cannot resolve - When you come into the Leave Request application, and then, without completing the request, just hit the "Cancel" button, the runtime error is generated.
    We have run a trace of authorizations and everything has come up clean.  Everything is configured, and there are no problems actually creating, approving and posting requests. 
    Any ideas?

    Hi,
    please check whether the user is authorized to cancel the request.
    and take a look at this WS12300111
    Regards
    Manohar

  • XML Forms Error when saving

    Hi,
    In XML forms builder, after specifying project name and when I save it - I get an error message saying "Operation Aborted" The following error occured when saving the Schema: Couldt not save document:MyNews/MyNews-Schema.xml.
    Does anyone have idea why I'm getting this error message though I have all permissions.
    Thanks in Advance,
    Praveen

    Hi Praveen,
    Try doing one of the following:
    - Work on another directory
    - Restart the J2EE engine
    The error pops up due to network & memory problems too. So it may just be worthwhile to restart your machine!
    Regards,
    Sagar

  • When I press - button, the photo Not Displayed!

    Hi, when i stay on one photo and press the " - " button and i going to the next photo, the previous photo NOT DISPLAYED!
    When i displayed all photo in the album?
    Thanks

    Welcome to the forums!
    The "-" button removes any star rating applied to the image and, to my surprise, will also change the rating to rejected! (x) The reason your image is disappearing is that by using the minus key you are rejecting the image. Use the 1-5 keys for stars, the 9 key to reject an image.
    To see all of your rejected images select rejected images in your search window.
    Tony

  • Error when clicking other button after displaying Popup window

    Hi,
    I'm developing a custom page which calls a popup window in r12, below is the error encountered.
    Error: Cannot Display Page
    You cannot complete this task because you accessed this page using the browser's navigation buttons (the browser Back button, for example).
    To proceed, please select the Home link at the top of the application page to return to the main menu. Then, access this page again using the application's navigation controls (menu, links, and so on) instead of using the browser's navigation controls like Back and Forward.
    On my base page, I have other buttons like Save, Back, and the button to invoke the popup window. I can display the popup window without error, but when i clicked on the base page's other buttons after invoking the popup window, the error above is shown. I'm not clicking any browser's navigation buttons. Please let me know how to solve this error.
    Thanks!

    Hi,
    Just want to update...
    The error occurred because I have isBackNavigationFired checking, this becomes true when clicking the other buttons in the base page after displaying the popup. Is there a workaround where I can make this work without removing my back browser navigation checking?
    Thanks!

  • Receiving a download error when I press reload it's not going anywhere

    I'm trying to update my CC desktop apps, but when I try to download it's giving me a download error and then when I try to restore applications, it's not going anywhere.

    I keep receiving this message and when I hit the reload application button it twirls for less than a second and then just comes back up. I'm signed in correctly because I can download fonts from typekit but I can't get to any of my updates for desktop applications.

  • Contact form error when hotmail email address is used...

    I need urgent assistance with this please...
    We design websites for our members of our training business and we have been contacted by several of our members saying that when a potential client fills in the contact form and uses a hotmail account in the email field, then no notifications are received from our members. This is a huge inconvienience as we have no control over what email account our potential clients use. The "email to" field is set to our members own personal email accounts and they receive all completed forms as long as the potential client does not use a hotmail account in the email field.
    Please help as this is a massive bug and it seems many have this problem.

    After many support conversations from Adobe, they have said this is a server issue which 3rd party who hosts our sites.  But...
    Further 2 days worth of tests from our hosting and domain providers 'Heart Internet', their experts have said -
    "Thanks for your patience.
    We've been testing this for you and it appears that the hotmail, yahoo and AOL emails aren't arriving because of an error in the form.
    The form would need to be told that it needs to accept these emails by specifying them in the script. Unfortunately as coding is outside of our support, the support we can offer is limited."
    Really angry that Adobe had said it isn't an issue with Muse and yet to solve this problem. This is a huge problem if no forms will be submitted if the email field contains 'hotmail' 'AOL' or 'Yahoo' email addresses.
    In my eyes this is a nice ploy to get people signing up with Business Catalyst - which doesnt offer what we need from web hosting.
    Very disgruntled!

  • Error when clicking Enter Button.

    Hi,
    I have a BSP page with one input field and one submit button.If i place the cursor on the Input field and click Enter button, Im getting the following error:
    <b><i>
    500 SAP Internal Server Error
    Error message: Access not possible using 'NULL' object reference. ( type of termination: RABAX_STATE )
    </i></b>.
    if i add one more input field im not getting any error msg...and it is fine.
    Is it problem with one input field.
    Rgds,
    JBP

    Raja,
    Here is the code....
    <b> Layout </b>
    <i>
    <%@page language="abap" %>
    <%@extension name="htmlb" prefix="htmlb" %>
    <htmlb:content design="design2003" >
      <htmlb:page title="Overtime Entry " >
        <br><br>
        <htmlb:form method="post" >
          <br><br>
            <dd>
          <%
      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
      EXPORTING
      input         = takeover_id
      IMPORTING
      OUTPUT        = takeover_id
          %>
          <dd>
          <htmlb:group id        = "group1"
                       design    = "SAPCOLOR"
                       bodyColor = " brown"
                       width     = "700" >
            <htmlb:groupHeader>
              <htmlb:textView text   = "Take-over Role"
                              design = "EMPHASIZED" />
            </htmlb:groupHeader>
            <htmlb:groupBody>
              <br>
                <table>
                <col width="150"></col>
                <col width="300"></col>
                <tr>
                <td>
              <htmlb:textView text="Take-over Personnel Number: " />
              <htmlb:inputField id    = "takeover_id"
                                size  = "10"
                                value = "<%= takeover_id %>"
                                 submitOnEnter="TRUE" />
              <htmlb:image src     = "help.jpg"
                           id      = "show_emp"
                           onClick = "myClickHandler" />
              </td>
              </tr>
               <tr><td>
               <br>
                </td></tr>
               <tr><td>
              <htmlb:button id      = "submit"
                            text    = "Submit"
                            onClick = "myClickHandler"
                            design  = "emphasized" />
                      </td></tr>
              </table>
            </htmlb:groupBody>
          </htmlb:group>
        </htmlb:form>
      </htmlb:page>
    </htmlb:content>
    </i>
    Rgds,
    JBP.

  • Infopath form error when load

    Hi Team,
    We have migrated list templates from develpment server to QA server a nd created list based on the templates.
    The list id contomised using Infopath form and in the form load we are connecting to user profile web service.
    When clicking on the Add new  Item It through the below error,
    An error occurred querying a data source
    An error occurred while trying to connect to a Web service.
    An entry has been added to the Windows event log of the server.
    Log ID:5566
    We have already changed the url of the udcx files pointing to new location and approved the udcx files.but still no luck.
    Can you please suggest what action we need to perform to avoid this issue.
    A quick response is much appreciated.
    Thanks and Regards
    Sambit Kumar Sahu

    Hello,
    Have you tried to access the form with admin right? If not then please do so.
    >GetUserCollectionFromGroup 
    This service needs site admin access to access the data from GetUserCollectionFromGroup
    so try to add userid in site owners group and see the result.
    Also edit your group and verify the group settings. Make sure person who is opening that form is having right to access this service.
    Just check and let us know your result
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

Maybe you are looking for