Skip to Content
0
Former Member
Sep 16, 2008 at 02:27 PM

Error to Load 2LIS_03_UM (Detailed fiscal year variant not processed)

85 Views

SAP_BW Release 700 Level 0015

When i load 2LIS_03_UM, it give me the next error "Detailed fiscal year variant not processed"

I check the Transformation and there are some rules with routines

for example

0RT_MTFPER has a routine based in BUDAT

This routine called the Method /rtf/cl_time=>get_retail_fpers_from_date

TRY.

CALL METHOD /rtf/cl_time=>get_retail_fpers_from_date

EXPORTING

i_date = SOURCE_FIELDS-budat

IMPORTING

e_fper2 = RESULT

CHANGING

ct_monitor = MONITOR.

CATCH /rtf/cx_time.

RAISE EXCEPTION TYPE CX_RSROUT_SKIP_RECORD.

ENDTRY.