Application Development and Automation 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: 
Read only

Migration: Problem when migrating DataSource

Former Member
0 Likes
411

Hi,

I'm trying to migrate an infocube from 3.x to 7.0, I created transformation and infosource ZIS_SS_TD_MG. When i'm trying to migrate DataSource then error displaying as

" Activation of Objects with Type DataSource "

Errors:

The data object "L_S_DATA_APPL_0001" does not have a component called "".

Code line has errors: " cuky = l_s_data_appl_0001-"

Syntax error in routine "convert_line_0001 ", line 507 of generated program"

Error when activating DataSource IS_SS_TD I_EXTERN

Warnings:

Field /BIC/SMID_SS ( Position 1 😞 Only internal format can be selected if character PSA

Field /BIC/PQTY_SS ( Position 2 😞 Only internal format can be selected if character PSA

Field /BIC/SALES_S_S ( Position 3 😞 Only internal format can be selected if character PSA

Field /BIC/PROFIT_SS ( Position 4 😞 Only internal format can be selected if character PSA

Field /BIC/SALES_S_S ( Position 3 😞 Missing reference to currency field/unit field

Field /BIC/PROFIT_SS ( Position 4 😞 Missing reference to currency field/unit field

Please help me to solve

Thanks

2 REPLIES 2
Read only

Former Member
0 Likes
383

Hi Satish,

I am also facing the same error, did you found out the solution.

If yes could you please share it with me.

Thanks

Read only

haifenghu
Explorer
0 Likes
383

Hi,

This is probably because you have a key figure with fixed currency, instead of having a reference currency for your key figure. The system tries to generate programs(subroutines/include program) and get the reference currency field but fails, so that syntax error happens for the generated program.

Haifeng