SET GET Parameter working fine but no entery in table TPARA

Hi Experts,
I am using SET/GET Parameter.
All is working fine but no entery is created in table TPARA for this ID beacuse of this i am not able to use DELETE FROM MEMORY ID 'ZID' .It always returns 4 since there is no entry in table TPARA.
Why there is no entery created in TPARA and how can i delete this ID from SAP memory?
Thanks,
Anubhav

>
Anubhav Jain wrote:
> Why there is no entery created in TPARA and how can i delete this ID from SAP memory?
> Anubhav
Entry in TPARA automatically gets created when you assign PID to data element.
Check if ZID is assigned to any data element.
To clear the content of PID from memory use SET PARAMETER statement with empty field.
DATA lv_blank type char10 .
CLEAR lv_blank.
SET PARAMETER ID ZID FIELD lv_blank.

Similar Messages

Maybe you are looking for

  • Run javascript (not in a jsx file) from the command line extendscript

    Hi all, I was wondering if anyone knew how to run javascript from the command line in Extendscript (meaning Extendscript would be the target application). I know about the -run command line flag in which allows you to run a .jsx script from the comma

  • Trouble importing QT Files in DVD SP

    I have a 5 minute clip that I want to export as a Quicktime movie. I am then going to bring it in DVD SP. it is 1440 x 1080i HDV I selected my Timeline I went File ---- Export ----- Quicktime Movie. I kept Current settings, Audio and Video and Chapte

  • How to restrict in app videos

    When my son plays certain game apps like Angry birds, he is able to access YouTube. I have restricted the YouTube app, but he is still able to access YouTube through the game apps. This is true with Talking Tom as well. Is there a way for me to preve

  • Installation problems with PCSuite - NCL...dll not...

    Hi, when installing PCSuite (the one bundles with my 6230i), even if the procedure seemed to be completed succesfully, the PC almost hung (it became extremely slow) for 10-15 minutes and then it show up a series of error messages for "LoadLibrary NCL

  • Java client code using MQ to interface to CICS commarea

    I would like to know whether any one has done a Java client code using MQ to interface with CICS commarea data on Z/OS.