cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi experts,

I need to know the code about 0fiscper conversion. I have the infoobject 0CALMONTH, and I wnat to convert to 0FISCPER in the update rules. Could somebody write me the ABAP code?

0 Likes
View Entire Topic
Former Member
0 Likes

Hi Mauricio,

You can use function module DATE_TO_PERIOD_CONVERT which converts a calendar date to fiscal year and posting period according to a fiscal year variant.

I hope this helps!

John

P.S. Actually Praveen's solution is better, yet it is similar as FISCPER_FROM_CALMONTH_CALC calls DATE_TO_PERIOD_CONVERT.

Message was edited by: John Danoff