Application Development 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: 

Japanese Date format

Former Member
0 Kudos

Hi,

Is there any FM which convert DATE TO JAPANESE FORMAT.

Regards,

Maniyar

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Check this Function Module 'RP_CONVERT_JAPAN_DATE_OUT'.

4 REPLIES 4

Former Member
0 Kudos

Check this Function Module 'RP_CONVERT_JAPAN_DATE_OUT'.

Former Member
0 Kudos

In smartforms, use

<b>&field(L)&</b>

converts a date field to a local date and displays it. the date is then formatted using edit mask JPDAT. since this representation uses Japanese characters, ust it in the Japanese version of sap system only.

For reports try

WRITE: D1 USING EDIT MASK '==JPDAT', 'JPDAT'.

Reward points if found informative and helpful.

Balaji

Message was edited by:

Balaji Ganapathiraman

Message was edited by:

Balaji Ganapathiraman

Former Member
0 Kudos

FM is CONVERSION_EXIT_JPDAT_OUTPUT