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: 

convert current period to fiscal period without putting company code

former_member329859
Participant
0 Kudos

Hi All,

Does any one have idea how to get fiscal period from current period by using cost center or work center and not company code.

Thanks,

Gaurav

1 ACCEPTED SOLUTION

kesavadas_thekkillath
Active Contributor
0 Kudos

A cost center will be having a business area<->company code link assigned to it. You have to pick it and get the fiscal variant maintained for that company code. You can use table CSKS to get the detail from field BUKRS. The pass company code to function FTI_FISCAL_YEAR_MONTH_GET.

For work center get the cost center from table CRCO and do the same from table CSKS.

1 REPLY 1

kesavadas_thekkillath
Active Contributor
0 Kudos

A cost center will be having a business area<->company code link assigned to it. You have to pick it and get the fiscal variant maintained for that company code. You can use table CSKS to get the detail from field BUKRS. The pass company code to function FTI_FISCAL_YEAR_MONTH_GET.

For work center get the cost center from table CRCO and do the same from table CSKS.