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

data element for mm.yyyy

Former Member
0 Likes
2,873

Hello Experts,

Is there any data element for a field with the format mm.yyyy .

I need to place this field in the selection screen and i want to have an F4 help too.

It will be better if i am provided with the database table name too.

Please help. Useful answer will be rewarded.

Regards,

Vijayalakshmi

4 REPLIES 4
Read only

Former Member
0 Likes
1,297

DATS is data Element

Read only

Former Member
0 Likes
1,297

Reward if helpful

Read only

Former Member
0 Likes
1,297

Hi ,

Data element for a field with the format mm.yyyy is FTI_MONTH_YEAR.

You can use this in selection screen as:

selection-screen begin of block b1 with frame.

parameters:p_date TYPE fti_month_year.

selection-screen end of block b1.

Regards,

Shanmugapriya

**Reward if u find helpful

Read only

0 Likes
1,297

Thanks for answering but i want to have a F4 help for this field. Could you tell me how to accomplish this.

Regards,

Vijayalakshmi