Delete Parameter IDs from Memory

Hello,
does anyone know if there is a transaction to delete certain parameter IDs from the memory?? I am talking about the parameters you can set in the code with "SET PARAMETER ID...."...
thanks in advance
rudy

hi Rudy,
try this..
SELECT * FROM TPARA INTO TABLE T_TPARA
WHERE PARAMID EQ 'XX1' OR    " where XX1 is parameter id
              PARAMID EQ 'XX2'.
LOOP AT T_TPARA.
SET PARAMTER ID TPARA-PARAMID FIELD SPACE.
ENDLOOP.

Similar Messages

  • Not able to Delete the data from Memory card

    Hi all,
    I have bought a new nokia 3120 classic.it is working fine but recently i have received some data from my friend.
    Then suddenly the problem begins like.. when i take a photo.. i am getting error like the image is not in the format and i am not able to save that.And also, the main problem is I am unable to delete the data from my memory card.
    Every time after deleting i am getting the same data.
    Why this happening..is it because of VIRUS?? If so how to delete the virus from my memory card??
    When i contacted the nokia care people in bangalore they are saying that they can offer the service of formatting the memory card??
    Except that my Phone is working fine..the problem is with Memory card!!!
    Please help me...

    you can actually format your memory card first see if you have such option on your phone to format directly from the phone if that is not possible you can always use a card reader and reformat your card using your pc. just understand that all data from that memory card will be lost unless you do a back up of it. if you do a back up and restore the data to the memory card after reformat you might get the same issue so be careful as to what you will decide to do with the data from the card. once you format your card it should all be good unless the card is corrupted itself which can also happen. but first try with the reformat and see if it works out for you. 
    You know what I love about you the most, the fact that you are not me ! In love with technology and all that it can offer. Join me in discovery....

  • CUA- Deleting user IDs from Child systems

    Is there a possibility of configuring CUA in such a way that user IDs can be created and access can be updated from CUA but deleting user IDs should be taking place only in the child system (Not in all the child systems)?

    Generally good advice to keep the uniqueness of UIDs over time, also after Elvis has left the building
    What you could consider is a CUA RFC user which is not authorized to delete UID's and schedule a purge job for those IDOCs which deleted only them.
    However these sorts of "workaround" solutions are not the best advise, to be honest. What happens it someone temporarily assigns SAP_ALL because there is a big problem and authorizations should be excluded as the cause to get it working again?
    Also, every time a new child system is added to the CUA you will be flooded.
    My advice: Rather change your procedure (as discribed by Jurgen).
    What would be interesting to test is whether you are authorized to move a user (change the authorization relevevant group which they currently have) to a group which the CUA user is no long able to subsequently administrate? But theen you will still be hunting down IDOCs from time to time, most likely.
    If your shop is big enough to have these systems you have described, then you might want to consider an IdM system to replace your CUA at some time.
    If you wish, I will move this thread to the IdM forum.
    Cheers,
    Julius
    ps: Please do not cross-post.

  • Delete request Ids from Cube

    Hello Experts,
    We have 2 cubes (ZC_CB1, ZC_CB2). We are loading delta load to ZC_CB1. I need to move the specified period data from ZC_CB1 cube to ZC_CB2 cube and delete the specified period data from ZC_CB1 after finish the load. They don't want to use SELECTIVE DELETE to delete the data from ZC_CB1. Please let me know options to achieve the same.
    Thank you
    Regards,
    Prasad

    Selective deletion and deleting by request is the only way of deleting the data from the cube.
    May I ask why they don't want to use a selective deletion?
    You can also try to create a flatfile source system for this cube and load a reversal document to the cube.
    thanks.
    Wond

  • Deleting email addresses from memory??

    I accidentally typed up some wrong email addresses & now when i go tot compose a new email (from gmail account), it automatically links to whoever's names is linked to it and I come up with several addresses - the right ones & wrong ones. How can I deelte this? I tried to deelte the contact from my contact list in the phone book, but i still get this problem.
    Thanks.

    thank you for replying. i tried this, but when i sync it with itunes, everything comes back the way it was. and i still get those incorrect email addresses popping up. (i didn't realize that i had the wrong email typoed up for a while and was wondering why emails kept bouncing back to me as undeliverable....now i have to look carefully when typing in the address field since these incorrect emails still pop up from memory)

  • Automatically delete imported photos from memory card

    I cant find this option anywhere, and with other photo management systems it's a fairly standard option, but how do you automatically delete the photos off the memory card once you have successfully imported them??

    You don't. LR is conservative about destroying stuff, and wants you to put the card back into the camera to clear it.

  • Remove or delete vi from memory

    I am running a vi which will run ok the first time I run it but doesn't execute correctly subsequent times.  If I close the vi (return to labview startup screen) and reopen it, then it works again.  The vi in question uses labpython to run some python code.  It is not possible for me to change this code, which is where the underlying bug must be located.
    Is it possible to remove or delete a vi from memory similar to closing vi and returning to labview start screen?  I know this isn't elegant and will be slow, but it seems my only option.
    I am using Labview 2009 SP1
    Cheers
    Ian 
    Solved!
    Go to Solution.

    Hi everybody,
    Thanks for your help.
    Problem solved.
    I had an instance of the VI that I was trying to dynamically open hidden in a case structure, once removed it all works great.
    I have attached a copy of vi for anybody else who may have similar issues.
    Cheers
    Ian
    P.s. The Get vis in memory is a vi I found on the forum which is very useful.
    Attachments:
    dynamic opening.vi ‏19 KB
    Get_VIs_in_Memory.vi ‏20 KB

  • Simple Java question about releasing beans from memory

    Hi,
    I use many beans in my app. Is there a way to release them from memory, or destroy the object. I feel that its possibly eating my memory up over time. Most of my beans are in page scope. Some are in session scope. So the page scope ones should kill them at the end of execution of the page and the session ones should delete the object from memory when at the last page of the app where session is no longer needed.
    Someone mentioed System.exit(1); but I have not found any clear documentation that this will free up the memory that it has used.
    Thanks for your time. It is appreciated.

    There is no way to explicitly force the memory to be released. The JVM garbage collection will take care of it when more memory is required. The programmer's responsibility is to ensure that there are no remaining references to the object. System.exit() ends the JVM so you do not want to use that. You can call System.gc() to request that garbage collection runs, but the JVM does not guarantee that it will.

  • Deleting data from memory

    Hi,
    I am using a Enhancement for my requirement. The enhancement
    contains 2 Function exits., FE1 & FE2.
    In FE2, I export data in 'ABC' to memory and In FE1 I import data in
    memory to a variable 'XYZ' from memory.After importing,I delete the memory area.
    Everything works fne till here.
    But, suppose in a certain scenario after importing memory to variable 'XYZ' from memory,
    before I delete the memory area due to some exception the program stops in the middle.
    Now, again when I start the same process, I find my old data in the memory.
    This is causing me a lot of headache. Agreed, I use a memory area, I need to delete it to make sure evrything runs smoothly in
    future scenarios.
    Right now am using database indexes as follows:--
    export it to database indx(mm) id 'ZABC'.
    import it from database indx(mm) id 'ZABC'.
    delete from database indx(mm) id 'ZABC'.
    Are there any means of using memory areas for storage of my data ,
    so that when I start a new process the memory area which I used earlier should be freed by itself autmatically
    and start afresh, even if I didnt delete the memory area earlier.
    Thanks in advance,
    Shivaa...

    Hi,
        You can use memory ids for storing variables or even internal tables. The syntax for that would be
    export p1 = gt_mara to memory id 'ZABC'.
    and import p1 = gt_mara from memory id 'ZABC'.
    No need to declare p1 anywhere.
    and when ur work is done.
    free memory id 'ZABC'  which will clear the value. ( free the memory )
    Edited by: Kshitijsaxena on Aug 20, 2009 5:54 PM

  • HT1229 My iPhoto Library (version 8.1.2) is 280GB (greater than 50% of my 500GB total storage memory on my iMac.  It was too large for me to drag it to a new hard drive so the Apple geniuses did it for me.  However they did not delete the Library from my

    My iPhoto Library (version 8.1.2) is 280GB (greater than 50% of my 500GB total storage memory on my iMac.  It was too large for me to drag it to a new hard drive so the Apple geniuses did it for me.  However they did not delete the Library from my iMac (that's my responsibility).  I dragged it to Trash and when it started to move I clicked over to the new hard drive to confirm it had indeed been copied.  I became nervous when I didn't see among the few files on this otherwise empty new hard drive anything that resembled a 280GB Library so I cancelled the migration to trash.
    How can I be sure that my iphoto has been copied and that all my "metadata" survived in tact?

    the new backup drive
    I thought the new drive would be your data drive to host the iPhoto library. Do you also use it for TimeMachine backups?
    I am unable to search either in email as well as Finder.  I AM able to search within iPhoto though, thankfully
    Spotlight may still be busy rebuildig its index.
    You could try to rebuild the Spotlight Index, if you do see no progress:
    Spotlight: How to re-index folders or volumes
    I hope, other frequent posters will drop in. I have not used iPhoto 8.x in long time.

  • Photos did not download and I deleted them from memory card. how to recover?

    Photos did not download to computer.  I deleted them from memory card.  Is there a way to retrieve them from memory card.

    If all you did was delete them it should be relatively easy to recover them BUT don't use the card until you've done it. Even after a format it's fairly easy but not after re use because you write over them. For more help read the replies here.
    http://forums.usa.canon.com/t5/PowerShot/How-do-I-recover-photos-deleted-from-the-memory-card/m-p/84...
    You will need a card reader because I don't think it can be done in camera using the usb cable.
    "A skill is developed through constant practice with a passion to improve, not bought."

  • I have a iphone 4s and i deleted several contacts from my phone but when i go to meassage a different contact that old contact i deleted weeks ago shows up how do i get the deleted contact info off my phone and out of the memory.

    How do u delete old contacts that have been deleted from my phonebook on my iphone4s. The old contacts continue. To show up when i go to message someone they pop up from memory.

    Is there a blue arrow beside those numbers when they appeared?

  • Can't open CR2 files in CS3 after recovery from memory card deletion

    I accidentally deleted some photos from a memory card. I recovered them using software called "Recover My Files". This software recovered the files but now I can't open them in CS3. I took these with an old Canon Rebel DSLR and they should not need converting, they opened fine before I deleted them. Any advice much appreciated. I really need these photos. Thanks.

    Thanks, I ended up doing another recovery with PhotoRec freeware, it worked and I got all of the photos back. A bit tedious to use but free. I  must have downloaded five or  six recovery softwares but a lot of them can't retrieve raw files very well.

  • I connected a digital camera memory chip with approximately 100 photos on it. The photos showed up in iPhoto. I believe I deleted the photos from the memory chip before importing them. Is there any way I can get the photos back?

    I connected a digital camera memory chip with approximately 100 photos on it to import into iPhoto. The photos showed up in iPhoto. I believe I deleted the photos from the memory chip before importing them to iPhoto. Is there any way I can get the photos back?

    Terence, thanks that site is a gem...have to explore it more fully at home as it drove security here crazy
    Looks like just the ticket for saving mistakes.

  • Music files deleted from Memory Card..(5800XM)

    Hi..
    I have a Nokia 5800 XpressMusic. Music files used to get deleted earlier automatically from the music player, but this problem stopped for a while. The other day, I transferred about 20 songs to my phone via Mass Storage mode through my PC. After a couple of days, all those 20 songs are missing from my music player. They've disappeared from the Memory Card as well, leaving behind only the folder in which they were.
    Please help. This is REALLY annoying. 

      Yes, may be you are right. Something was wrong with my memory card and i figured out this morning. its an 8gb card out of which my personal data was about 4 gb. yet i could see that almost 7gb was used and only about  0.5gb was free. what i did was that i pulled all my data out of the  mem card and found that still 3gb was used up. hmmm...this was very weird. Not too sure but i guess it may be occupied by .arc files which are created when i do backup on the memory card. This was leaving very little space on my mem card , so whenever new data was added to the card, it was flushing out some existing data randomly (which is actually very sick!). 
    So, i removed all my personal data from card and then formatted it. Now my card is clean and has lot of free space. Hopefully the problem won't repeat anymore.
    Its actually quite annoying that data is deleted randomly without prompting that disk has run out space. quite weird actually.
    List of Nokia phones I've used: 3310, 3315, 3200, 6600,3250, N73 ME, N95 8GB, 5800 XpressMusic and Nokia X6 16 GB (currently using this).

Maybe you are looking for