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

Query in abap database tables

Former Member
0 Likes
512

hello Experts,

Is there any System table to get the Year.For Example to get the Month we can use T247 database table like this any system table to get year.

thanks

regards,

Ashok.

hello Experts,

Is there any System table to get the Year.For Example to get the Month we can use T247 database table like this any system table to get year.

thanks

regards,

Ashok.

2 REPLIES 2
Read only

Former Member
0 Likes
484

Sorry can you explain what do you mean to get year ??

The below would give you the year.

Year = Sy-datum(4).

If you wish to convert it into words you can use SPELL_WORD and make sure to use currency with zero decimails..in that case it would return two thousand six in words.

Read only

0 Likes
484

hi,

Problem solved by myself.Thank you very much for your Answer.

thanks

regards,

Ashok.