Application Development 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: 

Fiscal yera/date /month -issue

former_member225134
Participant
0 Kudos

Hi,

    In my selection screen am giving month as '7',want to calculate the fiscal year ,month and last date of this.

Fiscal month is April(4) here,So if i give '7' in selection screen,

the output should be  31.10.2016.

Is there any function module to get this?Anyone suggest please?

1 ACCEPTED SOLUTION

michael_kozlowski
Active Contributor
0 Kudos

Check FM 'LAST_DAY_IN_PERIOD_GET'

2 REPLIES 2

PeterJonker
Active Contributor
0 Kudos

FM: HR_HK_ADD_MONTH_TO_DATE + SG_PS_GET_LAST_DAY_OF_MONTH.

And many more function modules like this.

Took me 2 minutes with a search in SE37

search terms:

- *add*month*date*

- *last*day*month*

michael_kozlowski
Active Contributor
0 Kudos

Check FM 'LAST_DAY_IN_PERIOD_GET'