cancel
Showing results for 
Search instead for 
Did you mean: 

Changing query variable type afterwards?

Former Member
0 Kudos

Hi,

Is it possible to change query variable type after it has been saved and used in multiple queries?

What I'd need to do is change Characteristic value variable into User Exit variable type.

I know that this is a long shot, but it would save us a great deal of time if there is a way around creating a new variable and changing it to +100 queries....

Rgds,

Miikka

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi.

It is possible.

Goto SE16, RSZGLOBV table. For field VNAM enter your variable technical name and execute.

Yuo will get 2 records for your variable: A and M version.

First select first line - A version (with checkbox al the left side) and press F6. Edit mode will appear. Then change any parameter you need.

Then do the same with M version (second line).

Save changed data.

Generate queries that use this variable (RSRT-Emvironment->Generate).

Regards.

Former Member
0 Kudos

Super!

Thanks Andrey, points assigned!

-miikka

Answers (1)

Answers (1)

Pravender
Active Contributor
0 Kudos

You can go to change mode of variable and try changing it to user exit variable.

Former Member
0 Kudos

Obviously that was the first thing we tried...

Changing to variable type isn't possible by just simply going to change mode.

-Miikka