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

RANGE PROBLEM

Former Member
0 Likes
1,064

Moderator message: please do not post questions in all CAPITALS.

Hi everybody !

I know have a declaration for data object. as follows

RANGES R_SEL FOR EKKO-EBELN.

I want know how to fine this structure name for RANGES ?

Please help me !

Edited by: Matt on Nov 24, 2008 10:54 AM

6 REPLIES 6
Read only

Former Member
0 Likes
1,030

hi

nothing is worng with your declaration .

You can use that in your select query.

your range will not appear in the selection-screen.

Regards

Neha

Read only

Former Member
0 Likes
1,030

Hi,

Nothing is wrong with your declaration. You can use it in your declaration.

Thanks & Regards

Read only

Former Member
0 Likes
1,030

I hope RANGES is obsolete in ECC 6.0, what server you are working on?

Regards

Karthik D

P.S.: Don't use ALL CAPITAL letters in subject

Read only

former_member203501
Active Contributor
0 Likes
1,030

hi use this ..

ranges : ebeln for RANGE_EBELN .

i think this is the best one .

Read only

0 Likes
1,030

Thanks everyone!

Read only

Former Member
0 Likes
1,030

for this u have to assign

wa_range-Sign = E

wa_range-option = BW

wa_range-low = value 1

wa_range-high = value 2

this will be the structture and u have to pass values accordingly