Application Development 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: 

regarding next maerial number

Former Member
0 Kudos
160

hi guys,

i have a report which will display next material number after giving the material number range and no. of hits in selection screen. the output should start with the lower value which was given in select-options.instead of this the output is showing from the starting value which is there in internal table. for ex : if i enter the matnr range as FIN299 TO FIN999 and 10 no of hits,then my output should show as fin299.................to fin 308.but instead of this i am getting fin102...............to fin112.bcz in my internal table(t_final) the value is starting from fin102.plz provide a solution asap.very urgent.its a support issue.

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Feb 15, 2008 2:56 PM

1 ACCEPTED SOLUTION

Former Member
0 Kudos
138

Hello,

Are U using this RANGE table in ur SELECT Statement?

Check this.

Cheers,

Vasanth

4 REPLIES 4

Former Member
0 Kudos
139

Hello,

Are U using this RANGE table in ur SELECT Statement?

Check this.

Cheers,

Vasanth

0 Kudos
138

Vasanth,

no i am not using any range table in any tabels.still i am not clear with ur question.

0 Kudos
138

Hello Mahesh,

In the selection screen u r entering the range of the material right !!!

So u have use that range in the select command.

Hope you understood now.

Cheers,

Vasanth

Former Member
0 Kudos
138

Hi,

Recheck your select query, there has to be something wrong in the code, if u want only the Material given in the select-option then your internal table should have that only.