Skip to Content
0
Former Member
Mar 05, 2009 at 10:50 AM

field symbols

30 Views

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