Hi all,
I have the foll code..
SELECTION-SCREEN BEGIN OF BLOCK b0 WITH FRAME TITLE text-000 .
PARAMETERS : p_fdate TYPE datuv MODIF ID bs OBLIGATORY .
PARAMETERS : p_tdate TYPE datuv MODIF ID si DEFAULT '99991231',
SELECTION-SCREEN END OF BLOCK b0
I have set my user settings to Japanese date format.... In selection screen teh p_fdate paramenter is displayed in Japanese format.. but the p_tdate '99991231' is shown as 9999.12.31.....which is not the format whic i had set.
Can anyone pls tell what could be the issue.