Skip to Content
0
Former Member
Mar 06, 2009 at 05:54 PM

Symbols

25 Views

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