Application Development 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: 

clearing the value of a parameter id

prince_isaac
Active Participant
0 Kudos

hello,

how can i clear/ refresh the value of an spa/gpa parameter hat i have used to insert a value into another proces from another process?

1 ACCEPTED SOLUTION

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

You can simply set it with Space.




<b>set parameter id 'AUN'  field SPACE</b>.
call transaction 'VA03'.

Regards,

Rich Heilman

4 REPLIES 4

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

You can simply set it with Space.




<b>set parameter id 'AUN'  field SPACE</b>.
call transaction 'VA03'.

Regards,

Rich Heilman

0 Kudos

thanx for ur response however iam using a parameter id which is being used by many fields in other processes thus when u start another process which has a field that has the same parameter id the field will default that value which was used by the other process?

how can i counter that?

Former Member
0 Kudos

Hi,

Set the parameter again with a blank value..

SET PARAMETER ID 'XXX' FIELD ' '.

Thanks,

Naren

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Please remember to award points for helpful answers and mark your post as solved when solved completely. Thanks.

Regards,

Rich Heilman