Hi gurus,
I have two internal table with different structure . i am going to use this table
on the based of if else.
so at one time i am going to use only one internal table.similarly i want to define my workarea also on the base of if else. is it possible to defined workarea dynamically.
i have defined field symbol <FS> like
IF <Con1>
assign internaltable1 to <fs>.
ELSE.
assign internaltable2 to <fs>.
ENDIF.
simillary i want to defined workarea but it gives me error.
thanks,
Neo