Skip to Content
0
Former Member
May 08, 2008 at 05:46 AM

Modify DB by single field using Field Symbol

700 Views

Hi,

please help me ,actually i have not use the field symbol in any object. i have one requirement ,i have to modify the DB by field STATUS using Field symbol ,

I am sending u my code so please help me how can i modify DB using field symbol..

gw_msg3_status1 = k_status1 .

LOOP AT gi_msg3 INTO gs_msg3.

gs_msg3-status = gw_msg3_status1 .

gs_msg3-issue = lw_issuno.

  • MODIFY gi_msg3 FROM gs_msg3 TRANSPORTING status.

MODIFY gi_msg3 INDEX sy-tabix FROM gs_msg3 TRANSPORTING issue status.

ENDLOOP.

Thanks & Regards,

Meenakshi