Hello Experts,
I have written CALL FUNCTION xxxxxxx IN UPDATE TASK to delete some entries in a custom table.
In DEV environment, multiple entries(which are given as input to program) are deleted as required.
Where as in QAS environment, only the last entry is deleted.
Further analysis:
In DEV, all entries that are to be deleted are saved to VBMOD table before COMMIT WORK.
In QAS, only one entry(last entry from inputs) is getting saved in VBMOD table before COMMIT WORK, hence only last is deleted.
Is there any parameter which controls the number of entries that can be updated at an instance.
Please let me know how to check where exactly the VBMOD entries are updated.(Couldnt spot it in debugger).