2010 Aug 13 7:48 AM
Is there a way to crear or free up the parameter id set by the SET PARAMETER ID command?
2010 Aug 13 7:59 AM
2010 Aug 13 8:13 AM
FREE MEMORY ID is used only for IMPORT/EXPORT to MEMORY.
FOR SET/GET PARAMETER, this will not work.
Currently I'm setting it to blank to remove the value. But is there a command like FREE MEMORY for clearing SET/GET PARAMETER?
2010 Aug 13 8:09 AM
2014 May 14 11:24 AM
hii adrian,
you can free the set parameter id as.
first set parameter id 'GARV' field s_kunnr.
then get it at another place like this
get parameter id 'GARV' field s_kunnr.
now you can free the set parameter as.
set parameter id 'GARV' field space.
get parameter id 'GARV' field kunnr.
after it your set parameter will be free.