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?