cancel
Showing results for 
Search instead for 
Did you mean: 

Copy Function

Former Member
0 Kudos

Hy Experts,

I have a copy function, the input are 0FISCYEAR and 0FISCPER3, and I have an exit derivation too (in order to obtain 0FISCPER)

When this function is executed, the records save at cube not respondig about the exit derivation

Ej: reference/source: 2007 / 001 / 001.2007 / 0version=10

layout input : 2008 / 001 / target version=30

records save: <b> 2008</b> /001 / <b>001.2007</b> / version=30 <- here you can see that 0FISCPER is the error, is not applyng the derivation exit

What is happening?

Thank you in advance

View Entire Topic
Former Member
0 Kudos

Check the derivation program; is it IP or BPS?

Either way, the derivation is happening, but not correctly. Check the code.

Ravi Thothadri

Former Member
0 Kudos

the exit is: 'UPF_TIME_EXIT_FISC_DERIVE (abap)

my main doubt is,

- the copy function really apply any exit derivation ? (correct or not),

- or 0FISCPER=001.2007 in the target records, is the result of copy the field 0FISCPER (in source records is 001.2007 too), with out apply any derivation exit..

At planning level 0FISCPER is "not" specified. Is this relevant?

Thank you very much Ravi!