‎2008 Jul 23 4:11 PM
Hi,
While accessing ALV output in LDB program, when i press the back button, i am getting an error message as:
Personnel numbers skipped by the database driver.
Can someone explain the reason for it and how to rectify.
Thanks,
cs
‎2008 Jul 23 4:14 PM
hi check this..
ldb program....
in this get pernr is a loop over the pernrs if it is executing 100 pernrs ...after one pernr if you choose back ...it is still in the loop of 99 pernrs ....thats why it is giving the error
‎2008 Jul 23 4:17 PM
Please check If UR using GET PERNR event .. if so where
UR calling the FM to display ALV ..
it should be in the order ..
start-of-selection.
get pernr.
Populate internal table for ALV ...
end-of-selection.
call FM to display ALV ...
‎2011 Jan 06 4:51 PM