cancel
Showing results for 
Search instead for 
Did you mean: 

Geting short dump importing object "TAB", component number 1 in the dataset ssss

0 Kudos

cusersabisht2desktopsm21-loog.txtcusersabisht2desktopshort-dump.txtHi Expert

I am getting short dump from below query and please find attached short dump with loog file.

IMPORT tab = i_input
FROM DATABASE ztdm_import_clst(ar)
ID p_guid.

Sandra_Rossi
Active Contributor
0 Kudos

The short dump says:

|    When importing object "TAB", component number 1 in the dataset had a            |
|    different length to the corresponding component of the target object in         |
|    program "ZCCS_ENERGY_OPTMIZATION_DATA".                                         |
|                                                                                    |
|    The length is 20 in the dataset, but 24 in the program.                         |

You should find the origin of this change, and take the adequate measures.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member1716
Active Contributor

Ajay singh Bisht,

The issue is with the data type declaration for the variable TAB, its not consistent with the variable I_INPUT.

Check the data type declaration of both the variable if they are same and also aligned with the custom table that you have used.

Regards!

FredericGirod
Active Contributor

Check the type of TAB & the type of the field I_INPUT it should be the same