Hi
I am trying to insert data from a work area into an internal table using a where condition.
And facing a error in using this .the error says :
".", "INDEX numlike-field", "ASSIGNING <fs>", "REFERENCE INTO
data-reference", or "ASSIGNING <fs> CASTING" expected after "IT_SCARR".
my code is:
insert wa_scarr into table it_scarr where it-scarr-carrid = 'AA'.
please help.
Thank u in advance.
Regards.
Abhinandan.