Data entered by user in the front end is lost when ever their is an error

Hi,
I am working for an internal tool aplication which is used to enter/manipulate employee details.
We are using ORACLE APEX for this.
We have completed most of the application wr.t Master detail page
But when we are testing we had this problem as below:
The user enters a new record with some details as Employee name,DOJ,Salary etc
When the user has entered correct details the data is loaded in to database,
But when the data entered is wrong at any stage say Salary after entering say 10 fields, an error is popped up as per the code. And when the user getss back to the eneterd fields to change the data suddenly eneterd fileds are disappeared.
Can anyone please help us in understanding this with a solution
Thanks,
Eshwar Prasad

Hi Vishnu,
I created One Report region (tabular form) to validate the row entered by user, creating page level validation using apex_application..here it is not possibe to create the item level validation.If there is any possibilty plz send the process how to create item level validation..
Thanks
Eshwar Prasad

Similar Messages

  • How do I create data-driven linkbuttons whose visibility is controlled from the front end?

    I've made a component based on a mx:TitleWindow that contains linkbuttons that I'm using as a context-menu.
    The TitleWindow component contains link buttons like this:
    [Bindable]
    private var _showEmailThis:Boolean = false;
    [Bindable]
    private var _showApproveThis:Boolean = false;
    [Bindable]
    private var _showReviewThis:Boolean = false;
    <mx:LinkButton id="lnkEmailThis" 
                   visible="{_showEmailThis}" 
                   includeInLayout="{_showEmailThis}" 
                   click="lnkEmailThis_click()" 
                   label="Email this!" />
    <mx:LinkButton id="lnkApproveThis" 
                   visible="{_showApproveThis}" 
                   includeInLayout="{_showApproveThis}" 
                   click="lnkApproveThis_click()" 
                   label="Approve this!" />
    <mx:LinkButton id="lnkReviewThis" 
                   visible="{_showReviewThis}" 
                   includeInLayout="{_showReviewThis}" 
                   click="lnkReviewThis_click()" 
                   label="Review this!" />
    This component contains a large number of links and is re-used by multiple modules in the same application.
    Within each module, this component is used when a user clicks on a row in a datagrid.
    The code looks like this:
    In "Requests" module:
    private function dgRequests_click(event:MouseEvent):void
        menu.showApproveThis = true;
        menu.showReviewThis = true;
    In "Performance" module:
    private function dgPerformance_click(event:MouseEvent):void
        menu.showEmailThis = true;
        menu.showReviewThis = true;
    As you can see, the visibility of individual linkbuttons is controlled within each module by setting boolean properties.
    If I alter this component to use a renderer, how can I control the visibility of the linkbuttons from the code in each module (there are over a hundred links with different functionality - not every link will be used in each module)? Note: it is not known from the back-end which grid within which module uses which link. This is set in the front end within each module's actionscript file.
    e.g., if the XML looks like this:
    <links>
       <link>
          <label>Email This</label>
          <visible>_showEmailThis</visible>
       </link>
       <link>
          <label>Approve This</label>
          <visible>_showApproveThis</visible>
       </link>
       <link>
          <label>Review This</label>
          <visible>_showReviewThis</visible>
       </link>
    </links>
    and I set the Email link to show in the module like this:
    private function dgPerformance_click(event:MouseEvent):void
        menu.showEmailThis = true;
    How do I make it take effect? Is there a way to control the visibility of a linkbutton within an item renderer in a component from the module that uses that component? Is there something like reflection in the Flex framework?

    Put a single frame sequence structure around your stop button and then wire from the error cluster going into the error handler to the edge of the sequence structure. Now your code will stop at the end of the current iteration. To see why this works, watch you code execute with execution highlighting turned on and review the section of the manual talking about "Dataflow".
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Data not reflecting in the front end after hiring from PA48

    Hi,
    I am doing the data transfer process from the webdynpro application. The candidate to be hired is getting reflected in PA48,and once the hiring is done and I run HRALXSYNC, the status is still red. Can anybody suggest what else needs to be done, so that the employee details are reflected in the front end.
    Regards,
    Afra

    Hi,
    Check this
    Switch PBPHR: ON 
    Switch HRAC: X
    in  77S0 table.
    Regards,
    Sai

  • Is there a way for users to add products in the front-end using a Web-App?

    I am racking my brains trying to figure out a way to let users add products to the front-end on their own.
    I am building a site for a client who needs users to be able to create there own storefront, kind of like ebay. Here is exactly the functionality I want: Supplier Frontend Products Upload - Magento Connect
    There HAS to be a way to do this with a web app even if it means writing in some code...can anyone suggest a way to do this?

    In short, out of box no, but is possible.
    Solution 1: Hosted on BC, external interface that interfaces with BC API, requires external hosted server.
    Solution 2: Wait until v3 of the API comes out... no timeline from Adobe given. This would remove the need for the external API server.
    Can do both solutions for you but solution 2 wont work until adobe allows it.

  • Diagram Not getting displayed on the Front End UI in SSM 7.5

    Hello ,
    We are running SSM 7.5 SP 04. We uploaded a custom image using diagram manager for the required context in the administration UI. The image is uploaded successfully. But , when I open the strategy tab for my context in the front end UI , I am getting a "HTTP 500 Page cannot be displayed error".
    I restarted the listeners and the JPIP sessions as well. But still the error persists. Please advise.
    Thanks and Regards
    Vijay

    Vijay,
    It is possible to successfully upload a strategy map into Diagram Manager and still not see it in the User Interface. After loading the goal diagram has to be Published To Server. You do that in Diagram Manager.
    You can upload a strategy map and Save that in Strategy Default in Administrator Interface, but unless you Publish it, it will not be exposed to the end users.
    In the Set Strategy Defaults area of the Administrator Interface, in the Create or Edit Goal Diagrams section. The Goal Diagram you loaded should have a Publish Date next to it. If it says Not Published, you need to Edit that Goal Diagram in Diagram Manager,
    In Diagram Manager under FILE at the top, choose Publish to Server.
    You now should see a Publish Date in the Administrator interface and Saving it will now make it available on the user side.
    Regards,
    Bob

  • Display/Print the Selection criteria entered by USER on the ALV Report o/p?

    Hi Experts,
    I hv a requirement of to print/display the Selection criteria entered by user in the selection screen.........on the top portion of the ALV report output lay out.
    There is a FM for this purpose, but, I forgot its name!!
    So, let me know the FM or FMs, so that, will choose, which is best one,
    or the piece of code, which covers all select-option entries..........appreciated.
    thanq
    Edited by: SAP ABAPer on Sep 3, 2008 6:35 PM

    Use the Function RS_REFRESH_FROM_SELECTOPTIONS get the selection details, now format the data accordingly in the TOP_OF_PAGE using the calss CL_DD_DOCUMENT.
    Check the below mention code.
    REPORT  ztest_page.
    TABLES: sflight.
    DATA : it_flight TYPE TABLE OF sflight WITH HEADER LINE.
    DATA BEGIN OF it_sel_opt OCCURS 0.
            INCLUDE STRUCTURE rsparams.
    DATA END   OF it_sel_opt.
    SELECT-OPTIONS: s_carrid FOR sflight-carrid.
    START-OF-SELECTION.
      SELECT * FROM sflight INTO TABLE it_flight
       WHERE carrid IN s_carrid.
    END-OF-SELECTION.
      CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS'
        EXPORTING
          curr_report     = sy-repid
        TABLES
          selection_table = it_sel_opt
        EXCEPTIONS
          not_found       = 01
          no_report       = 02.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
        EXPORTING
          i_callback_program          = sy-repid
          i_callback_html_top_of_page = 'TOP_OF_PAGE'
          i_structure_name            = 'SFLIGHT'
        TABLES
          t_outtab                    = it_flight
        EXCEPTIONS
          program_error               = 1
          OTHERS                      = 2.
    *&      Form  top_of_page
    *       text
    *      -->DOCUMENT   text
    FORM top_of_page USING document TYPE REF TO cl_dd_document.
      DATA : dl_text(255) TYPE c.  "Text
    * Add new-line
      CALL METHOD document->new_line.
      CALL METHOD document->new_line.
      CLEAR : dl_text.
    * program ID
      dl_text = 'Program Name :'.
      CALL METHOD document->add_gap.
      CALL METHOD document->add_text
        EXPORTING
          text         = dl_text
          sap_emphasis = cl_dd_area=>heading
          sap_color    = cl_dd_area=>list_heading_int.
      CLEAR dl_text.
      dl_text = sy-repid.
      CALL METHOD document->add_text
        EXPORTING
          text         = dl_text
          sap_emphasis = cl_dd_area=>heading
          sap_color    = cl_dd_area=>list_negative_inv.
    * Add new-line
      CALL METHOD document->new_line.
      CLEAR : dl_text.
      dl_text = 'Selection Criteria'.
      CALL METHOD document->add_gap
        EXPORTING
          width = 34.
      CALL METHOD document->add_text
        EXPORTING
          text         = dl_text
          sap_emphasis = cl_dd_area=>heading
          sap_color    = cl_dd_area=>list_negative_inv.
    * Add new-line
      CALL METHOD document->new_line.
      CLEAR : dl_text.
      CONCATENATE 'SELECT Option' 'SIGN' 'OPTION' 'LOW' 'HIGH'
      INTO dl_text SEPARATED BY cl_abap_char_utilities=>horizontal_tab.
      CALL METHOD document->add_gap
        EXPORTING
          width = 34.
      CALL METHOD document->add_text
        EXPORTING
          text         = dl_text
          sap_emphasis = cl_dd_area=>heading
          sap_color    = cl_dd_area=>list_negative_inv.
    * Add new-line
      CALL METHOD document->new_line.
      LOOP AT it_sel_opt.
        CLEAR : dl_text.
        CONCATENATE it_sel_opt-selname  it_sel_opt-sign
         it_sel_opt-option it_sel_opt-low it_sel_opt-high
        INTO dl_text SEPARATED BY cl_abap_char_utilities=>horizontal_tab.
        CALL METHOD document->add_gap
          EXPORTING
            width = 34.
        CALL METHOD document->add_text
          EXPORTING
            text         = dl_text
            sap_emphasis = cl_dd_area=>heading
            sap_color    = cl_dd_area=>list_negative_inv.
    * Add new-line
        CALL METHOD document->new_line.
      ENDLOOP.
    ENDFORM.                    "top_of_page

  • How to place an image in database and how to retrieve and display it in the front end

    how to place an image in database and how to retrieve and display it in the front end
    and to place an image in database and retrieve the image from database using xml
    please,help me out.

    Create a table with a Long RAW Datatype column for storing the Image Column Data.
    Create the form based on the table , which by defaults the column with LONG RAW atatype to a Image Item.
    You can use Forms Built in function READ_IMAGE_FILE to read a Image file stored on the file system in to the image item.
    A save on the form saves the image in the Image item in the long raw column.

  • Can we hide the tables and columns from subject areas in the front end

    Hi,
    Is there any way to hide the tables and columns from the subject area in front end.I need to create a report with some tables which the user does not want to see.So after creating the reprot can I hide those tables and columns in the front end

    Hi,
    Your question is not that clear to me...do you want to hide the entire table/column that dont want to show up in the front end then you could do in Presneation Layer in the RPD by going Permissions in the property of that object.
    But if you want to hide the column in the report that can be visible in the subject Area: go to column properties -> Column fomat...thereis Hide option.
    Can you please elaborate your question...what exactly you are looking for...
    --SK                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • General Error has occured.Object does not exist error in the front end

    Hai,
    In the rpd , I have imported 2 new tables to the exisiting connection pool from 2 diferent schemas and used those 2 tables to the existing model in the physical layer and given joins .
    I did everything till the presentation layer and when I am trying to pull data from the added table in the front end it is giving me error saying that the oject does not exist.
    Also I tried to see the data in the physical layer in rpd and the same error came up
    Any solutions please

    863997 wrote:
    Hai,
    In the rpd , I have imported 2 new tables to the exisiting connection pool from 2 diferent schemas and used those 2 tables to the existing model in the physical layer and given joins .
    I did everything till the presentation layer and when I am trying to pull data from the added table in the front end it is giving me error saying that the oject does not exist.
    Also I tried to see the data in the physical layer in rpd and the same error came up
    Any solutions pleaseOnce again you are invited to How to extract the keys from the ER STUDIO.
    Seriously: I am genuinely interested in why members of the BI and eBS community with no history of using the APEX forum persistently use this as a dumping ground for off-the-wall requests. If we can find this out then there might be a (remote) possibility of getting something changed on OTN to prevent it and avoid wasting everyone's time.

  • SUS Limitpo NO value  in the front end

    Hi All ,
    When LimitPO transfered from SRM to SUS, its get transfered successfully and stored the values in the database table BBP_PDIGP. But when we display the same PO in the SUS front end "purchase order value" & "confirmed Quantity" are blank.
    I identified the BSP page and set the Hard break-point in SRMSUS->controller-> main.do  and its not stopping while display the page from front end. But when i set the break point in SICF t.code for the user its going to the debuggging which is of no use.
    Some of you please suggest the solution and definitely answers would be rewarded with points.
    -GK

    I believe your overview iview is not pointing to correct SPRO Area Group page ID.
    Please try review your changes based on below articles on SDN...
    http://213.41.80.15/SAP_ELearning/OKEC/nav/content/011000358700000597012006e.pdf
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b0e3a488-cdc2-2b10-209b-e01a0ed934b4?QuickLink=index&overridelayout=true

  • Workflows not shown in the front end but exists in LDAP

    Hi
    In my OAM application, Workflows are not shown in the front end but exists in LDAP. Any idea how the workflows are displayed on the front end.
    due to this not there in production, when i tried to create a user, it says i donot have access rights.
    When i try to create and add workflows in the LDAP, the server rejects with the following error:
    Error adding object 'dn: obname=R20030715T164905882142,obpolicyContainerId=WorkflowDB, obcontainerId=Policies, o=Oblix,ou=oblixconfigentries,. The error sent by the server was 'Already exists':
    the entry is : last line shows obwfstatus as deleted ...
    dn: obwfinstanceid=7e872056d0ce012f0000BD537dc00000,obcontainerId=workflowInstances,o=Oblix,ou=oblixconfigentries, dc=axa,dc=co,dc=uk
    modifyTimestamp;adcsn-5038aa2900000001000f;vucsn-5038aa2900000001000f: 20120825103356Z
    modifiersName;adcsn-5038aa2900000001000e;vucsn-5038aa2900000001000e: uid=oblixadmin,ou=admins,dc=uk
    obwfstatus;adcsn-5038aa2900000001000d;vucsn-5038aa2900000001000d: 8
    obwfstatus;vdcsn-5038aa2900000001000d;deleted:

    Hi
    In my OAM application, Workflows are not shown in the front end but exists in LDAP. Any idea how the workflows are displayed on the front end.
    due to this not there in production, when i tried to create a user, it says i donot have access rights.
    When i try to create and add workflows in the LDAP, the server rejects with the following error:
    Error adding object 'dn: obname=R20030715T164905882142,obpolicyContainerId=WorkflowDB, obcontainerId=Policies, o=Oblix,ou=oblixconfigentries,. The error sent by the server was 'Already exists':
    the entry is : last line shows obwfstatus as deleted ...
    dn: obwfinstanceid=7e872056d0ce012f0000BD537dc00000,obcontainerId=workflowInstances,o=Oblix,ou=oblixconfigentries, dc=axa,dc=co,dc=uk
    modifyTimestamp;adcsn-5038aa2900000001000f;vucsn-5038aa2900000001000f: 20120825103356Z
    modifiersName;adcsn-5038aa2900000001000e;vucsn-5038aa2900000001000e: uid=oblixadmin,ou=admins,dc=uk
    obwfstatus;adcsn-5038aa2900000001000d;vucsn-5038aa2900000001000d: 8
    obwfstatus;vdcsn-5038aa2900000001000d;deleted:

  • Hiding columns in the front end i.e. Oracle Answers

    Hello,
    I wonder if it is possible to hide the non-essential reporting colums such as ID from Answers so the front-end users only see the column that should
    be exposed for reporting.
    Thanks,

    You should be ok as long as the joins and relationships are properly setup in the Business Layer.
    It's also possible to 'secure/hide' specific columns within a Presentation Column in the repository by setting permissions to specific repository groups. This way some Answers users could see the columns while others would not.
    JES

  • Unable to view FF reports in the front-end of FF 5.2 tool

    After installing the FF tool on Netweaver, I am unable to see the reports from the back-end (R/3) system. The R/3 system has the FF 5.2 RTA installed and a user Id defined to connect to front-end of FF 5.2.
    I configured the FF 5.2 connector, but still am unable to view reports from the front-end.
    any suggestions would be helpful.
    Thanks,
    Kapil

    I was able to resolve the issue by maintaining the gateway in the SAP adapter and running the transaction /VIRSA/ZRTCNFG on the abap side
    thanks for the suggestions
    Kapil

  • How to upload an Image in the front end application

    Hi friends,
    I have a requirement in the sense, soon after i login into the application with the username and password....
    I will be having an file browse item, in which i need only to upload the images, soon after selecting the picture and if i give upload means, the picture has to populate immediately above the browse item in the front end itself......
    How to achieve it friends, i dont have idea in uploading the images in the front end itself......
    for example: suppose if i want my photo to keep in the front end Soon after i login into the application means, i will select my picture from the file browse item and immediately after giving upload button, i has to come above the browse field in the front end itself.........
    Inorder for getting the image in the front, whether i need to create a separate region where the image has to come soon after given the upload button....
    help me friends, how to achieve it from the scratch........
    Thanks
    Vel Rs

    Hi peter,
    Thanks for the detailed explanation, i have got an link for doing it and this is that
    http://www.dba-oracle.com/t_easy_html_db_file_browse_item.htm
    While referring that link i couldnt able to understand one thing peter, that is
    While creating the Upload button, in the 7th point in the link it is mentioned like
    On the Branching page enter &APP_PAGE_ID. for the Branch to Page field and click Create Button.  Remember the ending period!i couldnt understand what he is trying to say over there......Can you explain that point by going through that link clearly...Whether he is asking me to create what....
    Thanks
    Vel Rs

  • How to install SQL Mgmt Studio on the front end

    SQL 2008 R2
    I need to install SSMS on the front end server. 
    On the SQL Windows Server 2008 R2, When I click on START -->ALL PROGRAMS-->MICROSOFT SQL SERVER 2008 R2
    I see the following:
       SQL Server Management Studio
       Analysis Services
       Configuration Tools
       Integration Services
       Performance Tools
      Looking at the above list, I think SSMS has already been installed?  What is a front end server?
      Thanks for your help.

      What is a front end server?
      Thanks for your help.
    That's not a good question I guess you were asking about whether SSMS is present or not you already got the answer. Front end is there any server can be front end server its name used for terminal server where user generally perform some action.
    Front end is term used when dealing with 3 or N tier architecture which is beyond scope of this forum
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

