‎2010 Aug 05 12:39 PM
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
‎2010 Aug 05 12:42 PM
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
‎2010 Aug 05 12:42 PM
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