cancel
Showing results for 
Search instead for 
Did you mean: 

Characteristic Relationship 0FISCPER

Former Member
0 Kudos

Hi,

I want to derive Posting Period (0FISCPER3) and Fiscal Year (0FISCYEAR) from Fiscal Period (0FISCPER).

I have the following :

Derivation Check/Proposal

Source Char : 0FISCPER

Targer Char : 0FISCPER3 and 0FISCYEAR

FM Derivation : UPB_TIME_EXIT_FISC_DERIVE

FM Comb Proposal : UPB_TIME_EXIT_FISC_CREATE

FM Comb Check : UPB_TIME_EXIT_FISC_DERIVE

Is this right? How do I get Period and Year Populated from Fiscal Period.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Thanks, Do you know how I can Derive from either Calendar Week to Fiscal Period or Fiscal Period to Calendar Week?

Also if I use : UPX_DATES_DERIVE is the below correct?

FM Derivation : UPX_DATES_DERIVE

FM Comb Proposal : UPX_DATES_DERIVE

FM Comb Check : UPX_EXEC_CHECK_DUMMY

Former Member
0 Kudos

Hi,

FISCALPER to FISCPER3 and YEar

Use this..

UMC_FISCPER_TO_FISCYEARPER3

Week to Fiscal Period

UMC_CALWEEK_TO_FISCPER

FPer to Week

UMC_FISCPER_TO_CALWEEK

Regards,

San!

Former Member
0 Kudos

Hi San,

You know any function module to convert:

FPer to FISCWeek

Thanks,

Cristian.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

save yourself some time and use the standard function module UPX_DATES_DERIVE for derivation, comb proposal, and comb check.

Make sure the characteristics you derive are not in your level.

The function module supports the following :

0CALDAY -> 0CALMONTH2

0CALDAY -> 0CALYEAR

0CALDAY -> 0CALWEEK

0CALYEAR + 0CALMONTH2 -> 0CALMONTH

0CALMONTH -> 0CALYEAR

0CALMONTH -> 0CALMONTH2

0CALMONTH2 -> 0CALQUART1

0CALMONTH -> 0CALQUARTER

0CALYEAR + 0CALQUART1 -> 0CALQUARTER

0CALQUARTER -> 0CALYEAR

0CALQUARTER -> 0CALQUART1

0CALWEEK -> 0CALYEAR

0FISCYEAR + 0FISCPER3 -> 0FISCPER

0FISCPER -> 0FISCYEAR

0FISCPER -> 0FISCPER3

Hope this helps,

Pierre-Yves