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

Store Reference class 's value into local variable

Former Member
0 Likes
304

Hi ,

class is : CLASS ZIMS_CL_WF_SC_CC

reference class name is LO_AREA

I NEED TO TAKE VALUE OF OF FIELD MV_LEADING_OBJECT_ID (u201CKDAVISu201D) TO OTHER LOCAL VARIABL IN ORDER TO APPEND IT INTERNAL TABLE.

Can i do this using field-symbol ?

Thanks.

1 REPLY 1
Read only

Former Member
0 Likes
268

you can do that even with out using field symbols, provided the class variable is public.