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: 

abap FI module

Former Member
0 Kudos

Hi,

Is there any functional module to get first day of fiscal year.

note:- year , not month.

regards

Balaji

3 REPLIES 3

Former Member
0 Kudos

use

DATE_COMPUTE_DAY

or

BAPI_CCODE_GET_FIRSTDAY_PERIOD

regards,

srinivas

<b>*reward for useful answers*</b>

Former Member
0 Kudos

Hi

U can read the table T009B and calculate the first day of the fiscal year

Max

Vijay
Active Contributor
0 Kudos

HI

USE FM

<b>

FIRST_AND_LAST_DAY_IN_YEAR_GET </b>

It provides the first and last calendar date for a fiscal year

REGARDS

VIJAY

<b>PLZ DONT FORGET TO REWARD POINTS IF HLPFUL</b>