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

simple select

Former Member
0 Likes
423

I ENTER VALUES 1 TO 10 S_TANUM-LOW S_TANUM-HIGH

NUMBER 9 DONT EXIST IN LTAP

how i can know it.

select tanum tapos

from ltap

INTO CORRESPONDING FIELDS OF TABLE lt_tap

where tanum in s_tanum.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
398

Hi,

You dont worry abt that.

even tho u entered 9, it will not cause any problem to ur select query.

IT will fetch all other records with repect to ur select option entires.

Rgds

Reshma

2 REPLIES 2
Read only

Former Member
0 Likes
399

Hi,

You dont worry abt that.

even tho u entered 9, it will not cause any problem to ur select query.

IT will fetch all other records with repect to ur select option entires.

Rgds

Reshma

Read only

Former Member
0 Likes
398

thanks i solve it