‎2007 Sep 19 4:02 PM
‎2007 Sep 19 4:13 PM
hi Ram,
simple:
SET PARAMETER ID 'BUK' FIELD ' '.
just don't add any value
ec
‎2007 Sep 19 4:08 PM
Dunno if you can. I think they only last the lifetime that the user is logged on. You could always clear it with spaces.
‎2007 Sep 19 4:10 PM
Try any of the following :
Go for Transaction code- SU3 and click on Parameters tab,and here we can delete, add or change the required parameter id.
You can check FM RS_PARAMETER_DELETE
SET PARAMTER ID paramid FIELD SPACE.
Use key word 'FREE'.
Regards
vasu
‎2007 Sep 19 4:13 PM
hi Ram,
simple:
SET PARAMETER ID 'BUK' FIELD ' '.
just don't add any value
ec
‎2007 Sep 19 4:18 PM
Hello Ram,,
It is so simple.
What you want to do is:
Goto se80, -->edit objects --> get/set Parameter ID -->
type your parameter ID, eg: "zz_id" and click delete button.
Now it gets deleted..
you can also delete it from TPARA table..
rewards points if useful.