cancel
Showing results for 
Search instead for 
Did you mean: 

2LIS_03_BF transformation problem

Former Member
0 Kudos

Hi

I am using

TRCS 2LIS_03_BF_TR -> CUBE 0IC_C03

installed from Business Content but when I tried to activate it ,it gave me error in start routine.

Error is:

:In PERFORM or CALL FUNCTION "ROUTINE_9998", the actual parameter

"SOURCE_PACKAGE" is incompatible with the formal parameter

"DATA_PACKAGE".

I havn't changed anythin in it, its directly from BC but still with this error.

Thanks

Navneet

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

The solutions are 2

1. Right the routines on your own Or copy paste.

2. Implement the Relevant Support Package with the help of BASIS team./

Hope it helps

Answers (5)

Answers (5)

Former Member
0 Kudos

SAP Note 1325124 provides an auto repair mechanism. Refer to correction instruction of type 'manual rework' of note 1325124.

Former Member
0 Kudos

Solved on my own

Former Member
0 Kudos

Once solved no need to come back and share with other people?!!!

Former Member
0 Kudos

Just a quick summary of solution for transformations for 0IC_C03.

If there is an addition of a field in datasource and infosource, just edit your start routine.Declare  the newly added info object in  _ty_s_SC_1  in Start routine.

Regards,

Rahul Sindhwani.

Former Member
0 Kudos

Hi

There is structral diffrence between SOURCE_PACKAGE and DATA_PACKAGE

so we need to change tys_SC_1_full, Changes are

  • InfoObject: 0RT_RMAPIDA RMA Inventurdatum.

  • RT_RMAPIDA TYPE /BI0/OIRT_RMAPIDA,

comment out RT_RMAPIDA

and add these new fields to tys_SC_1_full

RMA_XCC TYPE /BI0/OIRMA_XCC,

RMA_LNK TYPE /BI0/OIRMA_LNK,

RMA_RFLG TYPE /BI0/OIRMA_RFLG,

RTHFEES TYPE /BI0/OIRTHFEES,

before this line

  • Field: RECORD.

RECORD TYPE RSARECORD,

and this start routine will work properly then.

Cheers

Former Member
0 Kudos

Hi,

I am facing the same problem in 0PM_DS05 Transformation while activating the Transformation.

E:In PERFORM or CALL FUNCTION "ROUTINE_9998", the actual parameter

"SOURCE_PACKAGE" is incompatible with the formal parameter

"DATA_PACKAGE".

Please help me.

Regards,

Madhu

Former Member
0 Kudos

Hi all.

We had the same problem with 2LIS_03_BF, but activating the infoobject 0RT_RMAPIDA from BC the problem (sintaxe error) was solved.

Regards,

Denny.

Former Member
0 Kudos

Hi Navneet,

we have same issue, as you mentioned. 2LIS_03_BF transformation problem,

we are able to solve issue, by adding fields as you said, but keyfigures are not mapped.

can you please tell how you resolve the rule details for these keyfigures.

ie.0RECVS_VAL Value Received into Valuated Stock.

thanks in advance

Regards

Raj.

Former Member
0 Kudos

LOGON to BI and Go to

System--->status and

check the component

Version under SAP

System Data.

Former Member
0 Kudos

Which BI content are you using.

Is it Release 703 and level 11 with

support package SAPKIBIIQ1.

I think even with the latest patch the

Routines are not updated (to BI 7.0) in BI Content.

So system is not able to identify the

parameters of BW 3.5 version and so the error.

So only solution is you have to write the

Routines manually.

Former Member
0 Kudos

Hi Sujatha

Thanks for the reply

how can I find which version like 11 or support package it is running on

is there any T-Code?

Thanks