Skip to Content
0
Jun 02, 2011 at 08:24 PM

assign date value to a variable using mask

956 Views

hello

i am doing a program that read some file but the name of the file is dynamic base in a config table where i put the path, some prefix and subfix and a date mask

now i want convert any give date to the date format ( date mask ) that i get when i fetch the data form the config table something like this

select single * from config_table wa_something 
where key1 = something

write sy-datum using mask wa_something-datemask to vFinalvar.

but that not work , not sure if i explain right... but i will thanks any help

Thanks in advanced