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

Short Dump - CONNE_IMPORT_CONVERSION_ERROR - QA32

Former Member
0 Likes
1,249

I'm receiving the error "CONNE_IMPORT_CONVERSION_ERROR" when I attempt to go into transaction QA32. If I go into SE38 for program RQEEAL10 and try to display the variant SAP_TCODE_QA32 I get the same short dump.

I went into the configuration thru transaction OQI4 and everything with this variant seems OK.

Guru's, please advise on where I can go from here.

Thanks

Jayden

7 REPLIES 7
Read only

andrea_olivieri
Contributor
0 Likes
1,135

Hi,

maybe an obsolete variant...

Try to adjust by Variant Adjust function:

Run the report RSVARDOC_610 with:

S_REPORT = RQEEAL10

SYSVAR = 'X' then ' '

After the execution of the adjust report try to fetch the variant from RQEEAL10 and tell us if short dump occurs again.

Kind regards.

Andrea

Read only

Former Member
0 Likes
1,135

Is there a reason that this only is happening in our QA system and not Production or Development? If this variant is in fact Obsolete, then I would like to prevent from having short dumps in the Production system.

Read only

0 Likes
1,135

In theory you could schedule it in background with range of programs actually used, but i suggest you to run only when necessary (i.e. when the dump occurs).

About your question, I don't know why it occurs only in quality system, perhaps because it is a copy of another system?

However I have used this program after an upgrade in order to adjust the variants of some reports that were corrupted, although the upgade automatically handles the conversion during the PREPARE from the rel. 4.7 .

Kind Regards.

Andrea

Read only

0 Likes
1,135

Hey Andrea thanks for your help, but I received the same short dump after running the program that you specified.

Here's a snippit from the "Error Analysis:

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_CONVERSION_CODEPAGE', was not

caught in

procedure "%_IMPORT_VARI_DYN" "(FORM)", nor was it propagated by a RAISING clause.

Read only

0 Likes
1,135

Hi,

In SE38 provide the program name RQEEAL10 and select the Variants radio button and press display button.

Select the Variant SAP&TCODE_QA32 from the F4 help and select the radio button Value and press display.

Now check the values in the screen fields. There might be conversion problem with values in these fields

Read only

0 Likes
1,135

When I run these steps with variant "SAP&TCODE_QA32" the values are displayed and they look fine. When I run these steps with variant "SAP_TCODE_QA32" I get the short dump. I guess there lies my problem. There must be a value in this variant that is causing the issue. How can I change the value if I can't even get into the variant?

Thanks in advance

Read only

0 Likes
1,135

Hi Jayden

the problem is that the variants SAP& is a standard variant and is located in the client 000.

Since in development system the variant works, try to create manually a workbench request and include in the object editor the following object:

LIMU VARI RQEEAL10SAP&TCODE_QA32

Release the transport request and import it in quality system.

Let me know.

Kind regards.

Andrea