cancel
Showing results for 
Search instead for 
Did you mean: 

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

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