‎2008 Nov 24 9:33 AM
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
‎2008 Nov 24 9:35 AM
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
‎2008 Nov 24 9:47 AM
Hi,
Nothing is wrong with your declaration. You can use it in your declaration.
Thanks & Regards
‎2008 Nov 24 9:52 AM
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
‎2008 Nov 24 10:03 AM
hi use this ..
ranges : ebeln for RANGE_EBELN .
i think this is the best one .
‎2008 Dec 03 2:23 AM
‎2008 Nov 24 10:14 AM
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