Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error while using LDB in HR Program

Former Member
0 Likes
526

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

3 REPLIES 3
Read only

Former Member
0 Likes
471

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

Read only

Former Member
0 Likes
471

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 ...

Read only

0 Likes
471

This message was moderated.