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 working area

Former Member
0 Likes
332

Hi,

i would like to use a dynamic working area, but i'm not sure if it is possible, anybody has an idea? see example below.

TIA

Mike

data: i_string = 'ec_account'.

loop at itab into ls_line.

ls_line- i_string = '4711'

endloop.

Edited by: Mike Kahtib on Aug 5, 2010 7:39 AM

1 ACCEPTED SOLUTION
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
309

FAQ. Check the [ASSIGN COMPONENT|http://help.sap.com/abapdocu_70/en/ABAPASSIGN_MEM_AREA.htm#&ABAP_ALTERNATIVE_7@7@] keyword.

Edited by: Suhas Saha on Aug 5, 2010 5:13 PM

1 REPLY 1
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
310

FAQ. Check the [ASSIGN COMPONENT|http://help.sap.com/abapdocu_70/en/ABAPASSIGN_MEM_AREA.htm#&ABAP_ALTERNATIVE_7@7@] keyword.

Edited by: Suhas Saha on Aug 5, 2010 5:13 PM