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

dynamic workarea-fields part II

Former Member
0 Likes
389

Hello again,

similar to my last post here's another one quite a bit different. This time i need:

workarea-<dynfield> = value

Regards,

Markus

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
356

Now I got it. The answer was already given in the last post. My missing link was:

.

.

.

assign component wa_compare-name of structure workarea to <dynfield>.

<dynfield> = 'new value'.

.

.

Looks like I didn't expect it that easy

Regards,

Markus

1 REPLY 1
Read only

Former Member
0 Likes
357

Now I got it. The answer was already given in the last post. My missing link was:

.

.

.

assign component wa_compare-name of structure workarea to <dynfield>.

<dynfield> = 'new value'.

.

.

Looks like I didn't expect it that easy

Regards,

Markus