Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9076

Re: Solving Formula issue in Transformation

$
0
0

Hi Eddy,

 

Please, could you attach screenshots of your routine? Have you deleted the data from your cube before reload? Could you try with only one register and debug the routine of DTP?

 

Also you can check with Functional Module: UMC_FISCPER_TO_CALMONTH

 

data: cal type /BIC/OI0calmonth.

 

'use this function module to convert 0fiscper to 0calmonth.

 

CALL FUNCTION 'UMC_FISCPER_TO_CALMONTH'

 

EXPORTING

I_PERIV = trans_structure-/bic/0fiscvarnt

I_FISCPER = trans_structure-/bic/0fiscper

I_CALMONTH_ICHANM = ''

 

IMPORTING

ES_CALMONTH = cal

 

EXCEPTIONS

date_invalid = 1

OTHERS = 2.

result = cal.


Regards,

Carlos


Viewing all articles
Browse latest Browse all 9076

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>