Maybe you are looking for

  • Annotating a Web Document?

    As is often the case, we have a great idea, but can’t seem to figure out to make it work. Any help in this matter would be greatly appreciated. Some background: we have a web application that is used primarily by university-level student writers, the

  • Using Spry: If

    Hello In my Spry:region (dynamic table) one of my columns contains a date. I have small GIF image with the text 'new' in it that I want to show behind all dates that are less than 15 days old. I would like to use the Spry:If statement and I am trying

  • Iphone4 doesnt ring, only vibrates!

    Guys, having problems with the iphone4. just vibrates!!! Checked everything all ok. I can hear the music on the speakers! when you change a ringtone, i can also hear that, But when i get a call, it just vibrates!!! Checked the botton the side above t

  • New White Paper: The Career Benefits Of Certification

    Is Certification Worth It? The answer is a resounding YES for IT professionals who are looking to boost their career. While there are no guarantees, certification has been shown to enhance various aspects of an IT professional's career, including: •

  • HELP ! Need help with the MyZenChecker. (Zen Vision:M isn't charging for first ti

    I bought a Zen Vision : M some days ago. It won't charge. I?have WinXP,Service Pack and WMP0. I got GOOD on everything on MyZenChecker. I use the USB at the back. I've also tried with a USB charger which I put into the wall, but that didn't work eith