When i selecting the field fom table and using into appending corresponding field of table i_Authobj statement
where name like Auth_% and value like 'Y4AP_FDAUT'.
Then it's gives the error like - field appending is unknow. it's neither in one of the specified table nor define by data statement.
Below is my code
SELCT name value
FROM t08
INTO APPENDING CORRESPONDING FIELDS OF TABLE i_authobj
WHERE name LIKE 'AUTH_%'
and value like 'Y4AP_FDAUT%'.
Let me know if any body resolve this problem.