cancel
Showing results for 
Search instead for 
Did you mean: 

Default Value for the User defined variable

Former Member
0 Kudos

I need to assign values (dynamically) to the variable of type "User defined values" with option "Input allowed by user".

For example lets take the version, whenever I run the planning folder, the system should propose the latest version saved in the database for comparison. The user can change the value in the version if he is interested to compare an older version.

Thanks for your help in advance.

With regards,

MS

View Entire Topic
Former Member
0 Kudos

Hi,

The lines after the statement i_step = 1, can be used to assign the default value to your variable. Just read the database table after this statement , and assign the value to the variable.

With rgds,

Anil Kumar Sharma .P