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

ABAP Routine

Former Member
0 Likes
453

Hi Gurus,

I am trying to write a routine, Routine is to calculate the fiscal year period based on calender month. I am using SAP standard function module "FISCPER_FROM_CALMONTH_CALC". I want to pass calender month value function module as input parameters. How to pass these values as input parameters. Thanks.

Any help greatly appreicated.

Best Regards,

Reddy.

2 REPLIES 2
Read only

Former Member
0 Likes
419

Hi,

My ECC 6.0 server says the above FM does not exists.

So the alternate for that FM is UMC_CALMONTH_TO_FISCPER, you can check if this is in your system.

Regards

Karthik D

Read only

0 Likes
419

Hi Karthik,

Thanks for reply. I am writing this routine in BI system, The function module is existing system. I am a BI developer. Using this function module how pass the input parameters and how to populate results. Thanks.

Rgds,

Reddy.