Application Development and Automation 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: 
Read only

Search help: Internal error: conversion 0

Former Member
0 Likes
873

Hi,

I have defined search help with exit. After selecting the record I get the following error: "Search help: Internal error: conversion 0" (Message no. T/001) and the program is hanged. Could anybody help me with this?

Thank you in advance,

Anna

5 REPLIES 5
Read only

Former Member
0 Likes
604

In the exit FUnction

IN DISPLAY STEP or other step what you did is causing the error.

Are you Using the offset and getting the data ?

Show the code of exit

Read only

Former Member
0 Likes
604

Look at SAP Note : 398393

Read only

Former Member
0 Likes
604

Thank you for feedback.

I do some selections and so on..(this works perfectly) and at the end I return value:

record_tab-string = v_shlpval.

APPEND record_tab.

the value of v_shlpval I can see debugging that this is what I want to have. My code I included in callcontrol-step = 'DISP'.

Regards,

Anna

Read only

Former Member
0 Likes
604

I found also SAP notes..but then it means upgrading SAP packages, right?

Is there any other way to correct it?

Read only

Former Member
0 Likes
604

Thank to everybody, finally it works! I had to put the code inside 'SELECT' and after my process set callcontrol-step = 'RETURN'.