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

Master data table lookup

Former Member
0 Likes
567

Hi We have variable entry date of month/day/year and we need to look at the last day of this month that is entered and find it in a master data table. Has anyone done this before?

4 REPLIES 4
Read only

Former Member
0 Likes
536

You can use function module LAST_DAY_OF_MONTHS.

Read only

0 Likes
536

Great thanks! do you know how to look at the data in the table to get this value back?

Read only

0 Likes
536

It is not a value stored in the tables but it is calculated .

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
536

Hi

Use the FM:

LAST_DAY_OF_MONTHS

Regards,

Sreeram