hi,
i am using below statements
FIELD-SYMBOLS: <fs> TYPE ANY.
ASSIGN 'CRMD_ORGMAN' TO <fs>.
DELETE FROM (<fs>) WHERE guid = wa_zcont_delete-guid_set.
in above statement field symbol (<fs>) is not getting replaced by 'CRMD_ORGMAN' and hence delete statement is not getting executed.
Please help.
Regards,
Santosh