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

function module

Former Member
0 Likes
659

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
586

Hi,

Try this FM:

C14N_COUNTRY_DATE_DECF_GET

Regards,

Shailaja

5 REPLIES 5
Read only

GauthamV
Active Contributor
0 Likes
586

Check this function module.

C14N_COUNTRY_DATE_DECF_GET

Read only

Former Member
0 Likes
587

Hi,

Try this FM:

C14N_COUNTRY_DATE_DECF_GET

Regards,

Shailaja

Read only

Former Member
0 Likes
586

If you want the exact date format, you also need to use the following function to get the domain values.

DDUT_DOMVALUES_GET

pass: name = XUDATFM

langu = SY-LANGU

Regards,

Shailaja

Read only

0 Likes
586

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.

Read only

0 Likes
586

Follow these links: