hi gurus,
there is a problem in bkpf-belnr field.
while the user is entering the document number for 1 entry the program is executing correctly.
while the enduser is entering for multiple selections from highest number to lowest number,here first number is displayed is the smallest and then the highest values is displayed.
but if we are selecting highest number also it is picking up from lowest number.
but here user wants what ever he has selected.
pls give me an interim solution.
urs
pradeep.r
Hi Pradeep,
Can you show us how you are writing your select statement?
Regards,
ravi
Hi !
What you can try is coding an "ODER BY PRIMARY-KEY" to every select that has no explicit ORDER command.
Implicid order by primary key is not working on every database system !
So please check that out...
Regards
Rainer
Some points would be nice if that helped a bit.
Add a comment