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: 

Field symbols

Former Member
0 Kudos

I am assigning values to the field symbols during run time . It comes under an error in extended check. could you please give the solution for overcoming error due to run time assignment.i am using <fs_xx> type any.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hans,

If you are using type any you can use assign 0 Before assigning value to it. make sure you are using type any.

This will eliminate error from check.

1 REPLY 1

Former Member
0 Kudos

Hans,

If you are using type any you can use assign 0 Before assigning value to it. make sure you are using type any.

This will eliminate error from check.