Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

short dump in alv!

Former Member
0 Kudos

friends,

I am getting a short dump in alv..the message is displayed as "data objects in a unicode program are not convertible"...when i debugged, the dump is getting triggered when the reuse_alv_grid_display fm is getting called...what could be wrong? thanks all

9 REPLIES 9

Former Member
0 Kudos

I think you have checked the "UNICODE" flag in your program attributes.Just uncheck the unicode flag.If you want your program to be unicode compatible then certain rules have to be followed while transfering structures.

0 Kudos

In your program go to attributes and uncheck the unicode option and re-run you program. GoTo->Attributes->Uncheck the Unicode check Active and re-run.

Former Member
0 Kudos

HI,

FIRST U REMOVE A CHECK IN UNICODE BOX IF U CHECK A UNICODE AND ALSO CHECK A INTERNAL TABLE LINE BY LINE.

Former Member
0 Kudos

hi

but i haven't checked the unicode checks box..but still am getting the same short dump..

0 Kudos

Hi,

SAP generates this error if your Fieldcatalog and the actual internal that has data are different. Check to make sure that they both are consistant.

Thanks,

Murali

0 Kudos

Hi,

Can U Paste Ur internal table And ur Field catalog Prepared .

Regards

Ahasan

Former Member
0 Kudos

friends,

the mistake was one of the currency fields was given a non-numerical data type...thanks all.

former_member735409
Participant
0 Kudos

Plz send me ur code, i have to check what r the parameter u had to passing.

Former Member
0 Kudos

Hi all,

I have an ALV list display it contains a check box to select the fields.Is it possible to give a print.

Regards,

Madhavi