‎2007 Nov 05 1:17 PM
Hi guyz,
i have a selection screen having date on it. the entered date range on the slection screen should be printed on the smartform.
plz advise
regards
‎2007 Nov 05 1:20 PM
U can get dat date from internal table with same name as ur select-option
eg
if s_erdat is ur select-option
then u can get da dates in variables
&s_erdat-low&
&s_erdat-high&
hope it helps reward if it does
‎2007 Nov 05 1:20 PM
U can get dat date from internal table with same name as ur select-option
eg
if s_erdat is ur select-option
then u can get da dates in variables
&s_erdat-low&
&s_erdat-high&
hope it helps reward if it does