Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

smartform -date

Former Member
0 Likes
294

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
276

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

1 REPLY 1
Read only

Former Member
0 Likes
277

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