cancel
Showing results for 
Search instead for 
Did you mean: 

Change language for 0CALQUARTER

Former Member
0 Kudos

I have a requirement to display the quarter in my own language. However, according to the standard, the infoobject 0CALQUARTER can be displayed in the following format.

001.2007 -> Q1 2007 (Short Text) and Quarter 1 2007 (Long Text)

What I want is to translate the word 'Quarter 1 2007' to my own language. XXXX 1 2007. Is there any way to solve this issue.

I have debuged throgh the Name of Master data Read Class 'CL_RSMD_RS_0CALYEAR', and found that the text for the quarter is defaulted as 'Quarter.' How can I change this text?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I have not fully understood your idea. What I want is to change the word 'Quarter' to 'XXXXX' if the user logs on with my own language. On the other hand, I still want to show the word 'Quarter' if the user logs on as English language.

According to your idea, how can I solve the following problems

1) What if the new quarter is entered such as Q1 2008? Do I have to maintain texts for this new quarter again?

2) If you use the routine, how can you switch the language? Do I need to maintain two records-- One for the English language and the other one for my own language?

Former Member
0 Kudos

Hi,

1) Yes. It's works a bit the same as for FISCPER. These have to be maintained too.

2) Yes, if you make the upload you have to specify in the upload for which language the description is maintained.

regards,

Raymond Baggen

Uphantis bv

Former Member
0 Kudos

Hi,

you could try to activate the texts for 0CALQUARTER. Then create an update rule to fill the text for this infoobjects. You can upload the texts through a .csv file.

regards,

Raymond Baggen

Uphantis bv