cancel
Showing results for 
Search instead for 
Did you mean: 

E:The data object "TRAN_STRUCTURE" does not have a component called "SI_FRE

Former Member
0 Kudos

Hi All,

I've installed the standard infocube 0PP_C01. While activating the transformation from the datasource 2LIS_04_P_MATNR to the infosource, I'm getting the syntax error in routine for various target fields. Following is one of the examples of errors:

E:The data object "TRAN_STRUCTURE" does not have a component called "SI_FREI".

Can anyone suggest the solution?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Take the structure of the tranfer structure and check it in se11 under views. Check if the field name is different than the one used.

Regards,

Shyam.

Former Member
0 Kudos

Hi,

This field SI_FRIE is missing in transfer structure/datasource. Need to add it.

Former Member
0 Kudos

Hi,

Thank you for your reply.. the field is already diclared.

TYPES:

BEGIN OF tys_SC_1__RULE_92,

  • Field: ROCANCEL Cancel. Ind..

ROCANCEL TYPE C LENGTH 1,

  • Field: SI_FREI T/A release dev.

SI_FREI TYPE P LENGTH 4 DECIMALS 1,

  • Field: RECORD.

RECORD TYPE RSARECORD,

END OF tys_SC_1__RULE_92.

Former Member
0 Kudos

Hi,

Curiously this BI7 flow, then how come you are using Tran Structure in tranformation. Even if DS is 3.x, you should have COMM Structure as Source.