Hi Friends
I am Facing an ticket and could not solve these issue can any one please help me.
I am a using database table which consists of materials. but in where condition i could not able to retrieve all the details of the material when i gave in select-options.
FOR EXAMPLE: In a database table i am having MATNR, ERNAM,..... etc. But for Matnr consists of 2005 materials but in select statement when i write "SELECT Query" i could not able to retrieve all the materials UPTO 2005 i could only retrieve up to 2000 materials when i give select-option as 1 to 2000 the output will be displayed correctly.But when i give select-options as 1 to 2001 then i am getting dump, so how should i write WHERE condition in select query.
FOR example: select-options 1 to 2000 I am writing select statement as
select matnr ernam ........................................................ where matnr in s-matnr.
now how should i write select statement to retrieve all the details up to 2005 materials in where condition.