I'm not sure how to use field symbols. Can someone help me in this situation ?
I have a tab with fields qty1 to qty40.
I would like to affect those variables according to the sy-tabix.
Something like this:
LOOP AT tab.
idx = sy-tabix.
tab-qty<idx??> = value.
ENDLOOP.
Can anyone help me ?
Thank you in advance.
Nuno