2014 Apr 16 12:09 PM
Will there be a condition for modify statements when the sy-subrc will not be equal to zero?
2014 Apr 16 12:14 PM
Are you asking the reason/cause when sy-subrc is not equal to 0 after modify ?
When sy-subrc <> 0, it means that at least one line could not be processed as there is already a line with the same unique name secondary index in the database table.
2014 Apr 16 12:19 PM
Hi mayur,
i am having a doubt whether there will be any situtaion where sy-subrc will fail for modify statement.
regards,
Midhun l madhu
2014 Apr 16 12:14 PM
Hi Midhun,
Yes...you will have a condition when sy-subrc will not be '0'.
Regards,
Vikas
2014 Apr 16 12:37 PM
Hi,
ABAP keyword help in SE38/SE80 for
MODIFY itab.
MODIFY dbtab.
will give you the answer, when SY-SUBRC is set to 4.
Regards,
Klaus