Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Deleting Parameter id

Former Member
0 Likes
2,292

Can any one tell me how to delete a parameter id??

1 ACCEPTED SOLUTION
Read only

JozsefSzikszai
Active Contributor
0 Likes
1,633

hi Ram,

simple:

SET PARAMETER ID 'BUK' FIELD ' '.

just don't add any value

ec

4 REPLIES 4
Read only

Former Member
0 Likes
1,633

Dunno if you can. I think they only last the lifetime that the user is logged on. You could always clear it with spaces.

Read only

Former Member
0 Likes
1,633

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

Read only

JozsefSzikszai
Active Contributor
0 Likes
1,634

hi Ram,

simple:

SET PARAMETER ID 'BUK' FIELD ' '.

just don't add any value

ec

Read only

0 Likes
1,633

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.