How to not getting record in table after refreshing my page?

Hi,
I am using jdev 11.1.1.2.3
My problem is,.. i am performing deleting operation my table for deleting record in that time it is deleted,
But in my problem is after refreshing the page record is coming back.
I am performing delete operation using bindings
can any one help me..
Thank You..

Hi,
Actually i create global components insert delete,commit,first,next these all are icons in my template page
when i am using any master table click on those icons i perform operations
for bindings
insert:#{backingBeanScope.AdminCountryBean.addNewCountry}
savecall:#{AdminMainActionBean.pofAdminAction}
cancelcall:#{bindings.Delete.execute}
For inserting and saving i write bean class deleting i am not following any programmatic approach....

Similar Messages

  • Not getting delta master data after refresh

    Hello,
    We have just refreshed our QA (BW and R/3) environments from our production environments.  It was a synchronized restore.  We have done this multiple times in the past and have not run into this problem before.
    Everything checks out fine - full master data loads fine, and delta transaction data loads fine, but our master data loads that are deltas retreive no data and produce the following message:
    Selection conditions replaced by last init. selection conditions
    Message no. RSM1036
    Diagnosis
    Selection conditions replaced by init. selection conditions.
    No new selections can be made when requesting delta data from a 2.0 extractor.
    Delta selections are composed of the total quantity of all the selections of all the sucessful init. requests for this DataSource.
    I have looked this up here and in OSS.  What I have found would indicate that we have multiple inits.  However, when I look at the Initialization Options for Source System from within the infopkg, there is only one.  Also, RSA7 appears to be fine on R/3.
    Is there table or setting that may have been missed or some other place I need to check? 
    Any ideas or suggestions would be appreciated.
    Thanks,
    Kelley

    Thanks, but I do not understand what exactly to look for in that table.  What fields in that table should I check and for what?
    I have compared rssdlinit on BW with roosprmsc on R/3 and they match.  I have checked other tables too and they look fine. 
    There was a mistake made when the system was refreshed that may have caused this problem.  That would at least explain why we are having this problem now and did not before.
    I tested one of our delta master data objects (0material_text).  I deleted the init from within the infopkg.  Then I ran the infopkg to init with no data transfer.  That appeared to work - resulting in 1 record which is normal for an init delta with no data.  Then changed material text on R/3 and ran the infopkg with delta update.  It still gave the same message that I listed in my first post, and it retrieved 0 records.
    Any ideas?
    Thanks,
    Kelley

  • How do i get my favorites back after updating software on IPad?

    How do I get my favorites back after updating software on Ipad? It asked to back up and restore which I did but now I cant find the favorites. Any suggestions.

    Hi,
    Do you mean the Messages icon has disappeared from your DOCK on your Mac ?
    Or do you mean that Messages does not appear in your Applications folder either ?
    Or do you mean that in Messages Menu > Preference > Accounts the iMessages account is not Logged in ?
    9:59 pm      Thursday; October 24, 2013
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.4)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • How can i get back my data after i restored my iphone and accidentally created a new iphone ac.

    how can i get back my data after i restored my iphone and accidentally created a new iphone ac.
    it did a back up when i started my restored iphone and i cant retrieve my previous backup while i didnt back up on icloud....
    the new ac is actually the same apple id as the one i used. I lost all my contact, photos and data of whatsapp...
    what can i do...help!

    I don't know if this is a similar problem but I wrote 2 notes yesterday on my iphone. I opened my mail to print them and they appeared as notes but wouldn't load. Then I looked at them on my iphone and I could see the notes but they quickly updated to blank with a time of the last edit the same time I tried opening them on my computer.
    Yesterday I updated to 4.3.4  I don't know if somehow that affected them. Are they stored somewhere else. Can I get them back?

  • BADI for MIGO update - Data not getting saved in table sometimes

    Hi,
    This is regarding automatic update of material document number to our Z Table for Gate entry in MM.
    Steps for Generating  GR throu2019 MIGO:-
    1) the user has to key in the gate entry number and plant,
    2) then after giving i/p values the user has to click the save button,
    3) MIGO number is generated by the system which is updated in gate entry header table.
    For updating the MIGO number BADI is used . But some time the system is not updating the GR number in gate entry header table.
    Can we use COMMIT WORK statement in BADI? Hope its not advisable to use it.
    What else can we do if data is not getting stored in table while updating throu2019 BADI?
    Inside the Method : IF_EX_MB_MIGO_BADI~POST_DOCUMENT the below code is written,
    Instead Of Updating The Gate Entry Item Table Now
    Update The Gate Entry Header Table. Update The
    Value Of The Field MBLNR With Current Document Number
    Generated Updating the header table ZMM_GATE_ENTRY
        SELECT SINGLE *
          FROM ZMM_GATE_ENTRY
          INTO WA_ZMM_GATE_ENTRY
         WHERE GATEENTRYNO EQ GS_EXDATA_HEADER-GATEENTRYNO
           AND WERKS       EQ GS_EXDATA_HEADER-WERKS
           AND GYEAR       EQ GS_EXDATA_HEADER-ENTRY_DATE+0(4).
    Check To Ensure That Once A Gate Entry Number
    Is Associated With A GR It Cannot Be Reused
        IF WA_ZMM_GATE_ENTRY-GR_NUMBER IS INITIAL.
          WA_ZMM_GATE_ENTRY-REFERENCE = GS_EXDATA_HEADER-REFERENCE.
          WA_ZMM_GATE_ENTRY-REFWERKS  = GS_EXDATA_HEADER-WERKS.
          WA_ZMM_GATE_ENTRY-GR_NUMBER = IS_MKPF-MBLNR.
          WA_ZMM_GATE_ENTRY-GR_YEAR   = IS_MKPF-MJAHR.
    MODIFY ZMM_GATE_ENTRY FROM WA_ZMM_GATE_ENTRY .u201Dupdating the workarea
    u201CThe above modify stmt updates data sometimes and does not updates the data sometimes
        ELSE.
          MESSAGE E901(ZMM) WITH GS_EXDATA_HEADER-GATEENTRYNO WA_ZMM_GATE_ENTRY-GR_NUMBER.
        ENDIF.
    Plz suggest some soln?
    Regards,
    P.S.Chitra

    Hi,
    This is regarding automatic update of material document number to our Z Table for Gate entry in MM.
    Steps for Generating  GR throu2019 MIGO:-
    1) the user has to key in the gate entry number and plant,
    2) then after giving i/p values the user has to click the save button,
    3) MIGO number is generated by the system which is updated in gate entry header table.
    For updating the MIGO number BADI is used . But some time the system is not updating the GR number in gate entry header table.
    Can we use COMMIT WORK statement in BADI? Hope its not advisable to use it.
    What else can we do if data is not getting stored in table while updating throu2019 BADI?
    Inside the Method : IF_EX_MB_MIGO_BADI~POST_DOCUMENT the below code is written,
    MODIFY ZMM_GATE_ENTRY FROM WA_ZMM_GATE_ENTRY .u201Dupdating the workarea
    u201CThe above modify stmt in code updates data sometimes and does not updates the data sometimes
    Moderator message: duplicate post locked.
    Edited by: Thomas Zloch on Aug 10, 2010 11:33 AM

  • How can i get records of all text messages

    How do you get records of all your texts? Everyone tells me to go to text usage for my number but it does not show up. Any ideas? I need them like now

        Hey there Amanda_x,
    I've heard your cry for help and I am here to assist. Are you looking just for the numbers that you've texted and received texts from? Or are you looking for the actual text message conversation?
    If you are just looking for the numbers that you've texted and received texts from you can retreive that information through My Verizon. Once you are signed in as the account owner you would click on "view my usage" under Manage My Account. From there you can click on Breakdown of Recent Activity and from there you can view the messaging log for your line.
    If you are looking for previous text messages that may have been deleted. That cannot be retreived through My Verizon.
    Verizon Wireless is only able to provide an average of the last 3-5 days of content, but never more than ten days from the date and time the message is delivered.  Only messages that are received may be available. We also must receive a message with your consent and have it notarized and submitted by an attorney or law enforcement official.  You can have those documents faxed to (847) 706-7276.
    Let me know if you have any additional questions.
    NicholasB_VZW
    Follow us on Twitter @VZWSupport

  • How do you delete records from table with data in a select option

    how do you delete records from table with relevant to data in a select option..how to write coding

    Hi,
    Try
    if not s_select_option [ ] is initial.
    delete * from table
    where field in s_select_option.
    endif.
    commit work.
    Be careful though. If select option is emty, you will delete the entire table.
    Regards,
    Arek

  • Checking; How do I get a balance computed after each entry?

    Checking: How do I get a balance posted after each entry?

    Specific answer depends on how you've set up the checkbook table.
    Assumed:
    Dates in column A
    Cheque numbers in B
    Cheques/withdrawls in C
    Deposits in D
    Running total in E.
    Opening balance in E1 (a Header row cell)
    in E2:
    =IF(C+D=0,"",E1-C+D)
    The first part of the IF statement keeps the cell (vusually) empty until an amount is entered into either column C or D. If either column has an amount entered, the current balance is calculated and displayed on that row.
    Fill the formula down through the rest of column E.
    Regards,
    Barry

  • I bought a movie on iTunes and it plays half the movie and stops. I can not get it to play after it stops. What can I do to get it to play the rest of the movie?

    I bought a movie on iTunes and it plays half the movie and stops. I can not get it to play after it stops. What can I do to get it to play the rest of the movie?

    Hi, Jjenjen30. 
    Thanks for the question and I believe we have a solution.  The best option would be to delete the movie that is giving you an issue and redownload it via the iTunes store past purchase option.  I have included a couple articles that will show you how to process these steps.
    Deleting files from the iTunes library and your computer
    http://support.apple.com/kb/ht3842
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    http://support.apple.com/kb/ht2519
    If this does not resolve the issue, then iTunes might need to be notified to let them know there is a problem with the content.  I have included the steps on how to let them know.
    How to report an issue with your iTunes Store, App Store, Mac App Store, or iBookstore purchase
    http://support.apple.com/kb/HT1933
    Cheers,
    Jason H.

  • How do I get my Purchases back after my computer got wiped, Can I re-download them for free?

    How do I get my Purchases back after my computer got wiped, Can I re-download them for free? and how?

    You buy one and only one download of music/vids/tv shows/movies.  It is your responsibility to move/copy/backup your purchases.
    It has always been very basic to always maintain a backup copy of your computer for just such an occasion.
    Use your backup copy to put everything back.
    If for some reason you have failed to maintain a backup ( not good), then you can transfer itunes purchases from an ipod:  File>Transfer Purchases

  • CJ20N-fields are not getting updated in table PROJ

    Hi all,
    I have a requirement where I need to transfer the WBS element data created in one system to another using IDOC.
    The idoc has generated sucessfully and was also sent/processed successfully in the recieving system but fields STSPD and STSPR are not getting poulated in table PROJ.
    In the confic I have assigned FM:IDOC_INPUT_PROJECT to the process code.
    Thanks,
    Gaurav

    Hi,
    Please check with the Customer and Material Statistics group in the Customer and material master respectively.
    Further check with the LIS settings (Sales Area combination with the Update group).
    Reward points if this helps you.
    Regards,
    Harsh

  • Hello guys! How do I get my photo back after I restored my iphone5??? Ihave never did any backup or logged in iCloud before. Is it possible for me to get them back??

    Hello guys! How do I get my photo back after I restored my iphone5??? Ihave never did any backup or logged in iCloud before. Is it possible for me to get them back?? I use " find my iphone" and accidentally locked my iphone then I have to restore it to unlock it. But then I found out everything is gone after I restore my phone, is there anyway I could get them back??

    If you never backed them up, where do you suppose you can restore them from?

  • How do I get my contacts back after they've disappeared? the contacts are still stored in my phone

    how do I get my contacts back after they've disappeared? the contacts are still stored in my phone I just can't access them through my address book; only through Siri. I've restored my phone & that didn't work so what should I do?

    Re-enter them.
    Once they have been deleted from iCloud they are gone from all devices that sync to that iCloud account.

  • How do i get my contacts back after they've been deleted form iCloud

    How do I get my contacts back after they have been deleted on my phone from iCloud?

    Re-enter them.
    Once they have been deleted from iCloud they are gone from all devices that sync to that iCloud account.

  • Top Five Reasons on how to not get your iPod Stolen In N.Y.C.

    Ok Im doing this because you constantly hear about ppl getting robbed for their iPods, well here's how not to.
    5. Keep Your iPod Out Of Sight!
    Listen to your Inner Voice if you feel Like someone's watching you Leave The iPod hidden.
    4. Keep the Volume at a normal Level!
    Listening To Loud Music is a sure fire way of getting stripped of your iPod, **** If you hear some one blasting Music in their ears it's a sign that they have a kind of portable Mp3 player, Cd players and cassette players volume doesn't go as loud as an iPod Does.
    3. Don't carry your iPod in Plain Sight!
    2. Save the Video's for other places!
    Watching the latest Video or Movie on your iPod on The Ferry ,A train, Bus or in a Train or Ferry Terminal is a sure way to end up with out your iPod.
    And the Number One reason on how to not get your iPod stolen In N.Y.C.
    1. Change the dayum Headphones you idiot!
    The Typical iPod Headphones are a dead give away that you have an iPod so What if you feel like you have "Status" Now that you have an iPod keep wearing the iPod headphones and your gonna lose that "Status" Symbol, I Use a Cheap brand of Headphones that sound better the the apple headphones and I travel to the City a Lot my iPod stays out of Sight and I don't have no problems with ppl trying to steal it.
    So now Who's Smarter?

    wooHoo! yes! common sense people.
    you know that anyone who's had their ipod stolen has done these things.
    as added protection I have long hair so I use a headset without a band. and you can't tell I'm using headphones.
    and aren't apple earbuds just awful.

Maybe you are looking for