Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Reply from CWKorn on Jun 16 at 7:21 AM Martien -- This looks more like a coding question than a PP question. Please try the ABAP forum. Good luck, Carl
| | | ---------------Original Message--------------- From: Martien Sent: Saturday, June 14, 2014 6:57 AM Subject: Problem On Table Control I am trying to delete multiple records from table control. i did it by selecting only one record but i can't selecting multiple. code----> WHEN 'DELETE'. READ TABLE gt_ztable INTO w_gt_ztable WITH KEY mark = 'X'. DELETE FROM ztable WHERE positionid EQ w_ztable-positionid. IF sy-subrc EQ 0. MESSAGE s001(0) WITH 'Record Successully Deleted'. ENDIF. | | Reply to this email to post your response. __.____._ | _.____.__ |