cancel
Showing results for 
Search instead for 
Did you mean: 

Transformation error in standard inventary

former_member183121
Participant
0 Kudos
83

Hi Experts,

while activating standard inventary flow I am facing Below error for 2LIS_03_BF_TR -> CUBE 0IC_C03 transformation

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

"SOURCE_PACKAGE" is incompatible with the formal parameter

"DATA_PACKAGE".

could any one pls provide me solution.

Regards,

jagadeeshwar.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi jagadeeshwar,

please check your startroutine of transformation 2LIS_03_BF_TR -> CUBE 0IC_C03.

You should have exact the same Fields of _ty_s_SC_1 and _ty_s_SC_1_full

Example:

_ty_s_SC_1

_ty_s_SC_1_full

According to your description it seems like that one or more fields are not available in _ty_s_SC_1_full

Please check the fields in the both structures and acitvate the Startroutine.

Hope it helps!

Thanks and regards

Michael

MGrob
Active Contributor
0 Kudos

Hi

Looks like you converted the updaterule to 0IC_C03 to a transformation. Please check in your startroutine or one of the routines where you find ROUTINE_9998" and update the coding. It should also be SOURCE_PACKAGE instead of data_package..

hope that helps

Martin

anshu_lilhori
Active Contributor
0 Kudos

Hi,

Your data flow is 3.X or 7.X.

If its 3.x then make sure its DATA_Package

And if its 7.X then Source_package.

Kindly check the same.

Regards,

AL