‎2008 Feb 08 5:43 AM
Hi All
i have a character P1.Now i need to give it in SELECT-OPTIONS.How can i ?And P1 dosent belong to any table.It is just a character.
Vijay
‎2008 Feb 08 5:55 AM
Hi,
TABLES : CAT_DP_FOR.
SELECT_OPTIONS :
Pchar TYPE CAT_DP_FOR-EXID.
Don't forget to reward if useful....
‎2008 Feb 08 5:53 AM
‎2008 Feb 08 5:55 AM
Hi,
TABLES : CAT_DP_FOR.
SELECT_OPTIONS :
Pchar TYPE CAT_DP_FOR-EXID.
Don't forget to reward if useful....
‎2008 Feb 08 5:59 AM
Hi,
yes u can give that variable in select options as
select-options: P1 type c.
now select option will form a internal table of this variable over 4 parameters that are sign ,option, high and low and it will treate it as range.
Thanks:
Please reward points
‎2008 Feb 08 6:32 AM
Hi Vijay,
actually what is ur requirement.
write ur question clear.
regards,
ravi shankar reddy
‎2008 Feb 08 8:09 AM
Hi,
U CAN USE THE TABLE CAT_DP_FOR
the field for character being EXID
just use it in your code and then use select options syntax as u do
example
SELECT_OPTIONS :
Pchar TYPE CAT_DP_FOR-EXID.
Do Reward If Useful