Hi,
pardon if my question found you bit annoying.
Actually I am trying hands on SLT and writing ABAP code to delete all the records from my Ztable where SPRAS <> 'E'.
I have written my code in 'IUUC_REPL_CONTENT'.I can see my DMS been updated and its been pretty different.
here it goes what I am trying to do.
In BOL,,I have deleted all the records as below..But still I am getting all the records.
DELETE <it_s_ZTEST66> WHERE SPRAS <> 'E'.
I have also used BOR, and SKIP all the records where SPRAS <> 'E'.
if <wa_s_ZTEST66>-SPRAS <> 'E'.
SKIP_RECORD.
ENDIF.
Then after that I go in my SLT, stopped replication and deleted the table and repliacte or LOAD again but my transformations are not working.
Kindly advice. Am i missing anything?
Br
Sumeet