‎2009 Jan 28 9:18 AM
I need a function module which takes its export parameters(input from program) as Country Key,
and its Import Parameters is date format of the corresponding country.
There is a table T005X which has fields Country key, Decimal notation and Date Format.
Is there any function module using this table T005X for my requirement.
Use meaningful subject for your future questions
Edited by: Vijay Babu Dudla on Jan 28, 2009 4:26 AM
‎2009 Jan 28 9:23 AM
‎2009 Jan 28 9:22 AM
‎2009 Jan 28 9:23 AM
‎2009 Jan 28 9:37 AM
If you want the exact date format, you also need to use the following function to get the domain values.
DDUT_DOMVALUES_GETpass: name = XUDATFM
langu = SY-LANGU
Regards,
Shailaja
‎2009 Jan 28 10:11 AM
thanks gautham and shailaja
now if i need the change the date format according to country how can i do it
( i.e ) I am creating a smartform the date format i use is normally dd/mm/yyyy
if the same smartform is printed in some other country using format yyyy/mm/dd or any format
can i change the format during printing.
‎2009 Jan 28 11:35 AM