cancel
Showing results for 
Search instead for 
Did you mean: 

ASSIGN_TYPE_CONFLICT

Former Member
0 Kudos

I am getting a fatal error short-dump ASSIGN_TYPE_CONFLICT while executing DTP--- 0CO_OM_WBS_6 -> ODS_01. I have checked all the mappings. All are correct. Even I kept only 2 characterstics and one key figure (that is also constant value), but i got the same error.

I saw the SAP Notes. it advise that the complete design (ODS, transformation, DTP) should be activated. I did it. But I m getting the same error(short-dump).

Short-dump description is as follows:

rror in the ABAP Application Program

The current ABAP program "GP4A1N0850K4T7RMBJJDJ8V7DG9" had to be terminated

because it has

come across a statement that unfortunately cannot be executed.

407

408 rTG_1 = e_r_outbound->get_segment( 001 ).

409 rdtTG_1_dp = rTG_1->get_empty_table( ).

>>>> assign rdtTG_1_dp->* to <_yt_TG_1>.

In above line error is prsent.

Please suggest.

Regards,

Rakesh Jangir

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Rakesh,

Do you have written any code in the transformation, if so then please check the code first. If you are calling any finction module in that then please look for the data type's for the import and export parameter's.

Once again activate everything, from cube to DTP and then again run it.

If again get dump then you can also do debugging of the DTP. And track out where the problem is.

Thanks

Dipika