Skip to Content
0
Former Member
Oct 19, 2005 at 04:33 AM

selection screen doubt

260 Views

can anyone help on this:-

i hav tables pa0000, pa0001, pa2001.

my selection screen:-

parameters : S_BTRTL LIKE PA0001-BTRTL,

s_month like ?

how should i get month in the selection screen?

i am callig fun module:-REAL_ESTATE_F4_MONTH to get the month .

so i taken like this

s_month like VVIS_SOPTI-SMONTH.

when i am retriving data from select queries based on selection screen...

eg: - select .... from .. where btrtl eq s_btrtl

<b>smonth eq s_month</b>.

it's showing errror smonth is unknown?

Am I called the right function module?