‎2007 Oct 16 10:22 AM
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
‎2007 Oct 16 10:25 AM
‎2007 Oct 16 10:26 AM
‎2007 Oct 16 10:42 AM
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
‎2007 Oct 16 10:53 AM
Thanks for answering but i want to have a F4 help for this field. Could you tell me how to accomplish this.
Regards,
Vijayalakshmi